Re: [MediaWiki-l] Using wikieditor with Extension:PageForms.

2020-01-23 Thread Valerio Pelliccioni
Yaron, both 'textarea' and 'div.wikiEditor-ui-text textarea' don't work. Buttons in free text articles are still present but not clickable, while within PageForms Form buttons are not present at all. Valerio On 23/01/2020, 15:11, "MediaWiki-l on behalf of Yaron Koren" wrote: Hi

Re: [MediaWiki-l] Using wikieditor with Extension:PageForms.

2020-01-23 Thread Yaron Koren
Hi Valerio, I assume it's because the textareas within Page Forms forms don't have the ID 'wpTextbox1'. Could you replace '#wpTextbox1' in the JavaScript with just 'textarea', or would that mess up textareas that are not supposed to get WikiEditor? If 'textarea' won't work, something like

[MediaWiki-l] Using wikieditor with Extension:PageForms.

2020-01-23 Thread Valerio Pelliccioni
Hi, everybody, To meet specific needs of my wiki I modified the wikieditor toolbar by adding some buttons like this in MediaWiki:Common.js: var customizeToolbar = function() { // TOOLBAR $( '#wpTextbox1' ).wikiEditor( 'addToToolbar', { 'sections': { 'annotations': {