dojox.mobile.FixedSplitterPane¶
Authors: | Yoshiroh Kamiyama |
---|---|
Developers: | Yoshiroh Kamiyama |
since: | V1.7 |
FixedSplitterPane is a pane widget that is used in a dojox.mobile.FixedSplitter. It is a widget, but can be regarded as a simple <div> element.
Usage¶
dojox.mobile.FixedSplitter has dependency on this widget. You should dojo.require dojox.mobile.FixedSplitter rather than dojox.mobile.FixedSplitterPane.
dojo.require("dojox.mobile.FixedSplitter");
Constructor Parameters¶
None.
Examples¶
See examples of dojox.mobile.FixedSplitter.