Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColorwhite

LANGUAGE

Code Block
system.language (String)

This attribute contains the current language name. In versions before 11.6 this attribute was not immediately changed when switching the language through the development dashboard or the UI REST APIThis attribute is updated after a language switch.

Panel
bgColorwhite

PAGEVALID

Code Block
system.pagevalid (Boolean)

The value of this boolean is:

  • unknown if a page has never been validated
  • false if the page has been validated and it contains errors (and/or warnings that are shown for the first time)
  • true if the page has been validated and all validations are passed succesfully

The attribute value is recalculated with every refresh.

...