Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. <aui:button name="clickMe" id="clickMe" value="Click Me"></aui:button>
  3. <aui:script>
  4. AUI().use('aui-base', function(A){
  5. A.one("#<portlet:namespace/>testSelect").on('clcik',function(){
  6. alert("This click Event from AUI");
  7. });
  8. });
  9. </aui:script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement