I did manage to find this one that is free, bit basic in places and needs certain tweaks to get it to work with coldfusion, which i will post up if you like the look of the applicaton. have a look:
We did finally get version 2 to work, but version 2.5 we have not got to work as yet. We have found that version 2 is a bit on the buggy side, some days it will work and other days it won't and it is the same code all the time. We have now implimented a cross platform version, that is done using HTML and Javascript that works quite well, its not as fancy but it does the job. We had problems with the location of the include files, it wouldn't pick up the centeral directory off the server so we had to create a directory on each website and point the include file reference at that.
to get the information that is entered into the activedit component into a database (I assume this is what you want to do!) set the type attribute to form, and then set the fieldname attribute to something fieldname="activeditcontent"
This will then be returned as a form element when the form is submitted allowing you to enter the contents into a datbase table in the usual way. something like this:
the iframe is a funny one it took me a while to figure it out. what we did was to have a file as the source of the iframe (that is assuming that the browser will support i frame if it doesn't the it will display alternate content)
this file contains the content that you want to be in the iframe for manipulation. so something like this-
the template file.cfm will contain a query that we then output. the output is the only informaiton that goes into the iframe content window.
on the form that the content editor is embedded on we have got a hidden field, when the user clicks form submit button
that field is populated with the contents of the iframe informaton so that it is a form element and can then be added into the db using a '#form.hiddenfield#'.
i just changed the save javascript command slightly from the original to do the writing of iframe information to the form element.
That looks quite good, have just downloaded it and get an error so i think i will wait until the final release ir unti i have got some more time to play around with it and find out what the problem is. looks nice though, quite a few nice improvements !!!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.