addPane : function() { this.addForm({ '' : {type : 'title', txt : 'Editar HTML'}, 'code' : {type : 'content', 'value' : this.ne.selectedInstance.getContent(), style : {width: '340px', height : '200px'}} }); },