Jump to content

Height of Title in unimPanel


NNPaulo

Recommended Posts

2 minutes ago, NNPaulo said:

Where i put this code?    Mobile form don't have script!

Hi,

UnimPanel.ClientEvents.ExtEvents ... function added:

function added(sender, container, index, eOpts)
{
    var hd=sender.header;
    if (hd) {
        hd.setHeight(70)
    }
}

 

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...