Versions Compared

Key

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

...

For security reasons, only the following HTML tags and attributes are allowed in Interactive Forms - Configurators and in the Custom Help editor:

allowedTags[ 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'blockquote', 'p', 'ul', 'ol', 'li', 'b', 'i', 'strong', 'em', 'strike', 'code', 'hr', 'br', 'div', 'span', 'pre', 'center', 'font', 'u', 'img', 'a' ]
allowedAttributes{ 'div': [ 'style' ], 'span': [ 'style' ], 'p': [ 'style' ], 'font': [ 'face', 'style', 'color', 'size' ], 'a': [ 'href', 'name', 'target' ], 'img': [ 'src' ] }
allowedSchemes[ 'http', 'https' ]
allowedSchemesByTag{ img: [ 'data', 'http', 'https' ] }

...