I am trying to create "Preset Buttons" on a page that when clicked will Resize a vertical Splitcontainer,adjust the position of the spliiter bar, and resize the corresponding ContentPanes (as opposed to dragging the the
splitter bar around with the mouse). Anyone have some code to demonstrate this?
SplitContainer
Splitcontainer Resizing
SplitContainer in ContentPane
Hi !
I try to create a SplitContainer in a ContentPane and a have strange behaviors.
All child of SplitContainer are overlapped and the sizer stay in top left corner...
If I remove the 1st ContentPane, all is ok and SplitContainer works...
I don't understand what happens..
Here the example :
<?xml version="1.0" encoding="UTF-8" ?>
- Login or register to post comments
- Read more
- Unsubscribe post
LayoutContainer inside a SplitContainer, using template
I try to display a LayoutContainer inside a SplitContainer, using a template declaration, but it doesn't work.
Here's my sample source code :
test
@import "../js/dojotoolkit/resources/dojo.css";
@import "../js/dojotoolkit/dijit/themes/tundra/tundra.css";
dojo.require("dojo.parser");
- Login or register to post comments
- Read more
- Subscribe post
use of SplitContainer
i have put a split container in a ContentPane :
<div id="tab32" dojoType="dijit.layout.ContentPane" title="Editable Text" style="display:none;">
<div dojoType="dijit.layout.SplitContainer" orientation="horizontal" activeSizing="false" sizerWidth="1" sizeShare="25" id="">
How to put a SplitContainer in a Dialog ?
Hi All,
Just like the LayoutContainer, the SplitContainer does not work when used in a Dialog. The content of the pane are overlapped and the divider stay in the top left corner of the dialog. To reproduce, simply get the SplitContainer sample from the dojo book and add a Dialog Div around the splitContainer, like this:
