CSSPropertyString Op

CSSPropertyString

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.


Full Name
  • Ops.Html.CSS.CSSPropertyString
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorgithubTest Patches


Example Patch CSS property string example pacth

Open In Editor

Youtube Video Tutorial

INPUT PORTS


Element

Element (Object)

Parent element to modify

Attributes

Property (String)

Property to modify

Value (String)

String value in

Active (Number:boolean )

OUTPUT PORTS


HTML Element (Object)

Patches using CSSPropertyString

  • Examples
  • Public
  • My Patches

Changelog


newcreated opuser avatarandro - 2020-07-13 18:31
improvementAdded active toggle to temporary remove property from elementuser avatarpandur - 2024-07-24 16:02
bugfixFix problem with element propery not updating correctly in some casesuser avatarpandur - 2024-10-28 15:06
renameOps.Html.CSSPropertyString renamed to Ops.Html.CSS.CSSPropertyStringuser avatarpandur - 2024-10-30 08:38