Details
Description
The splitPane renders 'mobi-splitpane-scrollable' for each pane. The rendering of the splitPane is:
div
--- span lib js
--- div class="mobi-splitpane-scrollable" --> left
--- div class="mobi-splitpane-scrollable" --> right
--- span js
It's not possible to use first-child or last-child selectors to get around to lack of css class support, so the renderer should render an extra class like so:
div class="mobi-splitpane mobi-scrollable"
--- span js
--- div class="mobi-splitpane-left"
--- div class="mobi-splitpane-right"
--- span js
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38551 | Tue Oct 08 10:12:27 MDT 2013 | philip.breau | splitPane left and right panes use the same style classes making it hard to style the panes differently |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #38536 | Mon Oct 07 11:31:45 MDT 2013 | philip.breau | splitPane left and right panes use the same style classes making it hard to style the panes differently |
Files Changed | ||||
![]() ![]() |