Author | Topic: Tiny MCE Javascript editor | |
---|---|---|
Dirk Visser RI | Tiny MCE Javascript editor on Fri, 06 Feb 2009 14:38:26 +0100 Dear readers, I have found a nice WYSIWYG editor but that is a javscript editor. On the website they are talking about an API but there is no OCX. Does anybody know how to integrate it in an xBase app. Information about this editor is found on http://tinymce.moxiecode.com/index.php. Dirk Visser RI (Directeur DeViant) Is uw bescherming tegen virussen al op orde ? DeViant is geautoriseerd dealer van Norman anti-virus software. Voor meer informatie over onze produkten en diensten: http://www.deviant.nl Berichten naar DeViant: Vragen over produkten en diensten : verkoop@deviant.nl Helpdesk voor ondersteuning soft/hardware : support@deviant.nl | |
James Loughner | Re: Tiny MCE Javascript editor on Fri, 06 Feb 2009 10:30:27 -0500 That is an editor for web pages. ie the API is HTML. To run it from a XBase++ app just make a web page with this Control on it and invoke a XbpHtml control pointing to that web page. I'm guessing that the editor saves and reads HTML formated text. Jim Dirk Visser RI wrote: > Dear readers, > > I have found a nice WYSIWYG editor but that is a javscript editor. On the > website they are talking about an API but there is no OCX. Does anybody know > how to integrate it in an xBase app. > > Information about this editor is found on > http://tinymce.moxiecode.com/index.php. > > |