Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Contains the list of shortcut key definitions to be loaded for use within the page. The shortcut keys are only available when the page is active.

Configuration

Code Block
   <shortcutKeys>
       	<shortcut key="F5" onCommand="PageManager.loadPage( 'dataIntegration' )" role="ROLE_ADMIN"/>
  
</shortcutKeys>

Menus

Configuration

Code Block
    <menuGroups>
       	<menuGroup name="application" text="">
          		<item image="/images/menu_logout.png" name="logoutMenu"
                			onCommand="SecurityManager.logout()"
                			text="Log Out" tooltip="log out"/>
       	</menuGroup>
    </menuGroups>


See the
Role Based Configuration topic for more information. 

...

Commandbar

Configuration

Code Block
    <commandbar>
       	<button image="/images/bar_cancel.png" name="commandBar.bbClose"
               	onCommand="PageManager.closePage()" tooltip="Close"/>
       	<button image="/images/menu_refresh.png" name="commandBar.bbRefresh"
               	role="ROLE_USER" tooltip="Refresh"/>
       	<button image="/images/bar_print.png" name="commandBar.bbPrint"
               	tooltip="Print"/>
   
</commandbar>

 

StatusBar

Configuration

 

Code Block
   <statusPanels>
        	<statusPanel horizontalAlignment="left" image="" name="statusBar.bar1"
                     		text="Hello, everybody!" width="80%"/>
        	<statusPanel image="" name="statusBar.bar2" text="Ready" width="19%"/>
   </statusPanels>

 

SideBar

Configuration

Code Block
<page name="excelSample" title="Excel Sample" xal="/XAL/Sample/ExcelSample.xal"/>
     	<sideBar position="west" width="19%" xal="/XAL/Sample/DataIntegration_SidePage.xal"/>
</page>