Jump to content

Simple TIP: Form constraints in Web mode


Recommended Posts

Hi,

In order to implement Form.Constraints in Web mode use this code:

Form.UniEvents.0-ExtWindow.0-AfterCreate









  sender.maxHeight = 153;
  sender.minHeight = 153;
  sender.minWidth = 400;

In hope that this was helpful.

 

Regards.

 

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