Button Bar Guide layout

To better understand how to structure Guide layouts, this document uses the Button Bar Guide layout as an example. The Button Bar Guide is included in the LiveCycle_ES_SDK\misc\Guides\code\src\ga\wrappers folder where Workbench is installed. In addition to the structure, the Button Bar Guide layout contains the following custom ActionScript variables. These variables define the physical location of the regions of the Guide for easy referencing:

  • TOOLBAR_TAB:int (the default value is 100)

  • HELP_CENTER_TAB:int (the default value is 200)

  • BUTTONS_TAB:int (the default value is 9000)

In addition, the Button Bar Guide layout contains the following custom ActionScript functions:

  • createChildren():void

    Adds a new PAGE_SELECTION_CHANGE Guide event listener to the Guide layout.

  • pageChange(event:GAEvent):void

    Dispatched when a user navigates to the next section of the Guide. The Button Bar Guide layout uses a navigation control that segments the Guide according to the sections you define in the Guide tree.

// Ethnio survey code removed