XMPie/Circle VS Code Extension
Provide snippets for Circle web projects.
Features
How to use? Simply write xmp and use the relevant snippet name.
Available snippets:
Prefix |
Description |
xmp-text |
Display ADOR as text |
xmp-img |
Add img tag with xmp-image-asset |
xmp-src |
Add img tag with xmp-src |
xmp-class |
Add xmp-class. Value should be an ADOR |
xmp-show |
Display a tag only if the expression is true |
xmp-link |
Create a link to an address supplied by an ADOR (anchor tag) |
xmp-pdf |
Create a link to a PDF (anchor tag, PDF is PDF on demande) |
xmp-success-trigger |
Trigger a touchpoint in case of success |
xmp-signin |
Add markup for a signin form. Must be added on form tag |
xmp-signout |
Add markup for signout. Should be added on button or input tag |
xmp-failure-js |
Execute a JavaScript function in case of failure |
xmp-success-js |
Execute a JavaScript function in case of success |
xmp-repeat |
Repeat a tag for each items in the list (UV) |
xmp-repeat-li |
Create ul list with xmp-repeat |
xmp-repeat-table |
Create html table with xmp-repeat |
xmp-skeleton |
Create html structure with script (check XMP version) |
xmp-form-update |
Create a basic form with xmp-update, xmp-success-url, xmp-write-ador, xmp-tracking-action and forgetRecipient function |
xmp-update-on-page-load |
Add a tag to update an ADOR on page loading |
Extension Settings
Known Issues
Release Notes
1.0.0
Initial release.
| |