Get behaviour id of the ajax calender extender

时间:2014-05-09 00:18:44   收藏:0   阅读:368
 <script type="text/javascript">
        function onCalendarShown2(sender){ 
            //sender is the shown extender self.
            //var cal = $find(sender._id);
            //cal._visibleDate = target.date;
            //cal.set_selectedDate(target.date);
            //cal._switchMonth(target.date);
            var CalendarBehavior = $find(sender._id);
            //here hide this 
           // CalendarBehavior.hide();
            //here show this 
            CalendarBehavior.show();
        }

    </script>

http://forums.asp.net/t/1984233.aspx

Get behaviour id of the ajax calender extender,布布扣,bubuko.com

原文:http://www.cnblogs.com/happy-Chen/p/3716562.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!