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

artDialog测试

时间:2015-02-09 00:32:27      阅读:185      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!