ucan-ext-js-kitchen-sink
Version:
my-ext-gen-app description for Ext JS app MyExtGenApp
13 lines (10 loc) • 363 B
JavaScript
Ext.define('UCANSink.view.componentDetail.examples.comment.exampleViewController', {
extend: 'Ext.app.ViewController',
alias: 'controller.ucancommentexamplecontroller',
cleanHtml: function(value) {
return value.replace(/<\/?\w+>/gi, '');
},
expandAfterLoad: function() {
this.getView().down('[cls~=js-ucan-comment-tree]').expandAll();
}
});