Skip to main content

All Questions

0 votes
2 answers
2k views

TinyMCE 4.x editor.windowManager.open autoscroll and overflow issue

I am having problem with TinyMCE 4.x custom plugin js for editor.windowManager.open. I used autoScroll: true, height: 500, width: 800 and few more parameters but only height and width gets effect. I ...
Atul's user avatar
  • 23
0 votes
1 answer
2k views

How do I add the fullpage tinymce plugin to the standard tinymce editor in wordpress for a plugin?

I want to use the tinymce fullpage plugin normally included with a standardard tinymce install. to add the tinymce full page plugin i have tried adding the following: <?php function ...
bmiskie's user avatar
  • 627
5 votes
1 answer
2k views

tinymce.WPWindowManager is deprecated. How to use the default editor.windowManager instead in TinyMCE 4 and WordPress 3.9?

I have a TinyMCE plugin that opens a popin using the following code: editor.windowManager.open({ id : 'popin-div-id', width : 500, height : "auto", wpDialog : true, title : 'Edit ...
Community's user avatar
  • 5,022
0 votes
1 answer
127 views

listbox return wrong value in wordpress3.9

I used the listbox UI element in Wordpress 3.8, but it does not work in its newer version (3.9). I wrote this JS code to test it: (function() { var ICONS; var icon = function(id) { return '<i ...
JayDeep Nimavat's user avatar