In the HTML script tag, all custom attributes must be prefixed with data-. For example, the Source parameter when added to the script tag must appear as:
<script src="/IntraWeb.js" data-Source="/Index.iwml"></script>
Yeah, we want docs with that…
In the HTML script tag, all custom attributes must be prefixed with data-. For example, the Source parameter when added to the script tag must appear as:
<script src="/IntraWeb.js" data-Source="/Index.iwml"></script>