DivElement_v3 Op
Create a html DIV element
Summary (oneliner)
- Ops.Html.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
<p>text to display within the div</p>
<p>Unique ID of div</p>
<p>class to be accessed from CSS op</p>
<p>write css styling for the div with the built in editor</p>
<i>boolean</i>
)<p>Allows interaction from mouse or touch screen</p>
<i>boolean</i>
)<p>decides if the div is included in the css layout</p>
<i>boolean</i>
)<p>convert line breaks in text string</p>
<i>boolean</i>
)OUTPUT PORTS
<i>boolean</i>
Number)<p>outputs a 1 if the mouse hovers over the div</p>
<p>Triggers when clicked</p>