Jump to content

Unipanel Collapsible


Sistema Fenix

Recommended Posts

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

 

 

 

 

Link to comment
Share on other sites

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

  • Upvote 1
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...