[wp-hackers] Adding a wysiwyg editor to my admin screen?
David F. Carr
david at carrcommunications.com
Mon Oct 26 19:53:18 UTC 2009
Thanks to Matthew Kettlewell for the pointers on prerequisites for using the
rich text editor in a plugin. I've had trouble for months trying to get the
upload buttons for images/media to work properly. I could tell that it was a
display problem, but couldn't make sense of what I was missing from the CSS.
Adding these two items made the difference:
do_action("admin_print_styles-post-php");
do_action('admin_print_styles');
--
David F. Carr
david at carrcommunications.com
954-757-5827
Writing, Editing, Web Development - http://www.carrcommunications.com
LinkedIn - http://www.linkedin.com/in/davidfcarr
David F. Carr
971 NW 124 Ave.
Coral Springs FL 33071-5082
More information about the wp-hackers
mailing list