GUI Components JavaScript DHTML




  Yahoo! Calendar Control - Multi-Select Implementation
  
  
  
  
  
  
    
  
  
    
  
  
    YAHOO.namespace("example.calendar");
    function init() {
      YAHOO.example.calendar.cal1 = new YAHOO.widget.Calendar("YAHOO.example.calendar.cal1", "cal1Container");
      YAHOO.example.calendar.cal1.Options.MULTI_SELECT = true;
      YAHOO.example.calendar.cal1.render();
    }
  
  


  
    

Calendar Control


  

  
    

Simple Multi-Select Implementation


    

This implementation allows for selection of multiple values. This is accomplished by simply changing an option in the calendar configuration options: 



var cal1;
function init() {
   cal1 = new YAHOO.widget.Calendar("cal1", "cal1Container");
   cal1.Options.MULTI_SELECT = true;
   cal1.render();
}


  
    
      

    
    
      reset|
      what's selected?
    
  

 
dp.SyntaxHighlighter.HighlightAll('code'); 



           
         
  
yui.zip( 3,714 k)