beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

CSSPropertyString Op

Ops.Html.CSSPropertyString


CSSPropertyString
Namespace: Ops.Html

Op author: andro

Modify a css property of an element with a string


Example : margin : 10px 5px 10px 5px
Check the example patch for a clear example on how to concatenate strings together.



Inputs

Element

Element (Object)

Parent element to modify

Attributes

Property (String)

Property to modify

Value (String)

String value in

Outputs

HTML Element (Object)
Caught a mistake or want to contribute to the documentation?

Edit Documentation 

CSS property string example pacth

Open Example In Editor

Youtube Video Tutorial

Patches using CSSPropertyString

Changelog


created op
2020-07-13 - andro