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:0830 [2026/08/13 00:55] – ↷ Page moved from docs:3500:0800:0830 to 3500:0800:0830 localdev3500:0800:0830 [2026/08/13 01:10] (current) – external edit 127.0.0.1
Line 3: Line 3:
 ====== Modifying default behavior and presentation of forms ===== ====== Modifying default behavior and presentation of forms =====
  
-To modify the default behavior and presentation of forms you need to go to a particular object form that you want to modify and click on the Scripts property under the "Advanced" category in the list of properties of the form. You can define "initialization" script or "render" script or both (see [[docs:3500:0800:0810|]]).+To modify the default behavior and presentation of forms you need to go to a particular object form that you want to modify and click on the Scripts property under the "Advanced" category in the list of properties of the form. You can define "initialization" script or "render" script or both (see [[3500:0800:0810]]).
  
 The Javascript objects that are exposed to the initialization script for forms are the same as for queries: The Javascript objects that are exposed to the initialization script for forms are the same as for queries:
Line 33: Line 33:
  
   * ''getField (attributeName, sectionName)'' – get the field of the form for the specified attribute and form section   * ''getField (attributeName, sectionName)'' – get the field of the form for the specified attribute and form section
-  * ''getReferenceParser (refAttrName)'' – get the "parser" of the reference attribute of the form, responsible for displaying a table, calendar etc – see [[docs:3500:0800:0810|]]+  * ''getReferenceParser (refAttrName)'' – get the "parser" of the reference attribute of the form, responsible for displaying a table, calendar etc – see [[3500:0800:0810]]
  
 The second script ("render" script) that you can define in the Scripts dialog allows you to modify the form after it has been drawn. Here you can only use jQuery methods to modify the resulting document markup. The only object available for you here is the "parser" object representing the form controller. The second script ("render" script) that you can define in the Scripts dialog allows you to modify the form after it has been drawn. Here you can only use jQuery methods to modify the resulting document markup. The only object available for you here is the "parser" object representing the form controller.
  
  
-{{simplenavi>docs:3500:0800:0830:}}+{{simplenavi>.:0830}}