javascript - Collapsible Property ExtJS -


i have form different areas. in each area have option of collapsible: true .
load areas. need when open form appear closed areas , go open need them.

config.items = [{         xtype       : 'fieldset',         title       : this.i18n.fieldsetevalmotriz,         collapsible : true,         autoheight  : true,         defaults    : {                         anchor: '100%'                     } 

thank you!

add this

collapsed:true 

in fieldset show fieldset collapsed default , open need.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -