Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| docs:3500:0800:0880 [2023/04/05 05:48] – created sean | docs:3500:0800:0880 [2025/06/12 04:00] (current) – Change to AwareIM aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag>}} | + | {{tag>Programmers_Reference AwareApp_Object}} |
| [< | [< | ||
| ====== AwareApp object ===== | ====== AwareApp object ===== | ||
| Line 10: | Line 10: | ||
| The following methods can be used: | The following methods can be used: | ||
| + | {{topic> | ||
| - | - getPanelId (frameName, tabName, contentPanelName) | + | === startProcess, |
| - | This method returns the unique id of the content panel in a visual perspective. | + | Please refer to "[[docs: |
| - | + | ||
| - | var id = AwareApp.getPanelId (‘main’, | + | |
| - | + | ||
| - | 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 | + | |
| - | + | ||
| - | var id = AwareApp.getTabPanelId (‘main’, | + | |
| - | + | ||
| - | 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, | + | |
| - | Please refer to the "Links to Aware IM operations" | + | |
| {{simplenavi> | {{simplenavi> | ||