jQuery EasyUI 教程
屬性網(wǎng)格(property grid)帶有一個(gè)內(nèi)置的 expand(展開(kāi))/collapse(合并) 按鈕,可以簡(jiǎn)單地為行分組。您可以簡(jiǎn)單地創(chuàng)建一個(gè)可編輯屬性的分層(hierarchical)列表。
????<table id="tt" class="easyui-propertygrid" style="width:300px" url="propertygrid_data.json" showGroup="true" scrollbarSize="0" ></table>
????[ ????????{"name":"Name","value":"Bill Smith","group":"ID Settings","editor":"text"}, ????????{"name":"Address","value":"","group":"ID Settings","editor":"text"}, ????????{"name":"Age","value":"40","group":"ID Settings","editor":"numberbox"}, ????????{"name":"Birthday","value":"01/02/2012","group":"ID Settings","editor":"datebox"}, ????????{"name":"SSN","value":"123-456-7890","group":"ID Settings","editor":"text"}, ????????{"name":"Email","value":"bill@gmail.com","group":"Marketing Settings","editor":{ ????????????"type":"validatebox", ????????????"options":{ ????????????????"validType":"email" ????????????} ????????}}, ????????{"name":"FrequentBuyer","value":"false","group":"Marketing Settings","editor":{ ????????????"type":"checkbox", ????????????"options":{ ????????????????"on":true, ????????????????"off":false ????????????} ????????}} ????]
正如您所看到的,屬性網(wǎng)格(property grid)的創(chuàng)建不需要任何的 javascript 代碼。您可以簡(jiǎn)單地繼承擴(kuò)展 editor 類型。