How can a form's header height be changed from a method?
Dean Westover
Choices Software, Inc.
Servoy Webclient Version: 6.0.7
var _sForm = "myForm",
_oForm = solutionModel.getForm(_sForm);
// set the height
_oForm.getPart(JSPart.HEADER).height = 100;
// Making sure we don't get the 'stale forms' error
forms[_sForm].controller.recreateUI();
Users browsing this forum: No registered users and 3 guests