Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:3500:0800:0880 [2023/04/05 05:48] – created seandocs:3500:0800:0880 [2025/06/12 04:00] (current) – Change to AwareIM aware_support3
Line 1: Line 1:
-{{tag>}}+{{tag>Programmers_Reference AwareApp_Object}}
 [<10>] [<10>]
 ====== AwareApp object ===== ====== AwareApp object =====
Line 10: Line 10:
  
 The following methods can be used: The following methods can be used:
 +{{topic>Methods +AwareApp_Object&notags}}
  
-  - getPanelId (frameName, tabName, contentPanelName) +=== startProcess, runQuery and other methods === 
-This method returns the unique id of the content panel in a visual perspective.  +Please refer to "[[docs: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.
- +
-var id AwareApp.getPanelId (‘main’, ‘Tab1’, ‘Content Panel1’); +
- +
-Parameters: +
- +
-frameName – name of the frame in the visual perspective that contains the panel +
- +
-tabName – name of the tab inside the frame that contains the panel +
- +
-contentPanelName – name of the content panel +
- +
-  - getFramePanelId (frameName) +
-This method returns the unique id of the frame in a visual perspective.  +
- +
-var id AwareApp.getFramePanelId (‘main’); +
- +
-Parameters: +
- +
-frameName – name of the frame in the visual perspective +
- +
-  - getTabPanelId (frameName, tabName) +
-This method returns the unique  id of the tab  in a visual perspective.  +
- +
-var id AwareApp.getTabPanelId (‘main’, ‘Tab1’); +
- +
-Parameters: +
- +
-frameName – name of the frame in the visual perspective that contains the panel +
- +
-tabName – name of the tab inside the frame that contains the panel +
- +
-  - isRTL () +
-Return true if the current user uses right-to-left layout +
- +
-  - getMainTabPanel () +
-If a visual perspective has tabs return the tab panel holding the tabs. +
- +
-  - getProcessId () +
-Return the id of the currently running process or -1 if there are no processes currently running. +
- +
-  - isTestingMode () +
-Return true if the current user is running in the testing mode +
- +
-  - startProcess, runQuery and other methods mentioned in the User Guide +
-Please refer to the "Links to Aware IM operations" section in the User Guide, that explains how to set up links to perform operations. All functions mentioned there can be used from your Javascript.+
  
 {{simplenavi>docs:3500:0800:0880:}} {{simplenavi>docs:3500:0800:0880:}}
  • Last modified: 2023/04/05 05:48