DocsArrow - Elements Webflow Library - BRIX Templates
Custom Attributes

Custom Attributes

Custom attributes are the core of the ID system for identfying components within a project. Use them to ID components such as buttons, sliders, input text fields, tabs, pages and everything else. To set the Custom Attribute select the component, go to the Settings tab.

Reserved Custom Attribute Keywords:

For websocket communication

Add this to a div in your project.

data-ip: Expects ip address of host control processor

Custom Attributes:

Name="data-ip"
Value="<ipaddress>"

Div with custom attribute

For Digital, Analog or Serial communication

Assign these attributes to your button, slider, or text fields

Custom Attributes:

Name="data-type"
Value="<digital, analog, serial>"

Name="data-id"
Value="<unique identifier>"

Sample custom attribute for a button