ICEmobile
  1. ICEmobile
  2. MOBI-440

modify SplitPane component children for better user-defined styling

    Details

    • Type: Improvement Improvement
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: Spring 1.0 Alpha
    • Fix Version/s: 1.2 Beta
    • Component/s: Faces, Spring
    • Labels:
      None
    • Environment:
      icemobile

      Description


      MOBI-423 realized splitPane basic functionality in both jsp as well as jsf. Further definition for styling purposes would see that the splitter section would only be rendered if resizable="true" as well as having wrapper classes for the left and right side:-
      OK...so just so I have it clear....
      for styling reasons, you would like to have

      <div id="sp_wrp" class="mobi-split-pane">
         <div id="sp_left" width="30%">
             <div class="mobi-splitpane-scrollable">...</div>
         </div>
         <div id="sp_right" width="70%">
            <div class="mobi-splitpane-scrollable">...</div>
         </div>
      </div>

      where the inner classes would be able to have user-defined styling and style attributes applied when non-null

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            Judy Guglielmin
            Reporter:
            Judy Guglielmin
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: