hub.eb?material_id=296&track_id=309

Custom Attributes


In HTML, attributes are additional values that configure specific elements or adjust their behavior in various ways.

You can set attributes in the Custom Attributes section of a Control's HTML Element Properties dialog, using a comma-seperated list. 

Learn more about HTML Attributes

Steps


1

Create a Form. Create a Field Control with an Integer Field Type and Number Display Type.

 

2

Open the HTML Element Properties dialog.

Select the Editor Input tab and add the following attribute: step=3.

3

Run the Form, hover over the input box and then use the increment arrows to modify the value. Note that the value is incremented/ decremented by 3 each time.

Current Module

Related