mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 06:24:08 +00:00
'Config' -> 'Configuration' in all comments
Because the former isn't a real word. Change-Id: Ie6ed15f9e390b357bbaa768b57f3c3fd7cf21181
This commit is contained in:
parent
888de344d9
commit
e6f48c5c93
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.LinkAnnotation
|
||||
* @constructor
|
||||
* @param {ve.dm.MWExternalLinkAnnotation} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWExternalLinkAnnotation = function VeCeMWExternalLinkAnnotation( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.LinkAnnotation
|
||||
* @constructor
|
||||
* @param {ve.dm.MWInternalLinkAnnotation} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWInternalLinkAnnotation = function VeCeMWInternalLinkAnnotation( model, config ) {
|
||||
var dmRendering;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.Annotation
|
||||
* @constructor
|
||||
* @param {ve.dm.MWNowikiAnnotation} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWNowikiAnnotation = function VeCeMWInternalLinkAnnotation( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWAlienExtensionNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWAlienExtensionNode = function VeCeMWAlienExtensionNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWBlockImageNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWBlockImageNode = function VeCeMWBlockImageNode( model, config ) {
|
||||
var captionModel, captionView, type;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.LeafNode
|
||||
* @constructor
|
||||
* @param {ve.dm.MWEntityNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWEntityNode = function VeCeMWEntityNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWExtensionNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWExtensionNode = function VeCeMWExtensionNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.HeadingNode
|
||||
* @constructor
|
||||
* @param {ve.dm.MWHeadingNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWHeadingNode = function VeCeMWHeadingNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWHieroNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWHieroNode = function VeCeMWHieroNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.MWImageCaptionNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWImageCaptionNode = function VeCeMWImageCaptionNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWInlineImageNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWInlineImageNode = function VeCeMWInlineImageNode( model, config ) {
|
||||
var valign;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWMathNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWMathNode = function VeCeMWMathNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.PreformattedNode
|
||||
* @constructor
|
||||
* @param {ve.dm.MWPreformattedNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWPreformattedNode = function VeCeMWPreformattedNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWReferenceListNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWReferenceListNode = function VeCeMWReferenceListNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWReferenceNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWReferenceNode = function VeCeMWReferenceNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.MWTransclusionNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.MWTransclusionNode = function VeCeMWTransclusionNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWBetaWelcomeDialog = function VeUiMWBetaWelcomeDialog( surface, config ) {
|
||||
// Configuration initialization
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWMediaEditDialog = function VeUiMWMediaEditDialog( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWMediaInsertDialog = function VeUiMWMediaInsertDialog( surface, config ) {
|
||||
// Configuration initialization
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWMetaDialog = function VeUiMWMetaDialog( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWReferenceDialog = function VeUiMWReferenceDialog( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWReferenceListDialog = function VeUiMWReferenceListDialog( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWTransclusionDialog = function VeUiMWTransclusionDialog( surface, config ) {
|
||||
// Configuration initialization
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWAlienExtensionInspector = function VeUiMWAlienExtensionInspector( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWExtensionInspector = function VeUiMWExtensionInspector( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWHieroInspector = function VeUiMWHieroInspector( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWLinkInspector = function VeUiMWLinkInspector( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWMathInspector = function VeUiMWMathInspector( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.DialogTool
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWMediaEditDialogTool = function VeUiMWMediaEditDialogTool( toolbar, config ) {
|
||||
ve.ui.DialogTool.call( this, toolbar, config );
|
||||
|
@ -35,7 +35,7 @@ ve.ui.toolFactory.register( ve.ui.MWMediaEditDialogTool );
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWMediaInsertDialogTool = function VeUiMWMediaInsertDialogTool( toolbar, config ) {
|
||||
ve.ui.DialogTool.call( this, toolbar, config );
|
||||
|
@ -56,7 +56,7 @@ ve.ui.toolFactory.register( ve.ui.MWMediaInsertDialogTool );
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWReferenceDialogTool = function VeUiMWReferenceDialogTool( toolbar, config ) {
|
||||
ve.ui.DialogTool.call( this, toolbar, config );
|
||||
|
@ -77,7 +77,7 @@ ve.ui.toolFactory.register( ve.ui.MWReferenceDialogTool );
|
|||
* @extends ve.ui.DialogTool
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWReferenceListDialogTool = function VeUiMWReferenceListDialogTool( toolbar, config ) {
|
||||
ve.ui.DialogTool.call( this, toolbar, config );
|
||||
|
@ -99,7 +99,7 @@ ve.ui.toolFactory.register( ve.ui.MWReferenceListDialogTool );
|
|||
* @extends ve.ui.DialogTool
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWTransclusionDialogTool = function VeUiMWTransclusionDialogTool( toolbar, config ) {
|
||||
ve.ui.DialogTool.call( this, toolbar, config );
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.InspectorTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWHieroInspectorTool = function VeUiMWHieroInspectorTool( toolbar, config ) {
|
||||
ve.ui.InspectorTool.call( this, toolbar, config );
|
||||
|
@ -33,7 +33,7 @@ ve.ui.toolFactory.register( ve.ui.MWHieroInspectorTool );
|
|||
* @extends ve.ui.InspectorTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWAlienExtensionInspectorTool = function VeUiMWAlienExtensionInspectorTool( toolbar, config ) {
|
||||
ve.ui.InspectorTool.call( this, toolbar, config );
|
||||
|
@ -56,7 +56,7 @@ ve.ui.toolFactory.register( ve.ui.MWAlienExtensionInspectorTool );
|
|||
* @extends ve.ui.InspectorTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWMathInspectorTool = function VeUiMWMathInspectorTool( toolbar, config ) {
|
||||
ve.ui.InspectorTool.call( this, toolbar, config );
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.Heading1FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWHeading1FormatTool = function VeUiMWHeading1FormatTool( toolbar, config ) {
|
||||
ve.ui.Heading1FormatTool.call( this, toolbar, config );
|
||||
|
@ -30,7 +30,7 @@ ve.ui.commandRegistry.register( 'heading1', 'format', 'convert', 'mwHeading', {
|
|||
* @extends ve.ui.Heading2FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWHeading2FormatTool = function VeUiMWHeading2FormatTool( toolbar, config ) {
|
||||
ve.ui.Heading2FormatTool.call( this, toolbar, config );
|
||||
|
@ -48,7 +48,7 @@ ve.ui.commandRegistry.register( 'heading2', 'format', 'convert', 'mwHeading', {
|
|||
* @extends ve.ui.Heading3FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWHeading3FormatTool = function VeUiMWHeading3FormatTool( toolbar, config ) {
|
||||
ve.ui.Heading3FormatTool.call( this, toolbar, config );
|
||||
|
@ -66,7 +66,7 @@ ve.ui.commandRegistry.register( 'heading3', 'format', 'convert', 'mwHeading', {
|
|||
* @extends ve.ui.Heading4FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWHeading4FormatTool = function VeUiMWHeading4FormatTool( toolbar, config ) {
|
||||
ve.ui.Heading4FormatTool.call( this, toolbar, config );
|
||||
|
@ -84,7 +84,7 @@ ve.ui.commandRegistry.register( 'heading4', 'format', 'convert', 'mwHeading', {
|
|||
* @extends ve.ui.Heading5FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWHeading5FormatTool = function VeUiMWHeading5FormatTool( toolbar, config ) {
|
||||
ve.ui.Heading5FormatTool.call( this, toolbar, config );
|
||||
|
@ -102,7 +102,7 @@ ve.ui.commandRegistry.register( 'heading5', 'format', 'convert', 'mwHeading', {
|
|||
* @extends ve.ui.Heading6FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWHeading6FormatTool = function VeUiMWHeading6FormatTool( toolbar, config ) {
|
||||
ve.ui.Heading6FormatTool.call( this, toolbar, config );
|
||||
|
@ -120,7 +120,7 @@ ve.ui.commandRegistry.register( 'heading6', 'format', 'convert', 'mwHeading', {
|
|||
* @extends ve.ui.PreformattedFormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWPreformattedFormatTool = function VeUiMWPreformattedFormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWDialog = function VeUiMWDialog( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.MWCategoryWidget} categoryWidget
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWCategoryInputWidget = function VeUiMWCategoryInputWidget( categoryWidget, config ) {
|
||||
// Config intialization
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @extends ve.ui.Widget
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {Object} [item] Category item
|
||||
*/
|
||||
ve.ui.MWCategoryItemWidget = function VeUiMWCategoryItemWidget( config ) {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.PopupWidget
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWCategoryPopupWidget = function VeUiMWCategoryPopupWidget ( config ) {
|
||||
// Configuration initialization
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* @mixin ve.ui.GroupElement
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWCategoryWidget = function VeUiMWCategoryWidget( config ) {
|
||||
// Config intialization
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* @mixins ve.ui.LookupInputWidget
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWLinkTargetInputWidget = function VeUiMWLinkTargetInputWidget( config ) {
|
||||
// Config intialization
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {Mixed} data Item data
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {number} [size] Media thumbnail size
|
||||
*/
|
||||
ve.ui.MWMediaResultWidget = function VeUiMWMediaResultWidget( data, config ) {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* @extends ve.ui.SearchWidget
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @param {number} [size] Vertical size of thumbnails
|
||||
*/
|
||||
ve.ui.MWMediaSearchWidget = function VeUiMWMediaSearchWidget( config ) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {Mixed} data Item data
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWParameterResultWidget = function VeUiMWParameterResultWidget( data, config ) {
|
||||
// Configuration initialization
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.SearchWidget
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWParameterSearchWidget = function VeUiMWParameterSearchWidget( template, config ) {
|
||||
// Configuration intialization
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {Mixed} data Item data
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {boolean} [divider] Section divider item, not highlightable or selectable
|
||||
*/
|
||||
ve.ui.MWReferenceResultWidget = function VeUiMWReferenceResultWidget( data, config ) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} [varname] [description]
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MWReferenceSearchWidget = function VeUiMWReferenceSearchWidget( surface, config ) {
|
||||
// Configuration intialization
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
* @mixins ve.ui.LookupInputWidget
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @param {number} [namespace] Namespace to prepend to queries not prefixed with ':'
|
||||
*/
|
||||
ve.ui.MWTitleInputWidget = function VeUiMWTitleInputWidget( config ) {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.Annotation
|
||||
* @constructor
|
||||
* @param {ve.dm.LanguageAnnotation} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.LanguageAnnotation = function VeCeLanguageAnnotation( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.Annotation
|
||||
* @constructor
|
||||
* @param {ve.dm.LinkAnnotation} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.LinkAnnotation = function VeCeLinkAnnotation( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.Annotation
|
||||
* @constructor
|
||||
* @param {ve.dm.TextStyleAnnotation} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.TextStyleAnnotation = function VeCeTextStyleAnnotation( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.AlienNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.AlienNode = function VeCeAlienNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.LeafNode
|
||||
* @constructor
|
||||
* @param {ve.dm.BreakNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.BreakNode = function VeCeBreakNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.CenterNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.CenterNode = function VeCeCenterNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.DefinitionListItemNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.DefinitionListItemNode = function VeCeDefinitionListItemNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.DefinitionListNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.DefinitionListNode = function VeCeDefinitionListNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.DivNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.DivNode = function VeCeDivNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @constructor
|
||||
* @param {ve.dm.DocumentNode} model Model to observe
|
||||
* @param {ve.ce.Surface} surface Surface document is part of
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.DocumentNode = function VeCeDocumentNode( model, surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.HeadingNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.HeadingNode = function VeCeHeadingNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.ImageNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.ImageNode = function VeCeImageNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.InternalItemNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.InternalItemNode = function VeCeInternalItemNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.InternalListNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.InternalListNode = function VeCeInternalListNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.ListItemNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.ListItemNode = function VeCeListItemNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.ListNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.ListNode = function VeCeListNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.ParagraphNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.ParagraphNode = function VeCeParagraphNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.PreformattedNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.PreformattedNode = function VeCePreformattedNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.TableCaptionNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.TableCaptionNode = function VeCeTableCaptionNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.TableCellNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.TableCellNode = function VeCeTableCellNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.TableNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.TableNode = function VeCeTableNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.TableRowNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.TableRowNode = function VeCeTableRowNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.TableSectionNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.TableSectionNode = function VeCeTableSectionNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ce.LeafNode
|
||||
* @constructor
|
||||
* @param {ve.dm.TextNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.TextNode = function VeCeTextNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.Annotation} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.Annotation = function VeCeAnnotation( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* @mixins ve.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.BranchNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.BranchNode = function VeCeBranchNode( model, config ) {
|
||||
// Mixin constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
* @extends ve.ce.BranchNode
|
||||
* @constructor
|
||||
* @param {ve.dm.BranchNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.ContentBranchNode = function VeCeContentBranchNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.LeafNode} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.LeafNode = function VeCeLeafNode( model, config ) {
|
||||
// Mixin constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.Node} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.Node = function VeCeNode( model, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
* @param {jQuery} $container
|
||||
* @param {ve.dm.Surface} model Surface model to observe
|
||||
* @param {ve.ui.Surface} surface Surface user interface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.Surface = function VeCeSurface( model, surface, options ) {
|
||||
var $documentNode;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.dm.Model} model Model to observe
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ce.View = function VeCeView( model, config ) {
|
||||
// Setting this property before calling the parent constructor allows overriden #getTagName
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {boolean} [editable] Show controls for adding, removing and reordering items in the outline
|
||||
* @cfg {Object[]} [adders] List of adders for controls, each an object with name, icon and title
|
||||
* properties
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @abstract
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {string[]} [flags=[]] Styling flags, e.g. 'primary', 'destructive' or 'constructive'
|
||||
*/
|
||||
ve.ui.FlaggableElement = function VeUiFlaggableElement( config ) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {jQuery} $icon Icon element
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {Object|string} [icon=''] Symbolic icon name, or map of icon names keyed by language ID
|
||||
*/
|
||||
ve.ui.IconedElement = function VeUiIconedElement( $icon, config ) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {jQuery} $label Label element
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {jQuery|string} [label=''] Label text
|
||||
*/
|
||||
ve.ui.LabeledElement = function VeUiLabeledElement( $label, config ) {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.AnnotationInspector = function VeUiAnnotationInspector( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.LanguageInspector = function VeUiLanguageInspector( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.LinkInspector = function VeUiLinkInspector( surface, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @mixins ve.ui.LabeledElement
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {string} [icon] Symbolic icon name
|
||||
*/
|
||||
ve.ui.FieldsetLayout = function VeUiFieldsetLayout( config ) {
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.PanelLayout[]} panels Panels in the grid
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {number[]} [widths] Widths of columns as ratios
|
||||
* @cfg {number[]} [heights] Heights of columns as ratios
|
||||
*/
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.Layout
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {boolean} [scrollable] Allow vertical scrolling
|
||||
* @cfg {boolean} [padded] Pad the content from the edges
|
||||
*/
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @mixins ve.ui.GroupElement
|
||||
*
|
||||
* @constructor
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
* @cfg {string} [icon=''] Symbolic icon name
|
||||
*/
|
||||
ve.ui.StackPanelLayout = function VeUiStackPanelLayout( config ) {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.BarToolGroup = function VeUiBarToolGroup( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.ListToolGroup = function VeUiListToolGroup( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.MenuToolGroup = function VeUiMenuToolGroup( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Toolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.PopupToolGroup = function VeUiPopupToolGroup( toolbar, config ) {
|
||||
// Configuration initialization
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.AnnotationTool = function VeUiAnnotationTool( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
@ -69,7 +69,7 @@ ve.ui.AnnotationTool.prototype.onUpdateState = function ( nodes, full ) {
|
|||
* @extends ve.ui.AnnotationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.BoldAnnotationTool = function VeUiBoldAnnotationTool( toolbar, config ) {
|
||||
ve.ui.AnnotationTool.call( this, toolbar, config );
|
||||
|
@ -114,7 +114,7 @@ ve.ui.toolFactory.register( ve.ui.BoldAnnotationTool );
|
|||
* @extends ve.ui.AnnotationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.ItalicAnnotationTool = function VeUiItalicAnnotationTool( toolbar, config ) {
|
||||
ve.ui.AnnotationTool.call( this, toolbar, config );
|
||||
|
@ -159,7 +159,7 @@ ve.ui.toolFactory.register( ve.ui.ItalicAnnotationTool );
|
|||
* @extends ve.ui.AnnotationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.CodeAnnotationTool = function VeUiCodeAnnotationTool( toolbar, config ) {
|
||||
ve.ui.AnnotationTool.call( this, toolbar, config );
|
||||
|
@ -179,7 +179,7 @@ ve.ui.toolFactory.register( ve.ui.CodeAnnotationTool );
|
|||
* @extends ve.ui.AnnotationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.StrikethroughAnnotationTool = function VeUiStrikethroughAnnotationTool( toolbar, config ) {
|
||||
ve.ui.AnnotationTool.call( this, toolbar, config );
|
||||
|
@ -203,7 +203,7 @@ ve.ui.toolFactory.register( ve.ui.StrikethroughAnnotationTool );
|
|||
* @extends ve.ui.AnnotationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.UnderlineAnnotationTool = function VeUiUnderlineAnnotationTool( toolbar, config ) {
|
||||
ve.ui.AnnotationTool.call( this, toolbar, config );
|
||||
|
@ -227,7 +227,7 @@ ve.ui.toolFactory.register( ve.ui.UnderlineAnnotationTool );
|
|||
* @extends ve.ui.AnnotationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.SubscriptAnnotationTool = function VeUiSubscriptAnnotationTool( toolbar, config ) {
|
||||
ve.ui.AnnotationTool.call( this, toolbar, config );
|
||||
|
@ -248,7 +248,7 @@ ve.ui.toolFactory.register( ve.ui.SubscriptAnnotationTool );
|
|||
* @extends ve.ui.AnnotationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.SuperscriptAnnotationTool = function VeUiSuperscriptAnnotationTool( toolbar, config ) {
|
||||
ve.ui.AnnotationTool.call( this, toolbar, config );
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.Tool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.ClearAnnotationTool = function VeUiClearAnnotationTool( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @extends ve.ui.Tool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.DialogTool = function VeUiDialogTool( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.InspectorTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.LanguageInspectorTool = function VeUiLanguageInspectorTool( toolbar, config ) {
|
||||
ve.ui.InspectorTool.call( this, toolbar, config );
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @extends ve.ui.Tool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.FormatTool = function VeUiFormatTool( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
@ -84,7 +84,7 @@ ve.ui.FormatTool.prototype.onUpdateState = function ( nodes ) {
|
|||
* @extends ve.ui.FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.ParagraphFormatTool = function VeUiParagraphFormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
@ -103,7 +103,7 @@ ve.ui.toolFactory.register( ve.ui.ParagraphFormatTool );
|
|||
* @extends ve.ui.FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.Heading1FormatTool = function VeUiHeading1FormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
@ -122,7 +122,7 @@ ve.ui.toolFactory.register( ve.ui.Heading1FormatTool );
|
|||
* @extends ve.ui.FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.Heading2FormatTool = function VeUiHeading2FormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
@ -141,7 +141,7 @@ ve.ui.toolFactory.register( ve.ui.Heading2FormatTool );
|
|||
* @extends ve.ui.FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.Heading3FormatTool = function VeUiHeading3FormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
@ -160,7 +160,7 @@ ve.ui.toolFactory.register( ve.ui.Heading3FormatTool );
|
|||
* @extends ve.ui.FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.Heading4FormatTool = function VeUiHeading4FormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
@ -179,7 +179,7 @@ ve.ui.toolFactory.register( ve.ui.Heading4FormatTool );
|
|||
* @extends ve.ui.FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.Heading5FormatTool = function VeUiHeading5FormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
@ -198,7 +198,7 @@ ve.ui.toolFactory.register( ve.ui.Heading5FormatTool );
|
|||
* @extends ve.ui.FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.Heading6FormatTool = function VeUiHeading6FormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
@ -217,7 +217,7 @@ ve.ui.toolFactory.register( ve.ui.Heading6FormatTool );
|
|||
* @extends ve.ui.FormatTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.PreformattedFormatTool = function VeUiPreformattedFormatTool( toolbar, config ) {
|
||||
ve.ui.FormatTool.call( this, toolbar, config );
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* @extends ve.ui.Tool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.HistoryTool = function VeUiHistoryTool( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
@ -90,7 +90,7 @@ ve.ui.HistoryTool.prototype.destroy = function () {
|
|||
* @extends ve.ui.HistoryTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.UndoHistoryTool = function VeUiUndoHistoryTool( toolbar, config ) {
|
||||
ve.ui.HistoryTool.call( this, toolbar, config );
|
||||
|
@ -111,7 +111,7 @@ ve.ui.toolFactory.register( ve.ui.UndoHistoryTool );
|
|||
* @extends ve.ui.HistoryTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.RedoHistoryTool = function VeUiRedoHistoryTool( toolbar, config ) {
|
||||
ve.ui.HistoryTool.call( this, toolbar, config );
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @extends ve.ui.Tool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.IndentationTool = function VeUiIndentationTool( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
@ -74,7 +74,7 @@ ve.ui.IndentationTool.prototype.onUpdateState = function ( nodes ) {
|
|||
* @extends ve.ui.IndentationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.IncreaseIndentationTool = function VeUiIncreaseIndentationTool( toolbar, config ) {
|
||||
ve.ui.IndentationTool.call( this, toolbar, config );
|
||||
|
@ -96,7 +96,7 @@ ve.ui.toolFactory.register( ve.ui.IncreaseIndentationTool );
|
|||
* @extends ve.ui.IndentationTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.DecreaseIndentationTool = function VeUiDecreaseIndentationTool( toolbar, config ) {
|
||||
ve.ui.IndentationTool.call( this, toolbar, config );
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @extends ve.ui.Tool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.InspectorTool = function VeUiInspectorTool( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
@ -87,7 +87,7 @@ ve.ui.InspectorTool.prototype.onUpdateState = function ( nodes, full ) {
|
|||
* @extends ve.ui.InspectorTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.LinkInspectorTool = function VeUiLinkInspectorTool( toolbar, config ) {
|
||||
ve.ui.InspectorTool.call( this, toolbar, config );
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
* @extends ve.ui.Tool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.ListTool = function VeUiListTool( toolbar, config ) {
|
||||
// Parent constructor
|
||||
|
@ -82,7 +82,7 @@ ve.ui.ListTool.prototype.onUpdateState = function ( nodes ) {
|
|||
* @extends ve.ui.ListTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.BulletListTool = function VeUiBulletListTool( toolbar, config ) {
|
||||
ve.ui.ListTool.call( this, toolbar, config );
|
||||
|
@ -102,7 +102,7 @@ ve.ui.toolFactory.register( ve.ui.BulletListTool );
|
|||
* @extends ve.ui.ListTool
|
||||
* @constructor
|
||||
* @param {ve.ui.SurfaceToolbar} toolbar
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.NumberListTool = function VeUiNumberListTool( toolbar, config ) {
|
||||
ve.ui.ListTool.call( this, toolbar, config );
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @constructor
|
||||
* @param {ve.ui.Surface} surface
|
||||
* @param {Object} [config] Config options
|
||||
* @param {Object} [config] Configuration options
|
||||
*/
|
||||
ve.ui.Context = function VeUiContext( surface, config ) {
|
||||
// Parent constructor
|
||||
|
@ -386,7 +386,7 @@ ve.ui.Context.prototype.hide = function () {
|
|||
*
|
||||
* @method
|
||||
* @param {string} name Symbolic name of inspector
|
||||
* @param {Object} [config] Config options to be sent to the inspector class constructor
|
||||
* @param {Object} [config] Configuration options to be sent to the inspector class constructor
|
||||
* @chainable
|
||||
*/
|
||||
ve.ui.Context.prototype.openInspector = function ( name, config ) {
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue