Sha256: 037fbae1d8babce2976eb70a3a4d506d556f8fc8a3b30d61660d8f6640ae6f77
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rwiki-0.2.5 | public/javascripts/Rwiki/NavigationPanel.js |