欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

webUI框架運(yùn)用指南

這篇文章主要為大家詳細(xì)介紹了webUI框架的運(yùn)用指南,文中步驟介紹的非常詳細(xì),圖文詳解容易學(xué)習(xí),非常適合初學(xué)者入門(mén),感興趣的小伙伴們可以參考一下。

創(chuàng)新互聯(lián)主營(yíng)黃州網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營(yíng)網(wǎng)站建設(shè)方案,成都App定制開(kāi)發(fā),黃州h5微信小程序定制開(kāi)發(fā)搭建,黃州網(wǎng)站營(yíng)銷(xiāo)推廣歡迎黃州等地區(qū)企業(yè)咨詢(xún)

目錄

1.miniUI

2.easyUI

3.extJS

4.Bootstrap

內(nèi)容

一、miniUI

1.下載:http://www.miniui.com/download

2.文檔:http://www.miniui.com/docs/api/index.html

3.部署:

下載后,解壓縮,會(huì)有如下文件結(jié)構(gòu):

webUI框架運(yùn)用指南

各目錄文件解釋如下:

· dbsql:示例數(shù)據(jù)庫(kù)sql文件。

· demo:頁(yè)面示例。

· docs:api文檔、開(kāi)發(fā)指南。

· scripts/miniui:MiniUI產(chǎn)品的javascript和css。

· scripts/miniui/locale:語(yǔ)言資源文件。

· scripts/miniui/themes:多套皮膚樣式。

· index.html:開(kāi)發(fā)包導(dǎo)航頁(yè)面。

· miniui_commercial_license.doc:授權(quán)說(shuō)明文檔。

· miniui_tryform.doc:試用申請(qǐng)表文檔。

· 安裝部署.txt:安裝部署說(shuō)明文檔。

Note:開(kāi)發(fā)者只需要引用jquery.js、miniui.js、miniui.css即可。

為更好演示DataGrid相關(guān)示例,以及提供可參考的數(shù)據(jù)交互代碼,我們提供了示例數(shù)據(jù)庫(kù)和一定的服務(wù)端代碼。

標(biāo)準(zhǔn)頁(yè)面模板如下:

<!DOCTYPE html /><html><head>    <title>Hello MiniUI!</title>    <!--jQuery js-->    <script src="../jquery.js" type="text/javascript"></script>    <!--MiniUI-->    <link href="../themes/default/miniui.css" rel="stylesheet" type="text/css" />            <script src="../miniui.js" type="text/javascript"></script></head><body> </body></html>

 

二、easyUI

1.下載:http://www.jeasyui.com/download/index.php

2.文檔:http://www.w3cschool.cc/jeasyui/jqueryeasyui-tutorial.html

3.部署:

1) 引用Jquery的Js文件<script src="jquery-easyui-1.3.4/jquery-1.8.0.min.js" type="text/javascript"></script>

2) 引用Easy UI的Js文件<script src="jquery-easyui-1.3.4/jquery.easyui.min.js" type="text/javascript"></script>

3) 導(dǎo)入Easy UI的主題Css文件<link href="jquery-easyui-1.3.4/themes/default/easyui.css" rel="stylesheet" type="text/css" />

4) 導(dǎo)入Easy UI的圖標(biāo)Css文件<link href="jquery-easyui-1.3.4/themes/icon.css" rel="stylesheet" type="text/css" />

5) 引用Easy UI的國(guó)際化文件以下為讓它顯示中文<script src="jquery-easyui-1.3.4/locale/easyui-lang-zh_CN.js" type="text/javascript"></script>

6) 頁(yè)面上加上UTF-8編碼       防止jquery.easyui.min.js  內(nèi)容亂碼
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

 

三、extJS

1.下載:http://pan.baidu.com/s/1pJ5CoOF

2.文檔:http://docs.sencha.com/extjs/5.0/apidocs/#!/api/Ext.app.ViewController

3.部署:

<html>

    <head>

        <title>Welcome to Ext JS!</title>

       <link rel="stylesheet" type="text/css" href="ext-5.0.0/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css">

       <script type="text/javascript" src="ext-5.0.0/build/ext-all.js"></script> 

       <script type="text/javascript" src="ext-5.0.0/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>

 

        <script type ="text/javascript" src="app.js"></script>

    </head>

    <body></body>

</html>

四、Bootstrap

1.文檔:http://pan.baidu.com/s/1pJnvtsn

2.部署:

<html>

    <head>

        <title>Welcome to Ext JS!</title>

       <link rel="stylesheet" type="text/css" href="ext-5.0.0/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css">

       <script type="text/javascript" src="ext-5.0.0/build/ext-all.js"></script> 

       <script type="text/javascript" src="ext-5.0.0/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>

 

        <script type ="text/javascript" src="app.js"></script>

    </head>

    <body></body>

</html>

以上就是webUI框架運(yùn)用指南的詳細(xì)內(nèi)容了,看完之后是否有所收獲呢?如果想了解更多相關(guān)內(nèi)容,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊!

網(wǎng)站名稱(chēng):webUI框架運(yùn)用指南
文章URL:http://chinadenli.net/article8/gidsop.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站改版、手機(jī)網(wǎng)站建設(shè)、微信小程序、品牌網(wǎng)站設(shè)計(jì)網(wǎng)站策劃、網(wǎng)站設(shè)計(jì)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶(hù)投稿、用戶(hù)轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話(huà):028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)

微信小程序開(kāi)發(fā)