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>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-08-07
  • 2021-09-01
  • 2021-08-09
相关资源
相似解决方案