Tags
Last updated
Last updated
Tags can be labels used to group certain contents or topics of the website together. A TagBox is a field that allows the user to select multiple Tags (such as items or categories) from a drop-down menu.
Tags have the option to change their visibility, show tooltips, set placeholder, and change the styling.
See the Common Properties article for more details on common appearance properties.
Options that are specific to Tags are Multiline, Show Clear Button, Show Dropdown Button, Show Selection Controls.
Tags, unlike some other controls, have default placeholder text. The default value is "Select".
The clear button will appear on the right side. Clicking the button will remove all the Tags from the control.
Tags have the option to be disabled and read-only.
See the Common Properties article for more details on common behavior properties.
Options that are specific to Tags are Enable Search and Apply Value Mode.
Will allow the user to type in box and results will be updated.
The default option is Use Button which will show the OK and Cancel buttons. Instantly it will add the tag when it's selected.
The value property is common to most Blocks;
See the Common Properties article for more details on common value properties.
The value should be an array of strings. For example, if we put the following in the Value field ["Sydney", "New York", "London"] the results will be the following.
A Data Source allows Dynamic Source only. The Dynamic Source will get the value from the provided Data Source.
See the Common Properties article for more details on common Data Source properties.
The Data Source property is required for Tags.
The expression is a user-friendly name for what the user can see. For example, the text that is showing in one of the rows of the dropdown.
The Display Expression property is required for Tags.
This is the actual value stored in the background of the application in the code. For example, instead of true or false, it would be 0 or 1.
The Value Expression property is required for Tags.
Properties that are common to most Blocks include: Navigate To and Show Confirmation Dialog;
See the Common Properties article for more details on common action properties.