Last active
April 6, 2016 14:45
-
-
Save benouat/73d3d686a903b1bc7a0a388310a4c677 to your computer and use it in GitHub Desktop.
ErrorLists HTML injection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "ErrorLists HTML injection", | |
| "description": "", | |
| "data": { | |
| "errorMessages": [ | |
| { | |
| "type": "I", | |
| "localizedMessage": "Information message line 1." | |
| }, | |
| { | |
| "type": "I", | |
| "localizedMessage": "Information message line 2." | |
| }, | |
| { | |
| "type": "I", | |
| "escape": false, | |
| "localizedMessage": "Information message line 3 with <strong>bold</strong>." | |
| } | |
| ] | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {macro main()} | |
| <h1>Hello Instant Aria Templates</h1> | |
| {@aria:ErrorList { | |
| title: "Error", | |
| bind: { | |
| messages: { | |
| to: "errorMessages", | |
| inside: data | |
| } | |
| } | |
| }/} | |
| {/macro} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ({ | |
| $classpath:'InstantTemplateScript', | |
| $prototype : { | |
| myMethod: function() { | |
| } | |
| } | |
| }) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {macro main()} | |
| {/macro} |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Created by Instant Aria Templates, viewable on http://instant.ariatemplates.com/benouat/73d3d686a903b1bc7a0a388310a4c677