{{tag>Programmers_Reference Methods AwareApp_Object GetPanelID Index}} +++INSTRUCTIONS+++ Update the tags ABOVE to show CLASS_OR_INTERFACE_NAME NAME_OF_THE_METHOD ==== getPanelId (frameName, tabName, contentPanelName)==== var id = AwareApp.getPanelId ('main', 'Tab1', 'Content Panel1'); This method returns the unique id of the content panel in a visual perspective. ===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|