Indicator location

Description

Specify the location of the indicator icons. Choose 'Auto' to let Alpha Anywhere choose an appropriate location based on the Navigation flow direction. Choose 'Element' if you want to position the indicator in a specific element. There are also 'Top', 'Bottom', 'Left', and 'Right' options for placing the indicator.

The 'Indicator location' property
The 'Indicator location' property
An indicator for a Panel Navigator with five panels
An indicator for a Panel Navigator with five panels

Options

The 'Auto' option sets the indicator location automatically depending on the Navigation flow direction. If the flow direction is either left-to-right or right-to-left then the indicator will appear on the bottom of the screen. If the flow direction is either top-to-bottom or bottom-to-top then the indicator will appear on the right.

Auto
Auto

The 'Top' option sets the indicator at the top of the screen.

Top
Top

The 'Bottom' option sets the indicator at the bottom of the screen.

Bottom
Bottom

The 'Left' option sets the indicator on the left side of the screen.

Left
Left

The 'Right' option sets the indicator on the right side of the screen.

Right
Right

The 'Element' option sets the indicator inside an element. In this case the element is defined in a HTML free-form container set inside a Panel Header Container.

Element
Element

Using the Element option.

  1. In the UX Builder on the UX Controls page, check the Mobile checkbox in the toolbar.

    Ele
  2. From the Panels menu click on the [Panel Layout] option to add a panel layout to the control.

    Ele2
  3. In the Panels menu click on [Panel Navigator] to add a Panel Navigator inside the Panel Layout.

    Ele3
  4. Click on [Panel Card] in the Panels menu and add a Panel Card inside the Panel Navigator.

    Ele4
  5. Add several more Panel Cards to the Panel Navigator.

    Ele5
  6. Highlight PANELCARD_1. Open the 'Other Controls' menu and click on [Static Text] to add a static text control to the first panel.

    Ele6
  7. Highlight the [Static Text] control. In the Properties list on the right change the 'Static text' property to read 'Panel 1', or something to help identify this Panel.

    Ele7
  8. Add [Static Text] controls to all the remaining Panel Cards and give each of them a unique 'Static text'.

    Ele8
  9. Highlight the Panel Navigator.

    Ele9
  10. Open the Containers menu and click on [Container].

    Ele10
  11. From the Container Type list that appears select 'PanelHeader'.

    Ele11
  12. Highlight the PanelHeader container. Open the Containers menu again and click on [Free-form Layout] to add some freeform html to the header.

    Ele12
  13. Highlight the [Free-form Layout]. In the Properties list click the [...] button next to the 'Free-form layout' property in the Free-form HTML section.

    Ele13
  14. The Freeform Edit Region dialog will open. Add the following HTML and click OK.

    <div id="indicator"></div>
    Ele14
  15. Highlight the Panel Navigator. In the Properties list check the 'Has indicator' property in the Navigator Position Indicator section.

    Ele15
  16. Set the indicator location to Element.

    Ele16
  17. Set the Element id to be 'indicator', the id that was defined in the html div.

    Ele17
  18. Run the component in Live Preview. You should see the indicator appear in the div element.

    Ele18