UNPKG

ucan-ext-js-kitchen-sink

Version:

my-ext-gen-app description for Ext JS app MyExtGenApp

13 lines (10 loc) 346 B
Ext.define('UCANSink.view.componentDetail.examples.nativeFroala.exampleViewController', { extend: 'Ext.app.ViewController', alias: 'controller.ucannativeFroalaexamplecontroller', froalaInit: function() { this.getView().add({ xtype: 'component', html: '<h2 style="color: hotpink">Froala initialisiert</h2>' }); } });