Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
3500:0800:0840 [2026/08/13 00:55] – removed - external edit (Unknown date) 127.0.0.13500:0800:0840 [2026/08/13 01:10] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +{{tag>Programmers_Reference Client_Side_Plugins Modify_Form_Sections}}
 +[<10>]
 +====== 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''
 +
 +
 +{{simplenavi>.:0840}}