This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |
| docs:8000_appendices:0400_links_to_operations [2026/01/02 10:02] – aware_support3 | docs:8000_appendices:0400_links_to_operations [2026/07/06 04:22] (current) – aware_admin |
|---|
| ====== Links to AwareIM operations ====== | ====== Links to AwareIM operations ====== |
| |
| The following section lists the links to //**AwareIM**// operations that can be invoked from the hyperlinks of HTML pages included either in a visual perspective, custom menu or custom forms. All links have to call a particular JavaScript function supported by //**AwareIM**// in a special object called AwareApp, so the general format of a link is as follows: | The following section lists the links to //**AwareIM**// operations that can be invoked from hyperlinks of HTML pages included either in a visual perspective, custom menu or custom forms. All links have to call a particular JavaScript function supported by //**AwareIM**// in a special object called AwareApp, so the general format of a link is as follows: |
| |
| <code html><a href="#" onclick="AwareApp.functionName(parameters)" >Name of the link</a></code> | <code html><a href="#" onclick="AwareApp.functionName(parameters)" >Name of the link</a></code> |