PDA

View Full Version : [2.0b1] Ext.ux.plugins.ToggleCollapsible


rstuven
10-30-2007, 06:24 PM
Hi,

This plugin allows you to toggle the collapsible status of a panel using a pin/unpin tool. This can be specially useful in an accordion layout, where by default only one panel can be expanded at the same time (to get this working, Accordion#beforeExpand was overriden)

The included example (derived from "column.html" example) shows you the plugin in action. Extract the attached files to "examples/layout" directory, try to "pin" an expanded panel in the accordion, and then expand a different panel.

The plugin can be used in any collapsible panel, as in the panel at the center of the example (not really a useful case, just for demostration purposes).

Any suggestion for improving is welcome.

fangzhouxing
11-01-2007, 08:26 PM
rstuven,thank you very much for your plugins.
I have used in my project, and it is great!

temporary
01-17-2008, 12:13 PM
Maybe this could be implemented in the standard Accordion layout? I think it's quite useful to have this behaviour...

zhw511006
12-19-2008, 12:43 AM
Very Useful Plugins! Thank You!