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
docs:8000_appendices:0400_links_to_operations [2022/08/25 00:00] – ↷ Page moved from 8000_appendices:0400_links_to_operations to docs:8000_appendices:0400_links_to_operations administratordocs:8000_appendices:0400_links_to_operations [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-====== 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>
Line 51: Line 51:
 | 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
  
  
  
  • Last modified: 2022/09/13 18:11