DivElement_v3 Op
Create a html DIV element
Summary (oneliner)
Full Name
- Ops.Html.Elements.DivElement_v3
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch div element
Place an interactive DIV element inside of the canvas which can be modified.
Youtube Video Tutorial
INPUT PORTS
Text (String)
text to display within the div
Id (String)
Unique ID of div
Class (String)
class to be accessed from CSS op
Style (String)
write css styling for the div with the built in editor
Interactive (Number: boolean)
Allows interaction from mouse or touch screen
Visible (Number: boolean)
decides if the div is included in the css layout
Convert Line Breaks (Number: boolean)
convert line breaks in text string
Propagate Click-Events (Number: boolean)
OUTPUT PORTS
DOM Element (Object)
Hover (booleanNumber)
outputs a 1 if the mouse hovers over the div
Clicked (Trigger)
Triggers when clicked
Patches using DivElement_v3
Changelog
Ops.Html.DivElement2 renamed to Ops.Html.DivElement_v2 | pandur - 2019-06-12 12:34 | |
cloned op from Ops.Html.DivElement_v2 | pandur - 2023-02-02 14:15 | |
rename | Ops.User.pandur.DivElement3 renamed to Ops.Html.DivElement_v3 | pandur - 2023-02-02 14:15 |
rename | Html.DivElement_v3 renamed to Ops.Html.Elements.DivElement_v3 | pandur - 2024-12-16 13:38 |