Modifying default behavior and presentation of form sections

Modifying the default behavior of a form section only makes sense if a form has more than one section defined. If a form has one section then you should modify the behavior of the form, not section, as described in the previous section. To modify the default behavior and presentation of a form section you need to go to a particular form section of the form and click on the “Scripts” property under the “Advanced” category in the list of properties of the form section.

The rules for defining the scripts are very similar to defining the scripts for forms, the only difference being the “parser” object. The type of this object is AwareApp_FormSectionParser rather than AwareApp_FormParser and the source code of the object is available in this file:

AwareIM/Tomcat/webapps/AwareIM/aware_kendo/parsers/formSectionParser.js

  • Last modified: 2023/04/05 07:04