View Full Version : building a html/WYSIWYG editor
saysuzu
07-11-2008, 02:34 PM
any guideline on how to build one? i need to build one for my intranet so that user can enter the html tag and send it to the database for future retrieval.
however, i google and found no guidelines on building a edtior from scratch or from another control...
Krupux
07-11-2008, 11:35 PM
Perhaps you could use a ready made one like TinyMCE.
WaterRain
08-11-2008, 11:36 AM
any guideline on how to build one? i need to build one for my intranet so that user can enter the html tag and send it to the database for future retrieval.
however, i google and found no guidelines on building a edtior from scratch or from another control...
What is the purpose future retrieval from database?
You said 'user can enter the html tag' - So they are the ones that include the <html tag>??
saysuzu
23-12-2008, 10:10 AM
users are able to enter html tags and then put those whole codes into database, my flash application will read out all the data from the database and then put it on dynamic text, the dynamic text will automatically process the html tagds
F-16DJ52
07-01-2009, 09:43 AM
try FCK Editor:
http://www.fckeditor.net/
easy to use and setup, all the text will be store in one variable for u to retrieve and let u store it in ur database. Moreover it is open source.
BlackCube
10-01-2009, 07:16 PM
He's not asking for one. He's asking 'how to do it' isn't it?
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.