Jump to content

Recommended Posts

Posted

Hi,

 

For now can you try this?!:

 

UniPanel -> ClientEvents -> UniEvents -> beforeInit fn:

function beforeInit(sender, config) 
{
    config.header = {
        titlePosition: 1
    }
}

Best regards.

Posted

Only one more thing.

 

When the panel is collapsed, the icon of the button is like up arrow, and when it is uncollapsed, the icon is like a down arrow.

 

Is not more logical that the icons where oposite? I mean, when is collapsed down arrow, and when is uncollaposesd, up arrow.

 

is possible?

Posted

OK.

 

I have another problem with this, due to version 1327.

 

when the panel start collapsed, I'm not able to uncollapse it.

 

In the previous version I had, the 1304, this problem was solved, but it appears again.

Posted

ok.

 

the initial properties of the panel are collapsed = true and visible = false

 

if I put visible=true, then works ok.

 

this behaviour is different thae in version 1304.

Posted

and I see other extrange behaviour.

In have a collapsible panel, with a chat inside.

 

if the panel starts collapsed, the chart seems to be empty the first time. It seems thar the chart is noty "alive" until I don't uncollapse de panel once time.

Posted

I load the chart info in the onexpand event of the panel and it wrks now.

 

This were not necessary in my previous version. The behaviour was different.

 

For me, is not a problem, I'll do in that way.

 

Thanks.

  • Administrators
Posted

I load the chart info in the onexpand event of the panel and it wrks now.

 

This were not necessary in my previous version. The behaviour was different.

 

For me, is not a problem, I'll do in that way.

 

Thanks.

 

In previous version you couldn't start panels in Collapsed mode.

  • Administrators
Posted

The probelm is when the panel starts visible = false and collapsed.

 

when I turn on the pabnel visible, I can't expand it.

 

It can be a problem. A chart inside an invisible panel may not render correctly. It is an Ext JS limitation.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...