I got CKEditor working.. I'm making a DYI page building.. I took the html source code from a webpage and pasted into CKEditor to see how closely it would keep the design.. it's pretty close.
Site hosted by my app > http://details.at/pages.cfm?p=22 <http://details.at/pages.cfm?p=22>Original page > http://sizzorshak.com/contest/shakcontest/ <http://sizzorshak.com/contest/shakcontest/>There are some differences but it was a simple cut/paste job. At this point though, any photos need to be sourced from external links. I want to add the CKfinder plugin which will give people the option to upload photos. I'll need to communicate the directory to upload files to, and hopefully set some kind of limits as to how many files someone can upload. On Thu, Dec 9, 2010 at 12:08 PM, Jason King <[email protected]> wrote: > Hi Alan, > > I think the issue where OpenBD would come into play is how the CKFinder > plugin (a plugin for uploading files) would interact with OpenBD. The > CKEditor itself is javascript, client side, but once you start coordinating > file uploads I assumed the webserver app would come into play. > > -Jason > > > > On Thu, Dec 9, 2010 at 11:51 AM, Alan Holden <[email protected]> wrote: > >> I could be out of date, but I always thought that the FCKEditor/CKEditor >> product line was a client-side application; which would make the >> development and customization concepts the same - regardless of whatever you >> had running on the server: CFML, JSP, PHP, etc >> >> Sure, you could use a server-side script to dynamically build some of the >> editor's config files, but that would be the same as composing any other >> output. >> >> Here's where the developer's guide is: >> http://docs.cksource.com/CKEditor_3.x/Developers_Guide >> >> Here's where the user guide is: >> http://docs.cksource.com/CKEditor_3.x/Users_Guide >> >> Here's where the support forums are: >> http://cksource.com/forums/ >> >> HTH! >> >> Al >> >> -- >> Open BlueDragon Public Mailing List >> http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon >> official manual: http://www.openbluedragon.org/manual/ >> Ready2Run CFML http://www.openbluedragon.org/openbdjam/ >> >> mailing list - http://groups.google.com/group/openbd?hl=en >> > > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
