tbkcp_tiny_mce_advanced.php

Summary
tbkcp_tiny_mce_advanced.php
Includes the tiny_mce_advnaced plugin and form options for setting some editor classesAuthor: Paul MacLean
tbkcp_tiny_mce_advancedWill load an href into a jquery dialog for all elements given the tbkcp_main_popup class
Functions
__constructIncludes the plugins setup file and adds the fitler for the classes dropdown
add_default_classesAdds in the admin set classes into the editor dropdown
form_optionsTakes a comma seperated list of classes and adds them tp the wp options

Includes the tiny_mce_advnaced plugin and form options for setting some editor classes

Author: Paul MacLean

Usage Examples:

Click the *settings* link after enabling to see the form options
Also see the tinymce advanced settings to place in the classes dropdown (drag and drop it in)

tbkcp_tiny_mce_advanced

Will load an href into a jquery dialog for all elements given the tbkcp_main_popup class

Summary
Functions
__constructIncludes the plugins setup file and adds the fitler for the classes dropdown
add_default_classesAdds in the admin set classes into the editor dropdown
form_optionsTakes a comma seperated list of classes and adds them tp the wp options

Functions

__construct

function __construct()

Includes the plugins setup file and adds the fitler for the classes dropdown

add_default_classes

function add_default_classes($init_array)

Adds in the admin set classes into the editor dropdown

form_options

function form_options()

Takes a comma seperated list of classes and adds them tp the wp options

function __construct()
Includes the plugins setup file and adds the fitler for the classes dropdown
function add_default_classes($init_array)
Adds in the admin set classes into the editor dropdown
function form_options()
Takes a comma seperated list of classes and adds them tp the wp options
Close