Set Style
Last updated
Last updated
Set Style
is a that allows you to set a on any element on the page or form.
Refer to the block for dynamically generated content.
The block comes in two modes which are discussed below.
The Mode 1 version of the Set Style block consists of (from left to right):
The Mode 2 version of the Set Style block consists of (from left to right):
NOTE: Using a CSS selector, you can operate on multiple elements that match the criteria specified by the selector. See the references below for more information:
The last example shows a Mode 2 version where the Element value parameter is attached to an Element block. Additionally the Data value parameter is attached to a Variable Value block.
Property: that accepts a value containing the you want to set.
Element: to choose the element you want to set the style of.
Data: that accepts a value containing the value of the property you are setting.
Property: that accepts a value containing the you want to set.
Element: that accepts either a value in the form of a or an value The Element block comes pre-attached for your convenience but can be removed and customized.
Data: that accepts a value containing the value of the property you are setting.
The image below shows an example of the Mode 1 version where the of a selected element is set using the Color Selection block attached to the Data value parameter.
In the next example we see a Mode 1 version where the Data value parameter is attached to an Text block specifying the color in .
In the next example we see a Mode 2 version where the Element value parameter is attached to a Text block containing a that selects the same element.