• Do any of you know how to take Alex King’s quick tags and put it in a popup window then have them still insert data into the post text area. I know this needs javascript but i don’t know it…any help is appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I think you may need to explain what it is you are after in more detail.
    From the normal post screen, the quicktags are above the writing area, so taking them from there to put into a popup might not be seen as useful ?

    For my site, I would put something like:
    <?php
    if ($use_quicktags = 1) {
    echo 'Quicktags
    : ';
    echo '<script src="/wordpress/wp-admin/quicktags.js" language="JavaScript" type="text/javascript"></script>';
    echo '<script language="JavaScript" type="text/javascript">edToolbar();</script>';
    wp_grins();
    }
    ?>

    What i want is to have a seperate browser window that contains the quicktags…then the main browser window that contains your post text area. So when you click the quick tag in the seperate browser window it inserts the data in the main browser window

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A.King Quicktags’ is closed to new replies.