Annotation of /mambo/branches/4.6/mambots/editors/mostlyce/jscripts/tiny_mce/mostlyce_functions.js
Parent Directory
|
Revision Log
Revision 1053 - (view) (download) (as text)
| 1 : | cauld | 1053 | function MamboSave(editor_id, html, body) |
| 2 : | { | ||
| 3 : | if(convert_urls){ | ||
| 4 : | base_url = tinyMCE.settings['mambo_base_url']; | ||
| 5 : | html = tinyMCE.regexpReplace(html, 'href\s*=\s*"?'+base_url+'', 'href="', 'gi'); | ||
| 6 : | html = tinyMCE.regexpReplace(html, 'src\s*=\s*"?'+base_url+'', 'src="', 'gi'); | ||
| 7 : | html = tinyMCE.regexpReplace(html, 'value\s*=\s*"?'+base_url+'', 'value="', 'gi'); | ||
| 8 : | } | ||
| 9 : | return html; | ||
| 10 : | } |
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

