<script type="text/javascript"> Ext.regModel("Search", { fields: [ { name: "id", type: "int" }, { name: "query", type: "string" } ], proxy: { type: 'localstorage', id: 'local' } }); Ext.regStore('Searches', { model: 'Search' }); Ext.setup({ onReady: function () { var txtSearch = new Ext.form.Search({ placeHolder: 'Search...' }); var btnAdd = new Ext.Button({ text: 'Add', handler: function () { var
{{#tags}}- {{label}}
{{/tags}}