FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour WYSIWYG editor
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
WYSIWYG editor
Posted: Fri Mar 26, 2021 09:17 AM
Hello friends,
TinyMCE is working fine for me now.
I can insert pictures, source code and text from the clipboard and postajax.prg stores the images automatically into different files. Inside the document, I have only links.

I read with AP_PostPairs() then extract the lines
and search for '<img src="data:image/'.
If found I find an image I convert the data with Blob2Image() and save the image into an own file.

Best regards,
Otto



Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: WYSIWYG editor
Posted: Sun May 09, 2021 07:57 AM
Hello friends,

Now I start using my "TinyMCE - WYSIWYG HTML Text Editor" mod harbour implementation for documenting our functions.
I start with the function DBF2Hash.
How to pass data from a DBF file to HTML/JS
Best regards,
Otto

https://winhotel.space/formular/dbf2hashdoc.html

LIVE-sample:

whole database https://winhotel.space/formular/index.prg

single record https://winhotel.space/formular/index.prg?recnr=100

Continue the discussion