Sha256: 6aaf0bf0a0e3aae5be58574b86478d2da3d80a8910290744f8b7d2278456a13b
Contents?: true
Size: 469 Bytes
Versions: 4
Compression:
Stored size: 469 Bytes
Contents
Ext.ns('Rwiki'); Rwiki.NavigationPanel = Ext.extend(Ext.Panel, { constructor: function() { Ext.apply(this, { region: 'west', layout: 'border', header: true, title: 'Navigation panel', split: true, collapsible: true, width: 255, minSize: 255, maxSize: 500, margins: '3 0 3 3', cmargins: '3 3 3 3' }); Rwiki.NavigationPanel.superclass.constructor.apply(this, arguments); } });
Version data entries
4 entries across 4 versions & 1 rubygems