place

Allows pining toolbar buttons to the navigation bar in Lycia with Material Design.

Form XML code:

<ToolbarButton text="Navigation bar" visible="true" identifier="tbb1" place="top">

Theme property filter XML code:

<SetProperty>

  <PropertyPath>

    <PropertyName>Place</PropertyName>

  </PropertyPath>

  <PropertyValue>top</PropertyValue>

</SetProperty>

Possible values:

top

top-popup

Default value:

top-popup

Associated containers, widgets, and theme elements:

ToolbarButton

Associated ui methods:

setPlace()

getPlace()

Influence and behavior:

By default, if there are more than 6 buttons in a toolbar with MD Lycia, they are rendered to the drop-down menu. This behavior is set by the default value, top-popup:

When place is set to top, this toolbar button is rendered to the navigation bar:

or

runtime behavior:

 

At runtime, you can use ui methods to specify the place of the toolbar button:

LET widget_var = ui.<widget>.ForName("widget_id")

CALL widget_var.setPlace(...)

DISPLAY widget_var.getPlace()

 

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.