{{tag>Programmers_Reference Methods AwareApp_Object GetTabPanelID Index}} ==== getTabPanelId (frameName, tabName)==== var id = AwareApp.getTabPanelId ('main', 'Tab1'); This method returns the unique id of the tab 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|