Sistema Fenix Posted September 28, 2013 Posted September 28, 2013 Hi, Please, help me. Add a unipanel properties: Align = alleft collapsible = true TitleVisible = true TitleAlign = tacenter titleposition = tbtop I would like the closing direction was to the left, but gets down arrow. Please, How can I resolve? The source of page is collapsible:true,collapseDirection:Ext.Component.DIRECTION_BOTTOM,headerPosition:"top" and should is collapsible:true,collapseDirection:Ext.Component.DIRECTION_LEFT,headerPosition:"top" grateful Quote
Sistema Fenix Posted September 29, 2013 Author Posted September 29, 2013 Hi, Resolved, including the uniEvents: OnBeforeInit function (sender) { Ext.apply (sender, { collapsible: true, collapseDirection: Ext.Component.DIRECTION_LEFT }); } Grateful. Hi, Please, help me. Add a unipanel properties: Align = alleft collapsible = true TitleVisible = true TitleAlign = tacenter titleposition = tbtop I would like the closing direction was to the left, but gets down arrow. Please, How can I resolve? The source of page is collapsible:true,collapseDirection:Ext.Component.DIRECTION_BOTTOM,headerPosition:"top" and should is collapsible:true,collapseDirection:Ext.Component.DIRECTION_LEFT,headerPosition:"top" grateful 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.