/*! * VisualEditor UserInterface EditorPanelLayout class. * * @copyright 2011-2013 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ /** * Editor panel layout. * * @class * @extends ve.ui.PanelLayout * @mixins ve.ui.LabeledWidget * * @constructor * @param {Object} [config] Config options * @cfg {string} [icon=''] Symbolic icon name */ ve.ui.EditorPanelLayout = function VeUiEditorPanelLayout( config ) { // Config initialization config = ve.extendObject( config, { 'scroll': true } ); // Parent constructor ve.ui.PanelLayout.call( this, config ); // Mixin constructors ve.ui.TitledPanelLayout.call( this, this.$$( '