PDA

View Full Version : How to add title to collapsed pane



rahulmca1@gmail.com
21 May 2007, 5:37 AM
Hi,

I am using nested layout. In my east region I have search panel. East Panel is initially collapsed I want to provide a hint to user that east panel is search panel.
For this I want to add string to east panel's collapsed pane along with expandable button.
How can I add string to collapsed pane.

Thanks
With regards

jsakalos
21 May 2007, 5:39 AM
Look at the Ext docs page how they've done it.

rahulmca1@gmail.com
23 May 2007, 6:27 AM
Hi,

I cannot find such thing in ext-docs. I am using .33 version.

Just like you have written "Documentation Explorer" on page:--

http://www.yui-ext.com/deploy/yui-ext/docs/

Shown when west region is collapsed.


How can I show this?


Thanks
With regards :)

tryanDLS
23 May 2007, 7:38 AM
You'll have to view source and look at the code that used to build the .33 doc page to see how the 'Documentation Explorer' image is added to the the collapsed pane. It's not built in functionality. You have to create an image with your text b/c you can't rotate text to fill the titlebar.