SplitPane Tag

Table of Contents

splitPane

The splitPane tag renders a div with two children that can be defined for page layout. It can be scrollable, have columnDivider at certain location. Requires a left and right facet for two, side by side, panels. Eventually will also be resizable.

Usage

<mobi:splitPane id="sp" columnDivider="30">
      <mobi:fragment name="left">
           <%@ include file="/WEB-INF/views/inc/menu.jsp" %>
      </mobi:fragment>
      <mobi:fragment name="right">
           <%@ include file="/WEB-INF/views/inc/content.jsp" %>
      </mobi:fragment>
</mobi:splitPane>

Tag Documentation

splitPane
fragment

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2016 ICEsoft Technologies Canada Corp.