on index.php im using the jquery tabs plugin with the remote option. the pages that are loaded when the tabs are clicked consist of an html form and a php script that calls a db to populate those form fields - all working fine
now, some of the form fields should be tinyMCE textareas. before i started using the remote option in the tabs plugin, it worked fine. tinyMCE is loaded with a standard tinyMCE.init function. i can use the onShow callback of the forms plugin to show an alert("hey") message when the content of that tab is shown, but when i replace the alert with the tinyMCE.init function, it still doesnt get applied to the textareas. im guessing this is cause there is no "link" with the main tinymce.js file where the init function points to. could anyone tell me where im going wrong? surely i dont need to reload the whole tinymce.js file every time tabbed content is shown? thanks, stef