TinyMCE 1.41 released

General project discussion. NOT for help questions.
Post Reply
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

TinyMCE 1.41 released

Post by Greg »

New Table functions added - row properties and cell properties.
Had to add en.js to ibrowser lang directory.
Doing some testing on local set-up.

This looks interesting:
The new backend integration possibilities include a way to add custom file browsers and droplists with serverside generated URLs to TinyMCE in a more clean and easy way.
Greg
Greg
Power Poster
Power Poster
Posts: 598
Joined: Sun Sep 26, 2004 6:15 pm

TinyMCE 1.41 released

Post by Greg »

So far everything works great except the paths with ibrowser (again)!
Used the following in modules/TinyMCE/tinymce/modulefunctions

Code: Select all

theme : "advanced",
			theme_advanced_toolbar_location: "top",
			verify_html: "false",
plugins : "table,save,advhr,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,flash,searchreplace,print,ibrowser",
		  theme_advanced_buttons1_add_before : "save,separator",
	  	theme_advanced_buttons1_add : "fontselect,fontsizeselect",
	  	theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom,separator,forecolor,backcolor",
	  	theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
	  	theme_advanced_buttons3_add_before : "tablecontrols,separator",
  		theme_advanced_buttons3_add : "emotions,iespell,flash,advhr,separator,print,ibrowser",
  		theme_advanced_toolbar_align : "left",
    	 theme_advanced_path_location : "bottom",
			document_base_url : "<?php echo $cms->config['root_url']?>/",
			relative_urls : "false",
			
			plugin_insertdate_dateFormat : "%Y-%m-%d",
			plugin_insertdate_timeFormat : "%H:%M:%S",
			valid_elements : "*[*]"
Greg
Post Reply

Return to “General Discussion”