ext4 tree單擊事件
Ext.define('ctreemodel', {
extend: 'Ext.data.Model',
fields: [
{name: 'aa', type: 'string'},
{name: 'text', type: 'string'}
....
]
});
Ext.create('Ext.tree.Panel',{
title: 'Tree test',
contentEl:'tree-div',
autoScroll:true,
minWidth: 135,
maxWidth: 200,
store : Ext.create('Ext.data.TreeStore', {
model: 'ctreemodel',
root : {
text: 'Tree Node',
expanded : true,
children : [ {
text : "detention",
aa:'bb',
leaf : true
}, {
text : "homework",
expanded : true,
children : [ {
text : "book report",
leaf : true
}, {
text : "alegrbra",
leaf : true
} ]
}, {
text : "buy lottery tickets",
leaf : true
} ]
}
}),
listeners : {
'itemclick' : function(view,re){
alert(re.data.aa);
}
}
});
相關文章
- 雙擊事件(dblclick)時,不觸發單擊事件(click)事件
- 同一個元素的單擊事件與雙擊事件事件
- 安卓觸控事件與單擊事件的區別安卓事件
- 事件 滑鼠事件 表單事件 from表單事件
- 微信小程式單擊事件與長按事件衝突的解決辦法微信小程式事件
- 簡單瞭解EXT4檔案系統
- Hundred Finance 攻擊事件分析NaN事件
- 簡單事件事件
- 從SolarWinds攻擊事件中看安全事件
- SolarWinds供應鏈攻擊事件分析事件
- 再現在野0day攻擊--BITTER APT攻擊事件APT事件
- 表單事件與鍵盤事件學習事件
- MFC vc++ 中CTreeContrl如何自定義實現滑鼠單擊或雙擊響應事件 ,即重寫類似於控制元件的響應事件或訊息C++事件控制元件
- 區塊鏈安全————DAO攻擊事件解析區塊鏈事件
- 【漏洞分析】Penpie 攻擊事件:重入攻擊構造獎勵金額事件
- 【Codeforces1404B】Tree tag | 樹上追擊、博弈、樹的直徑
- 【漏洞分析】ReflectionToken BEVO代幣攻擊事件分析事件
- Gawker攻擊事件暴露密碼保護缺陷事件密碼
- tree
- wpf雙擊窗體不進loaded事件程式碼事件
- 2022上半年網路攻擊事件播報事件
- win10滑鼠單擊變雙擊如何解決_win10系統滑鼠單擊變雙擊的解決方法Win10
- python--事件event簡單用法Python事件
- Tree-shaking到底有啥用?簡簡單單地說一下!
- ext4 子目錄數量驗證
- 最具影響力的汽車駭客攻擊事件事件
- Mac使用tree命令生成檔案目錄結構,超簡單!Mac
- Decision Tree
- Tree Compass
- A - Distance in Tree
- DSU on Tree
- Rebuild TreeRebuild
- 01 Tree
- 【MySQL(1)| B-tree和B+tree】MySql
- jQuery獲取表單值及幾個表單事件jQuery事件
- 對sd卡分割槽fat和ext4SD卡
- ext4 Ext.form.Panel 非ajax提交ORM
- ABAP--處理'REUSE_ALV_GRID_DISPLAY'的雙擊事件事件