首页 > 其他 > 详细

Get behaviour id of the ajax calender extender

时间:2014-05-09 00:18:44      阅读:368      评论:0      收藏:0      [点我收藏+]
 <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

Get behaviour id of the ajax calender extender

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!