Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4141399
ve.ui.CollabTool.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
882 B
Referenced Files
None
Subscribers
None
ve.ui.CollabTool.js
View Options
/*!
* 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
Details
Attached
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)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment