[wp-trac] [WordPress Trac] #19443: We can't use WordPress' editor inside a Thickbox (was: We can't use Wordpress' editor inside a Thickbox)
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 5 00:05:59 UTC 2011
#19443: We can't use WordPress' editor inside a Thickbox
-------------------------------+------------------------------
Reporter: erayalakese | Owner: erayalakese
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: TinyMCE | Version: 3.2.1
Severity: normal | Resolution:
Keywords: reporter-feedback |
-------------------------------+------------------------------
Description changed by SergeyBiryukov:
Old description:
> At my plugin's admin page, a have a EDIT link like this :
>
> {{{
> <a class="button-secondary thickbox button" title="EDIT" href="<?php echo
> WP_PLUGIN_URL.'/plugin-name/'; ?>edit.php?id=<?php echo $ID;?>">EDIT</a>
> }}}
>
> When user click it, it'll open href in a thickbox . Thickbox should
> contain '''/plugin-name/edit.php?id=1''''s content, for example.
>
> It's working very well. But i want to add Wordpress' rich text editor to
> edit.php . I'll explain my problem with a short video.
>
> http://screenr.com/eoEs
New description:
At my plugin's admin page, a have a EDIT link like this :
{{{
<a class="button-secondary thickbox button" title="EDIT" href="<?php echo
WP_PLUGIN_URL.'/plugin-name/'; ?>edit.php?id=<?php echo $ID;?>">EDIT</a>
}}}
When user click it, it'll open href in a thickbox . Thickbox should
contain '''/plugin-name/edit.php?id=1''''s content, for example.
It's working very well. But i want to add WordPress' rich text editor to
edit.php . I'll explain my problem with a short video.
http://screenr.com/eoEs
--
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19443#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list