vdl-extension
Allows creation of custom VDL tags.
Example
<vdl-extension name="my-tag">
<vdl-template>
<vdl-contents></vdl-contents>
</vdl-template>
<script>
VDL( 'my-tag', {
// see Xpress Insight Dev Guide on how to write custom extensions
});
</script>
</vdl-extension>
Attributes
name | The actual tag name. This should always be namespaced with a hyphen between two words i.e. my-tag. |
---|