Documentation / API Reference

Container

get #

Access to the editor containers.


this.app.container.get('main').append(something);
this.app.container.get('toolbar').append(something);
this.app.container.get('extrabar').append(something);
this.app.container.get('editor').append(something);
this.app.container.get('source').append(something);
this.app.container.get('statusbar').append(something);