Last active
May 23, 2018 07:00
-
-
Save benouat/865d3f57e2fc04f70c0d5a4813b824f0 to your computer and use it in GitHub Desktop.
Revisions
-
Benoit Charbonnier revised this gist
May 23, 2018 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,8 @@ {macro main()} {@aria:TextField { block: true }/} <hr/> {@aria:Button { id: "first", label: "First", -
Benoit Charbonnier revised this gist
May 23, 2018 . 2 changed files with 21 additions and 3 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,20 @@ {macro main()} {@aria:Button { id: "first", label: "First", width: 100, onclick: { fn: "onUpdateButtonClick", scope: this } }/} {@aria:Button { id: "second", label: "Second", width: 100, onclick: { fn: "onUpdateButtonClick", scope: this } }/} {/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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ ({ $classpath:'InstantTemplateScript', $prototype : { onUpdateButtonClick: function() { alert("Button clicked!"); } } }) -
Benoit Charbonnier created this gist
May 23, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ {macro main()} <h1>Hello Instant Aria Templates</h1> {/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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ({ $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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ {macro main()} {/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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ { "name": "Focused Button with Enter & Space", "description": "", "data": {} }