Page tree

Versions Compared

Key

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

...

This interactive documentation is currently in an early alpha stage, and will be improved in the upcoming versions of SecuTix.

VersionDocumentation
2




Warning

Please note that currently widgets are coupled to physical hosts of SecuTix. It is important to set the correct url for the source files to have widgets work properly. We are happy to help you setup the correct information. Please contact us via the email api-support@secutix.com. For more information, please refer to the section "Include the widget library".

...

To work, the widgets need to define the charset in the html header:


Code Block
languagexml
themeEclipse
titleExemple of container
<head>
<!-- meta character set UTF-8 -->
<meta charset="UTF-8">
[...]
</head>

Include the widget library

...