91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

jquery中easyui實現格式化列的方法

發布時間:2021-02-22 09:37:40 來源:億速云 閱讀:185 作者:小新 欄目:web開發

這篇文章將為大家詳細講解有關jquery中easyui實現格式化列的方法,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

主框架頁面: 在主界面區會加載西區菜單點擊的URL內容.

<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8"/>
  <title>主界面</title>
  <div th:include="/public/util::public"/>
  <div th:include="/public/util::jquery-easyui"/>
  <script type="text/javascript" th:src="(${@configApp.getStaticWeb()})+'/cms/script/main/index.js'"></script>
  <script type="text/javascript" th:src="(${@configApp.getStaticWeb()})+'/cms/script/site/site-index.js'"></script>  
</head>
<body class="easyui-layout">
  <div data-options="region:'north',title:''"  id="north"></div>
  <div data-options="region:'west',title:'系統功能區',split:true" >
    <ul class="easyui-tree" id="menu"></ul>
  </div>
  <div data-options="region:'center',title:'主界面區'"  id="center"></div>
</body>
</html>

此時在主頁面已經加載了easy-ui的腳本和CSS ,在各區頁面就不必加載了,即使加載了也會被去掉.

我一開始在datagrid頁面添加格式化函數,但是沒有效果,始終報找不到formatIsvalid這個函數.

<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8"/>
  <title>站點列表頁面</title>
  <script type="text/javascript">
  function formatIsvalid(val,row){
    return val=='1'?'是':'否';
  }
  </script>
</head>
<body>
  <table id="site" title="站點列表" class="easyui-datagrid" th:url="@{/site/list}"
      toolbar="#siteToolbar" rownumbers="true" fitColumns="true" singleSelect="true">
    <thead>
      <tr>
        <th field="siteid" width="50">ID</th>
        <th field="sitename" width="50">名稱</th>
        <th field="siteurl" width="50">網址</th>
        <th field="isvalid" width="50" formatter="formatIsvalid">是否有效</th>
        <th field="isdelete" width="50">是否可以刪除</th>
        <th field="remark" width="50">備注</th>
        <th field="createtime" width="50">創建時間</th>
      </tr>
    </thead>
  </table>
  <div id="siteToolbar">
    <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newSite()">新增</a>
    <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editSite()">編輯</a>
    <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="removeSite()">刪除</a>
  </div>
</body>
</html>

解決辦法:把這個格式化函數放到主頁面中就沒有問題了.

關于“jquery中easyui實現格式化列的方法”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

柳州市| 广东省| 威信县| 苗栗市| 喀喇| 晋宁县| 岳池县| 芦溪县| 肃南| 临潭县| 正蓝旗| 靖远县| 扶沟县| 南江县| 霍城县| 文化| 长海县| 古丈县| 平安县| 女性| 河曲县| 资溪县| 江陵县| 信阳市| 肇庆市| 鄄城县| 商河县| 榆社县| 嘉黎县| 德阳市| 德安县| 大石桥市| 西宁市| 江油市| 澜沧| 鹤庆县| 肃宁县| 巨野县| 庄浪县| 西城区| 余姚市|