#27969 closed defect (bug) (duplicate)
Tinymce4 Toggle Toolbar force open
| Reported by: | josh401 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | TinyMCE | Version: | 3.9 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
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.
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #27963.