我使用sencha創建了一個嵌套列表。 現在點擊我得到一個列表,直到我到達葉節點。在sencha中處理葉節點
現在我想要的是,點擊一個葉節點,我想生成一個事件,使我能夠打開一個文件。
不知道該怎麼做。
我嵌套列表代碼是提前
Ext.define("InfoImage.view.nestedList", {
extend:'Ext.NestedList',
xtype:'nestedList',
id:'nestedList',
config:{
fullscreen:'true',
title:'Nested List',
xtype:'nestedList',
displayField : 'text',
html:'Nested List on its way!!!',
store:'nestedListStore'
//itemTpl:'{text}'
}
});
感謝。
打開文件?哪個檔案?它在哪裏? – 2012-04-27 11:41:25
位於系統上的任何文件。 – Khush 2012-04-27 11:42:32
位於系統上的文件?我不認爲,像SenchaTouch這樣的本地功能就像文件訪問一樣。 Sencha Touch是用於UI的,而不是本地功能。 – 2012-04-27 11:43:55