Important changes to Tiny Cloud pricing > Find out more
Return to Website

theme_advanced_link_targets

This option should contain a semicolon separated list of link target names and target titles linked by an equal sign. The titles are the ones that get presented to the user in the link target drop down list and the target names are the targets that get inserted as a 'target' attribute.

Example of usage of the theme_advanced_link_targets option:

tinyMCE.init({
    ...
    theme_advanced_link_targets : "someframe=Some frame,otherframe=Some other frame"
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.