• <menu id="w2i4a"></menu>
  • logo jQuery EasyUI使用教程

    文檔首頁>>jQuery EasyUI使用教程>>jQuery EasyUI使用教程:創(chuàng)建簡單窗口

    jQuery EasyUI使用教程:創(chuàng)建簡單窗口


    Kendo UI for jQuery——創(chuàng)建現(xiàn)代Web應(yīng)用程序的最完整UI庫!查看詳情>>>

    創(chuàng)建一個窗口非常簡單,我們創(chuàng)建一個 DIV 標(biāo)記:

    <div id="win" class="easyui-window" title="My Window" style="width:300px;height:100px;padding:5px;">
    Some Content.
    </div>

    現(xiàn)在運行測試頁面,您會看見一個窗口顯示在您的屏幕上。我們不需要寫任何的javascript代碼。

    創(chuàng)建簡單窗口

    如果您希望創(chuàng)建一個隱藏的窗口,記得將 'closed' 屬性設(shè)置為 'true' 值,您可以調(diào)用 'open' 方法來打開窗口:

    <div id="win" class="easyui-window" title="My Window" closed="true" style="width:300px;height:100px;padding:5px;">
    Some Content.
    </div>
    $('#win').window('open');

    作為最后的實例演示,我們創(chuàng)建一個登錄窗口:

    <div id="win" class="easyui-window" title="Login" style="width:300px;height:180px;">
    <form style="padding:10px 20px 10px 40px;">
    <p>Name: <input type="text"></p>
    <p>Pass: <input type="password"></p>
    <div style="padding:5px;text-align:center;">
    <a href="#" class="easyui-linkbutton" icon="icon-ok">Ok</a>
    <a href="#" class="easyui-linkbutton" icon="icon-cancel">Cancel</a>
    </div>
    </form>
    </div>
    創(chuàng)建簡單窗口

    下載EasyUI示例:easyui-window-demo.zip

    購買正版授權(quán)的朋友可以點擊"咨詢在線客服"哦~~~
    掃碼咨詢


    添加微信 立即咨詢

    電話咨詢

    客服熱線
    023-68661681

    TOP
    三级成人熟女影院,欧美午夜成人精品视频,亚洲国产成人乱色在线观看,色中色成人论坛 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();