This plugin adds a save button to TinyMCE this save button will submit the form that the editor is within.
Installation Instructions
- Add plugin to TinyMCE plugin option list example: plugins : "save".
- Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : "save".
Initialization Example
tinyMCE.init({
	theme : "advanced",
	mode : "textareas",
	plugins : "save",
	theme_advanced_buttons3_add : "save"
});