Topic on Extension talk:VEForAll

VisualEditor Toolbar buttons in page forms textarea?

4
Stefan Kaifer (talkcontribs)

How can I add all toolbar buttons, as shown in the "normal" VisualEditor?

I've tried with the hook


$wgHooks['VEForAllToolbarConfigNormal'][] = function( &$defaultConfigNormal ) {

 $defaultConfigNormal[4]['include'][] = 'math';

};


, but it doesn't work.

Where can I find the corrent toolbarbutton names?

Stefahn (talkcontribs)

I do have the same issue. When I edit with the usual VE there is a menu called "Cite". When I edit with PageForms (and VEForAll) there is no "Cite" menu.

There are also much fewer entries in the "Insert" menu when using VEForAll.

Is this a bug?

Using MW 1.35.5, PageForms 5.3.4 and VEForAll 0.4.

Krabina (talkcontribs)

I have the same issue. There should be a configuration option which "Insert" elements of the regular VE are displayed (or which are hidden)

Krabina (talkcontribs)

The configuration options mentioned do not work for me (MW 1.35).

Reply to "VisualEditor Toolbar buttons in page forms textarea?"