UNPKG

extjs-gpl

Version:

GPL licensed version of Sencha Ext JS

12 lines (10 loc) 264 B
Ext.define('KitchenSink.view.CodeContent', { extend: 'Ext.panel.Panel', alias: 'widget.codeContent', scrollable: true, cls: 'code-content', afterRender: function() { this.callParent(arguments); prettyPrint(); } });