Split Pane question
Dee Gould <[email protected]>
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Message-ID | <[email protected]> |
I'm looking at utilizing the split pane quite extensively but am having
problems understanding how to create one. I would prefer to not have to
load the content as in your example page ( which uses
__env__.addToPageQueue ), but rather have something like the following
in my html page:
<div nwAppId="nwSplitPane" nwType="split_pane" nwControlName="nwSplitPane">
<div id="leftPane" nwType="pane" >
..... put html content here for the left pane ....
</div>
<div> id="rightPane" nwType="pane">
.... put html content here for the right pane ....
</div>
</div>
From looking at the .js file for the split_pane_widget, it looks like
it can be done, but I'm just a little confused on how to do it. Any
help would be greatly appreciated!
Deanna Gould
_______________________________________________
The netWindows developers list: [email protected]
http://netwindows.org/mailman/listinfo/devel_netwindows.org