|
|
||
|
HI, |
||
|
|
|
|
||
|
You need to show how you create ccontent before anyone can help. My feeling is ccontent is undefined in your code. |
||
|
|
|
|
||
|
I use en exemple of domapi in beta 4.0 : var ccontent = domapi.Elm({parent:ccontainer,bgcolor:'white'});
ccontent.packerOn({side:'top',fill:'both',expand:'yes'});
Other question : What is the difference between splitter and splipane to creata a web application (multi-environnement) ? Can we hide and show a panel by using Splipanel ? For a Web application (multi-environnement like outlook), which me advise to use (Splitter or Splipane)? |
||
|
|
|
|
||
|
when i hide or show a content or a window at loading of the page, that functions...But not with onclick event...:s |
||
|
|
|
|
||
|
When using splitter, you have to manange the panes yourself. For splitpane, it will manage the panes' resizing for you (you do need to take care the panes' content). |
||
|
|
|
|
||
|
Sounds like what you really want to be using is the Notebook component. |
||
|
|
|
|
||
|
:) I got suck into the problem itself again. Forget the root of the issues. |
||
|
|
