Page MenuHomeWickedGov Phorge

ve.ui.CollabTool.js
No OneTemporary

Size
882 B
Referenced Files
None
Subscribers
None

ve.ui.CollabTool.js

/*!
* VisualEditor collab tool class.
*
* @copyright 2011-2023 VisualEditor Team and others; see http://ve.mit-license.org
*/
ve.ui.CollabTool = function VeUiCollabTool() {
ve.ui.CollabTool.super.apply( this, arguments );
};
OO.inheritClass( ve.ui.CollabTool, OO.ui.Tool );
ve.ui.CollabTool.static.name = 'collab';
ve.ui.CollabTool.static.group = 'help';
ve.ui.CollabTool.static.icon = 'userAdd';
ve.ui.CollabTool.static.title = OO.ui.deferMsg( 'visualeditor-collab-hostbutton-label' );
ve.ui.CollabTool.static.autoAddToCatchall = false;
ve.ui.CollabTool.static.displayBothIconAndLabel = true;
ve.ui.CollabTool.prototype.onUpdateState = function () {
};
ve.ui.CollabTool.prototype.onToolbarResize = function () {
};
ve.ui.CollabTool.prototype.onSelect = function () {
this.setActive( false );
ve.collab.start();
};
ve.ui.toolFactory.register( ve.ui.CollabTool );

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 15:56 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
02/86/50ad0008ab98538421a150044e14
Default Alt Text
ve.ui.CollabTool.js (882 B)

Event Timeline