This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| docs:3500:0800:0830 [2025/06/12 02:36] – Rename to AwareIM aware_support3 | docs:3500:0800:0830 [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 |
|---|
| This HTML is also wrapped in a "panel" that includes HTML of toolbars around the form (if they are defined) and also the implementation of the default or custom panel header. Note that the HTML that includes toolbars and panel header is also included as part of the form markup. | This HTML is also wrapped in a "panel" that includes HTML of toolbars around the form (if they are defined) and also the implementation of the default or custom panel header. Note that the HTML that includes toolbars and panel header is also included as part of the form markup. |
| |
| So the "config" object for forms represents the configuration of a special Aware IM object called "panel". You can find the code of this object in ''AwareIM/Tomcat/webapps/AwareIM/aware_kendo/panel.js'' file. At the beginning of the file there is a description of all configturation parameters supported by this object. You can change these parameters by your script.. | So the "config" object for forms represents the configuration of a special AwareIM object called "panel". You can find the code of this object in ''AwareIM/Tomcat/webapps/AwareIM/aware_kendo/panel.js'' file. At the beginning of the file there is a description of all configturation parameters supported by this object. You can change these parameters by your script.. |
| |
| For example, the following script will turn off the display of the header for the form, no matter what is specified in the //**AwareIM**// properties of the form: | For example, the following script will turn off the display of the header for the form, no matter what is specified in the //**AwareIM**// properties of the form: |