dark_mode EN
  • Method WCss :AddStyle
  • Parameters
    xName

    String with the name or array with multiple strings that are set to the same style

    cStyle

    Estilo CSS

  • Return value
    lValue

    True if success

Adds CSS code in a uniform manner for the entire document. For example: AddStyle( "body", "background-color: lightblue" ). This way of adding code is compatible with the cCode property, but not compatible with cUrl.

Previous chevron_left Next chevron_right