Actions: Properties

get property

Retrieves the value of a property of an element.

Argument Description
Output The location where the results will go (variable or text or field element).
Element The element to have its property value returned.
Property The attribute whose value will be returned.

set property

Change the value of a property of an element.

Argument Description
Value A variable, element, or input that will be applied to the selected element.
Element The element to have its property adjusted.
Property The attribute that is to be adjusted.

set property from variable

Change the value of a property of an element using a variable.

Argument Description
Variable The variable to apply to the property of the selected element.
Element The element to have its property adjusted.
Property The attribute that is to be adjusted.

set variable from property

Set a variable’s value based on an element’s property.

Argument Description
Variable The variable where the property’s value should be stored.
Element The element to have its property read.
Property The property to be read.

This chapter was last updated on Thu 7 Mar 2024 16:27:20 GMT