From aed84c5ad6ab91214c4ca3b0c424ffb3eb626d37 Mon Sep 17 00:00:00 2001 From: Seth Meranda <seth@unl.edu> Date: Fri, 17 Sep 2010 15:05:00 +0000 Subject: [PATCH] Add the zentable options for the tiny MCE drop down for tables. git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@173 20a16fea-79d4-4915-8869-1ea9d5ebf173 --- sites/all/modules/unl/unl.module | 1 + 1 file changed, 1 insertion(+) diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module index fcf09b52..26cee511 100644 --- a/sites/all/modules/unl/unl.module +++ b/sites/all/modules/unl/unl.module @@ -45,6 +45,7 @@ function unl_wysiwyg_plugin($editor) // override. To be used rarely and only when required. 'options' => array( 'skin' => 'unl', + 'table_styles' => 'ZenTable Bright (yellow)=zentable bright;ZenTable Cool (blue)=zentable cool;ZenTable Energetic (orange)=zentable energetic;ZenTable Soothing (green)=zentable soothing;ZenTable Primary (red)=zentable primary;ZenTable Neutral (gray)=zentable neutral;', 'doctype' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ), // Wysiwyg wrapper plugin AJAX callback. -- GitLab