How can get a modal window to work from within the wordpress admin?
I want to create a modal window that will work from a meta box within the wp-admin.
Any ideas?
How can get a modal window to work from within the wordpress admin?
I want to create a modal window that will work from a meta box within the wp-admin.
Any ideas?
You must be logged in to post a comment.
Give the anchor a class of thickbox and make sure that the thickbox script is enqueued on your admin page using
add_thickbox
and
You can see what
add_thickbox
does here:http://hitchhackerguide.com/2011/02/11/add_thickbox/
To use Thickbox for inline modal windows you can use the following code.
http://codex.wordpress.org/ThickBox