Guest User

Untitled

a guest
May 25th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. YUI.add('gallery-dialog',function(Y){
  2.  
  3. Y.Dialog = Y.Base.create('dialog', Y.Overlay, [], {
  4.  
  5. alert: function(msg, title, callback){
  6. this.render();
  7. this.setStdModContent(Y.WidgetStdMod.HEADER,'sample','replace');
  8. // this.syncUI();
  9. this.show();
  10. }
  11.  
  12. },{});
  13.  
  14. },'0.1',{requires:['gallery-overlay-extras','gallery-button','overlay','widget-anim','node','gallery-event-nav-keys','dd']});
Add Comment
Please, Sign In to add comment