Closed modnaut closed 11 years ago
How would I do this in the xml (based off the example from here: http://docs.sencha.com/ext-js/4-2/#!/example/build/KitchenSink/ext-theme-neptune/)
{ title: 'Header Icons', tools: [ { type:'pin' }, { type:'refresh' }, { type:'search' }, { type:'save' } ], html: KitchenSink.DummyText.mediumText },
I have not implemented tools for windows yet. Will work on that
Pushed
How would I do this in the xml (based off the example from here: http://docs.sencha.com/ext-js/4-2/#!/example/build/KitchenSink/ext-theme-neptune/)
{ title: 'Header Icons', tools: [ { type:'pin' }, { type:'refresh' }, { type:'search' }, { type:'save' } ], html: KitchenSink.DummyText.mediumText },