有什麼方法可以在HTML和extjs View之間重新獲取值並傳遞值?Retriving values並在HTML和extjs之間傳遞值查看
一個例子 在HTML
<input id="text" type="text" value="book" style="width:80%" /><br />
在查看
var win = Ext.create('Ext.window.Window', {
items: {
// created a windows but need some codes to call html by passing values, and after which retrieve data from html and getting values
id: text;
}
}
流程是,我想改變書中的輸入值newbook。然後視圖將獲得代碼並將一些值返回給html。這可能嗎?提前致謝!
創建[小提琴](https://fiddle.sencha.com/)。你也可以使用本地JS getElementById – aviram83