Description
The HyperlinkSort component alphabetically sorts the hyperlinks in a HyperlinkList component (vykonPro module) and to add new ones.
Implementation
-
Drag and drop the HyperlinkSort into the HyperlinkList that contains the hyperlinks to sort
-
Run the sort action to sort the hyperlinks
Actions
-
Sort: changes the order of the HyperlinkList properties in which the component is located:
-
The hyperlinks are sorted in alphabetical order by name (hyperlinkDisplay property)
-
If there are other dynamic properties, they will be below all the hyperlinks
-
Add: adds a new hyperlink in the hyperlinkList that will be automatically sorted after the addition. The properties to enter are:
-
Its name (hyperlinkDisplay property)
-
Its ord for the hyperlink (hyperlinkOrd property)
-
-