This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision |
| docs:8000_appendices:0400_links_to_operations [2022/09/13 18:15] – external edit 127.0.0.1 | docs:8000_appendices:0400_links_to_operations [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 |
|---|
| ====== Appendix D. Links to Aware IM operations ====== | ====== Appendix D. Links to AwareIM operations ====== |
| |
| The following section lists the links to //**Aware IM**// 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 //**Aware IM**// 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 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: |
| |
| <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> |
| | showPerspective (perspective) | AwareApp.showPerspective ('MyPerspective') | Display the specified perspective | | | showPerspective (perspective) | AwareApp.showPerspective ('MyPerspective') | Display the specified perspective | |
| | systemSettings (renderOption) | AwareApp.systemSettings ('main') | Display the form of the SystemSettings object | | | systemSettings (renderOption) | AwareApp.systemSettings ('main') | Display the form of the SystemSettings object | |
| | logout(logoutPage) | AwareApp.logout (null) | Logout from Aware IM. Optionally provide the URL of the logout page | | | logout(logoutPage) | AwareApp.logout (null) | Logout from AwareIM. Optionally provide the URL of the logout page | |
| |
| |
| |