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:0880 [2026/08/13 00:55] – removed - external edit (Unknown date) 127.0.0.13500:0800:0880 [2026/08/13 02:53] (current) – ↷ Links adapted because of a move operation 0.0.0.0
Line 1: Line 1:
 +{{tag>Programmers_Reference AwareApp_Object}}
 +[<10>]
 +====== AwareApp object =====
  
 +When writing advanced scripts as described above you can use the AwareApp Javascript object that contains some useful static methods. This is an example of calling one of these methods:
 +
 +<code>var panelId = AwareApp.getPanelId ("main", "Accounts", "My Accounts");</code>
 +
 +The code of the object is located here: ''AwareIM/Tomcat/webapps/AwareIM/aware_ext/awareApp.js''
 +
 +The following methods can be used:
 +{{topic>Methods +AwareApp_Object&notags}}
 +
 +=== startProcess, runQuery and other methods ===
 +Please refer to "[[8000_appendices:0400_links_to_operations|Links to AwareIM operations]]", that explains how to set up links to perform operations. All functions mentioned there can be used from your Javascript.
 +
 +{{simplenavi>.:0880}}