January 23, 200916 yr Hi Guys, Is there some sort of plugin for an html editor I can apply to a text field? I'm thinking of making FileMaker a front end for our CMS system. Many Thanks Jalz
May 25, 200916 yr If it were me I would look into using the FM Web Viewer and this TinyMCE as an option to make things the easiest to implement yet very full featured. If you decide to do this, let us know how it works out.
July 2, 200916 yr TinyMCE is Javascript. It works in any browser that supports Javascript as the FM webviewer does. Read the documentation on their site. The trick is to see if the webviewer will be able to find the path to the TinyMCE files on your machine or server. If it can then its as simple as creating an HTML page with a TEXTAREA field to capture the text input and TinyMCE does the rest wrappering the TEXTAREA into a Rich Text HTML editor. That is you can add bold, formatting, bulleted lists, tables, etc and it all returns back HTML when you do the submit action. Then off submit action, you could have it write the returned contents to a container or text field. TinyMCE is the best thing you will find for this kind of HTML editor integration into FM. You mention a CMS system, are you aware that there are some good ones out there with front ends like Drupal and Joomla. Shout back and let us know how your attempt at integrating this into FM is going.
May 4, 201015 yr Newbies Hi there- I'm very interested in getting this working, but I am having trouble calling the javascript for the tinymce script from the correct frame in the webviewer. How would you go about doing that? thanks SO much!
Create an account or sign in to comment