07 2013 档案
摘要:ArrayStore : 1 // Store for array 2 var myStore = new Ext.data.ArrayStore({ 3 storeId: "arrayStore", 4 fields: ["ID", "Name"], 5 data: [ //Data Source 6 ["1", "Array"], 7 ["2", "Json"], 8 ["3", "Xml"] 9 ]10 });
阅读全文
摘要:Reference:http://stackoverflow.com/questions/6561120/extjs-4-apply-defaults-to-all-columns-in-a-grid1 columns: {2 items:[3 { header: "ID", dataIndex: "ID"},4 { header: "Name", dataIndex: "Name"}5 ],6 defaults:{ // here, apply default config to each column7 ali
阅读全文
摘要:Reference:http://web-design-weekly.com/2012/07/03/snippets-in-sublime-text-2/A sample - cofirm (Tools | New Snippet.....) 1 2 4 5 14 15 confirm16 17 source.python -->18 View Code
阅读全文
浙公网安备 33010602011771号