码迷,mamicode.com
首页 > 其他好文 > 详细

Get behaviour id of the ajax calender extender

时间:2014-05-09 00:18:55      阅读:344      评论:0      收藏:0      [点我收藏+]

标签:blog   class   java   tar   ext   http   

 <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

标签:blog   class   java   tar   ext   http   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!