Examples
List of modules
- 
      
        
      
        
          
             Ace Editor
          
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
          
             Affix
          
        
      
        
          
             Alert
            
        
      
        
          
             Audio
          
        
      
        
          
             Button
          
        
      
        
      
        
          
             Carousel
          
        
      
        
          
             Char Counter
          
        
      
        
          
             Color Picker
          
        
      
        
          
             Data Table
          
        
      
        
          
             Datepicker
          
        
      
        
          
             Diagram Builder
          
        
      
        
          
             Dropdown
          
        
      
        
          
             Form Builder
          
        
      
        
          
             Form Validator
          
        
      
        
          
             I/O
          
        
      
        
          
             Image Cropper
          
        
      
        
          
             Image Viewer
          
        
      
        
          
             Modal
          
        
      
        
          
             Node
          
        
      
        
          
             Pagination
          
        
      
        
          
             Popover
          
        
      
        
          
             Progress Bar
          
        
      
        
          
             Rating
          
        
      
        
          
             Scheduler
          
        
      
        
          
             Scrollspy
          
        
      
        
          
             Sortable Layout
          
        
      
        
          
             Sortable List
          
        
      
        
          
             Tabview
          
        
      
        
          
             Timepicker
          
        
      
        
          
             Toggler
          
        
      
        
          
             Toolbar
          
        
      
        
          
             Tooltip
          
        
      
        
      
        
          
             TreeView
          
        
      
        
          
             Video
          
        
      
        
          
             Viewport
          
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
        
      
    
Alert
<div id="myAlert"></div>YUI().use(
  'aui-alert',
  function(Y) {
    new Y.Alert(
      {
        animated: true,
        bodyContent: 'Thank You Mario! But Our Princess Is In That Castle!',
        boundingBox: '#myAlert',
        closeable: true,
        cssClass: 'alert-warning',
        destroyOnHide: false,
        duration: 1,
        render: true
      }
    );
  }
); 
    