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

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31745 Wed Oct 24 15:32:51 MDT 2012 judy.guglielmin MOBI-440 javascript is same for both jsf and jsp now (exactly). inner wrappers for divs. No turning off yet of splitter div as resizable is not yet an attribute in the components.
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/SplitPaneCoreRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.splitpane/splitpane.js
        Migration created issue -
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31755 Thu Oct 25 11:24:07 MDT 2012 judy.guglielmin MOBI-440 removed inner wrappers --also commented out columnDivider until resizable attribute is complete so it only renders when resizable is true. Will do the inner wrappers with resizable feature after 1.2 Beta
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/SplitPaneCoreRenderer.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/layout/SplitPaneTag.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31765 Thu Oct 25 13:20:07 MDT 2012 judy.guglielmin MOBI-440 cleaned up javascript as eventlisteners only need to be added for resize (just executing excess javascript).
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/javascript/icemobile.js
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.splitpane/splitpane.js
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #31977 Sun Nov 04 23:14:41 MST 2012 judy.guglielmin MOBI-440 clean up unused fns/imports
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/splitpane/SplitPane.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/layout/SplitPaneTag.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/layout/FragmentTag.java
        Commit graph MODIFY /icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.splitpane/splitpane.js
        Migration made changes -
        Field Original Value New Value
        Reporter Migration [ remote ] Judy Guglielmin [ judy.guglielmin ]
        Migration made changes -
        Assignee Steve Maryka [ steve.maryka ] Judy Guglielmin [ judy.guglielmin ]
        Migration made changes -
        Fix Version/s 1.2 Beta [ 10344 ]
        Migration made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #32738 Tue Dec 11 12:09:02 MST 2012 judy.guglielmin MOBI-440
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/SplitPaneCoreRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #32739 Tue Dec 11 13:02:28 MST 2012 judy.guglielmin MOBI-440
        Files Changed
        Commit graph MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/SplitPaneCoreRenderer.java

          People

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

            Dates

            • Created:
              Updated:
              Resolved: