writing templating configuration to data dictionary. will be more reliable with restarts of the app server.

fixing an issue with wysywg attempting to reset value on form submit



git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3599 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Ariel Backenroth
2006-08-24 00:51:13 +00:00
parent 11b56cc912
commit 88a84e525a
3 changed files with 125 additions and 35 deletions

View File

@@ -14,15 +14,16 @@ tinyMCE.init({
theme : "advanced",
mode : "exact",
// elements : "editor",
encoding: null,
save_callback : "saveContent",
add_unload_trigger: false,
add_form_submit_trigger: false,
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_buttons1_add : "fontselect,fontsizeselect",
theme_advanced_buttons2_add : "separator,forecolor,backcolor",
theme_advanced_disable: "styleselect",
extended_valid_elements : "a[href|target|name],font[face|size|color|style],span[class|align|style]"
theme_advanced_buttons2_add : "separator,forecolor,backcolor"//,
// theme_advanced_disable: "styleselect"//,
// extended_valid_elements : "a[href|target|name],font[face|size|color|style],span[class|align|style]"
});
//dojo.provide("alfresco.xforms.textarea");