Jalz Posted January 23, 2009 Posted January 23, 2009 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
jfcarbel Posted May 25, 2009 Posted May 25, 2009 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.
xoomaster Posted June 11, 2009 Posted June 11, 2009 Hi jfcarbel , How do you use or incorporate TinyMCE in the webviewer ?
jfcarbel Posted July 2, 2009 Posted July 2, 2009 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.
Newbies TCS1979 Posted May 4, 2010 Newbies Posted May 4, 2010 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!
Recommended Posts
This topic is 5291 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now