ace-extjs icon indicating copy to clipboard operation
ace-extjs copied to clipboard

Extending Ext.panel.Panel

Open dedalo opened this issue 13 years ago • 1 comments

Are you sure this is the best component to extend? Panel is a container, so its function is to hold several items. and has some special items as toolbars, etc.

I tried to add a toolbar to Ext.ux.AceEditor and it fails on the DOM search of child nodes... I thing if you extend Ext.Component instead of panel, things would be more easier on the Ext way... also you should add an alias configuration so it behaves as other components inside ext...

dedalo avatar Sep 01 '11 16:09 dedalo

When I started this component I did not know much about ExtJS :)

Feel free to patch or I'll get to it after Issue #4.

cadorn avatar Sep 01 '11 16:09 cadorn