日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問(wèn) 生活随笔!

生活随笔

當(dāng)前位置: 首頁(yè) > 编程资源 > 编程问答 >内容正文

编程问答

easy ui 使用总结

發(fā)布時(shí)間:2024/8/24 编程问答 39 豆豆
生活随笔 收集整理的這篇文章主要介紹了 easy ui 使用总结 小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.

頭部引用

<link type="text/css" rel="stylesheet" href="js/easy_ui/themes/metro-green/easyui.css" />
<link rel="stylesheet" type="text/css" href="js/easy_ui/themes/icon.css">
<link rel="stylesheet" type="text/css" href="css/map.css">
<script type="text/javascript" src="js/jquery-1.9.1.js"></script>
<script type="text/javascript" src="js/easy_ui/jquery.easyui.min.js"></script>


頁(yè)面整體布局:

<div id="container" class="easyui-layout" style="width:100%; height: 100%;">

??????? <div id="west_div" data-options="region:'west',split:false,collapsible:false" title="" style="width:200px;overflow: hidden;">

?????????? //region:'west' 表示左邊收縮面板 對(duì)應(yīng)的還有 north south east center

????????? <div class="easyui-accordion" style="width:180px;height: 100%; margin-left: 5px; overflow: hidden;">
?????????? ?<div title="xx" data-options="iconCls:'ico-actor'" style="overflow:auto;padding:10px; text-align: center;">
????????????? <a href="#" class="easyui-linkbutton" style="width:150px; margin-top: 5px;"></a>
?????????? ???<a href="#" class="easyui-linkbutton" style="width:150px; margin-top: 8px;" ></a>
??????????? ?<a href="#" class="easyui-linkbutton" style="width:150px; margin-top: 8px;" ></a>
???????????? <a href="#" class="easyui-linkbutton" style="width:150px; margin-top: 8px;"></a>
??????? ?</div>?

??????? //easyui-accordion 為上下收縮面板樣式

??????? </div>

</div>


定義一個(gè)彈出窗口代碼:

<div id="boundaryLine_w" class="easyui-window" title="飛行控制" data-options="iconCls:'ico-flyset',minimizable:false,maximizable:false,top:0,left:205" style="width:300px;height:160px;padding:0px;">

</div> //top left 設(shè)置窗口顯示時(shí)距離左邊和頂部的距離

關(guān)閉窗口:$("#lightSet_w").window('close');


水平拉桿:

<input class="easyui-slider" id="light_slider" data-options="showTip:true,max:18,min:6,value:12,rule:[6,'|',9,'|',12,'|',15,'|',18],tipFormatter:tipFormatter,onChange:sliderOnChange" style="width:250px; height:100px;">

//標(biāo)尺提示格式化過(guò)程
???function tipFormatter(value) {
????return "<font size=\"5px\">" + value + ':00</font>';
???}

?//標(biāo)簽改變時(shí)執(zhí)行
???function sliderOnChange(value) {


???}






轉(zhuǎn)載于:https://www.cnblogs.com/caowei-it/p/4145746.html

總結(jié)

以上是生活随笔為你收集整理的easy ui 使用总结的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。

如果覺(jué)得生活随笔網(wǎng)站內(nèi)容還不錯(cuò),歡迎將生活随笔推薦給好友。