[wp-trac] [WordPress Trac] #27969: Tinymce4 Toggle Toolbar force open

WordPress Trac noreply at wordpress.org
Tue Apr 22 09:22:32 UTC 2014


#27969: Tinymce4 Toggle Toolbar force open
--------------------------+-----------------------------
 Reporter:  josh401       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  TinyMCE       |    Version:  3.9
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Hello Mr. Ozz, almighty TinyMCE wizard...

 In TinyMCE3, WordPress 3.8.3, we could force open the 'kitchen sink'
 button with the following code:


 {{{
 function abc_force_open_ks($init) {
     $init['wordpress_adv_hidden'] = false;
 }
 add_action('tiny_mce_before_init', 'abc_force_open_ks');
 }}}


 However, with the udpated WordPress and TinyMCE4, this does not work
 anymore.

 I know we changed 'kitchen sink' to 'toggle toolbars'.  Any idea how we
 might provide the functionality to force open the 'toggle toolbars'?

 Thank you, so much, for your continued help and time.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27969>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list