首页 > 其他 > 详细

artDialog测试

时间:2015-02-09 00:31:23      阅读:401      评论:0      收藏:0      [点我收藏+]

 

artDialog测试

    <script src="../Content/artDialog/v4/artDialog.source.js?skin=default"></script> 

    <script type="text/javascript">
        function fun01() {
            art.dialog({
                title: hello world!,
                content: 欢迎使用artDialog对话框组件!,
                icon: succeed
            });
        }

        function fun02() {
            art.dialog({
                title: 提示,
                content: 两秒后关闭!<br>孤独的行者,<br> 遥远的未来。,
                icon: succeed,
                time: 2
            });
        }
    </script>

 

artDialog测试

原文:http://www.cnblogs.com/shi5588/p/4280646.html

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