Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2025.3

...

Scroll Table Layout
sortDirectionASC
repeatTableHeadersdefault
widths30%,70%
sortByColumn1
sortEnabledfalse
cellHighlightingtrue

ElementSpecifies the element name (for example, "img", "div", or "a") that the action should apply to. To allow any element, enter Any into this field.
Attribute NameSpecifies the attribute name to identify the element (for example, "title", "id", or "name"). You can configure this value using one of the following mechanisms.
Attribute Value

Specifies the expected value for the attribute supplied by the Attribute Name field.

  • If you want to specify a fixed value, choose Fixed and specify the desired value in the text box.
  • If you want to use values defined in a data source, choose Parameterized and specify the data source column that contains the values you want to use. Note that this option is only available if the project contains at least one data source.
  • If you want to use the return value of a custom method, choose Script, then click Edit to create or edit the method(s) and choose the desired method for use from the Method menu in the popup dialog. If there are two or more methods, you can also select a different method for use from the menu in the form panel.
Index

Specifies the element that matches the previous criteria. Entering 0 means that the first element that matches the "Element," "Attribute Name," and "Attribute Value" criteria will be used. Entering 1 means that the second element that matches will be used, and so on.

  • If you want to specify a fixed value, choose Fixed and specify the desired value in the text box.
  • If you want to use values defined in a data source, choose Parameterized and specify the data source column that contains the values you want to use. Note that this option is only available if the project contains at least one data source.
  • If you want to use the return value of a custom method, choose Script,then click Edit to create or edit the method(s) and choose the desired method for use from the Method menu in the popup dialog. If there are two or more methods, you can also select a different method for use from the menu in the form panel.

...