GUI Components JavaScript DHTML




  Yahoo! Calendar Control - 2-Up Japanese Implementation
  
  
  
  
  
  
  
  
  
    
  
  
  
    /* Begin Japanese 2up Calendar */
    YAHOO.widget.Calendar2up_JP_Cal = function(id, containerId, monthyear, selected) {
      if (arguments.length > 0)
      {
        this.init(id, containerId, monthyear, selected);
      }
    }
    YAHOO.widget.Calendar2up_JP_Cal.prototype = new YAHOO.widget.Calendar2up_Cal();
    YAHOO.widget.Calendar2up_JP_Cal.prototype.customConfig = function() {
      this.Config.Locale.MONTHS_SHORT = ["1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"];
      this.Config.Locale.MONTHS_LONG = ["1\u6708", "2\u6708", "3\u6708", "4\u6708", "5\u6708", "6\u6708", "7\u6708", "8\u6708", "9\u6708", "10\u6708", "11\u6708", "12\u6708"];
      this.Config.Locale.WEEKDAYS_1CHAR = ["\u65E5", "\u6708", "\u706B", "\u6C34", "\u6728", "\u91D1", "\u571F"];
      this.Config.Locale.WEEKDAYS_SHORT = ["\u65E5", "\u6708", "\u706B", "\u6C34", "\u6728", "\u91D1", "\u571F"];
      this.Config.Locale.WEEKDAYS_MEDIUM = ["\u65E5", "\u6708", "\u706B", "\u6C34", "\u6728", "\u91D1", "\u571F"];
      this.Config.Locale.WEEKDAYS_LONG = ["\u65E5", "\u6708", "\u706B", "\u6C34", "\u6728", "\u91D1", "\u571F"];
      this.Config.Options.START_WEEKDAY = 1;
    }
    /**********************************/
    YAHOO.widget.Calendar2up_JP = function(id, containerId, monthyear, selected) {
      if (arguments.length > 0)
      {  
        this.buildWrapper(containerId);
        this.init(2, id, containerId, monthyear, selected);
      }
    }
    YAHOO.widget.Calendar2up_JP.prototype = new YAHOO.widget.Calendar2up();
    YAHOO.widget.Calendar2up_JP.prototype.constructChild = function(id,containerId,monthyear,selected) {
      var cal = new YAHOO.widget.Calendar2up_JP_Cal(id,containerId,monthyear,selected);
      return cal;
    };
    /* End Japanese 2up Calendar */
    YAHOO.namespace("example.calendar");
    var today,link1,selMonth1,selDay1,selYear1,container1;
    function initJapan() {
      today = new Date();
      var thisMonth = today.getMonth();
      var thisDay = today.getDate();
      var thisYear = today.getFullYear();
      container1 = document.getElementById('container1');
      link1 = document.getElementById('dateLink1');
      selMonth1 = document.getElementById('selMonth1');
      selDay1 = document.getElementById('selDay1');
      selYear1 = document.getElementById('selYear1');
      selMonth1.selectedIndex = thisMonth;
      selDay1.selectedIndex = thisDay-1;
      YAHOO.example.calendar.cal = new YAHOO.widget.Calendar2up_JP("YAHOO.example.calendar.cal","container1",(thisMonth+1)+"/"+thisYear,(thisMonth+1)+"/"+thisDay+"/"+thisYear);
      YAHOO.example.calendar.cal.setChildFunction("onSelect",setDate1);
      YAHOO.example.calendar.cal.title = "日付を選びなさい";
      
      var renderSunday = function(cal,cell) {
        YAHOO.util.Dom.addClass(cell, "sunday");
      }
      YAHOO.example.calendar.cal.addWeekdayRenderer(1, renderSunday);
      YAHOO.example.calendar.cal.render();
    }
    function showCalendar1() {
      var pos = YAHOO.util.Dom.getXY(link1);
      YAHOO.example.calendar.cal.outerContainer.style.display='block';
      YAHOO.util.Dom.setXY(YAHOO.example.calendar.cal.outerContainer, [pos[0],pos[1]+link1.offsetHeight+1]);
    }
    function setDate1() {
      var date1 = YAHOO.example.calendar.cal.getSelectedDates()[0];
      selMonth1.selectedIndex=date1.getMonth();
      selDay1.selectedIndex=date1.getDate()-1;
      YAHOO.example.calendar.cal.hide();
    }
    function changeDate1() {
      var month = selMonth1.selectedIndex;
      var day = selDay1.selectedIndex + 1;
      var year = selYear1.options[selYear1.selectedIndex].value;
      YAHOO.example.calendar.cal.select((month+1) + "/" + day + "/" + year);
      YAHOO.example.calendar.cal.setMonth(month);
      YAHOO.example.calendar.cal.setYear(year);
      
      YAHOO.example.calendar.cal.render();
    }
    YAHOO.util.Event.addListener(window, "load", initJapan);
  
  




  
    2005年
    2006年
    2007年
    2008年
    2009年
    2010年
    2011年
  
  
  1月
  2月
  3月
  4月
  5月
  6月
  7月
  8月
  9月
  10月
  11月
  12月
  
  
  
  1日
  
  2日
  
  3日
  
  4日
  
  5日
  
  6日
  
  7日
  
  8日
  
  9日
  
  10日
  
  11日
  
  12日
  
  13日
  
  14日
  
  15日
  
  16日
  
  17日
  
  18日
  
  19日
  
  20日
  
  21日
  
  22日
  
  23日
  
  24日
  
  25日
  
  26日
  
  27日
  
  28日
  
  29日
  
  30日
  
  31日
  

style="vertical-align:middle;margin:5px"/>


    


 
dp.SyntaxHighlighter.HighlightAll('code'); 




           
       
yui.zip( 3,714 k)