It would be somewhat better to not have tinyMCE-plugin. The plugin inserts some javascript, but still requires that the page includes other js-files, before it is working.
It would be easier to just insert all the javascript in the page manually. It would still make it possible to use different settings for tinyMCE on different tables, by inserting an id or class for the fields it should attach to. (Use $fb_fieldAttributes for this)
It would be somewhat better to not have tinyMCE-plugin. The plugin inserts some javascript, but still requires that the page includes other js-files, before it is working.
It would be easier to just insert all the javascript in the page manually. It would still make it possible to use different settings for tinyMCE on different tables, by inserting an id or class for the fields it should attach to. (Use $fb_fieldAttributes for this)