cadorn/ace-extjs

Extending Ext.panel.Panel

Opened this issue · 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...

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.