Page 1 of 1

vocabulary book for Harbour / Javascript

Posted: Wed Oct 19, 2022 7:07 am
by Otto
Hello friends,

The vocabulary booklet function within HarbourWriter should show for the most common problems for Harbour/Clipper usere how to do this with HTML and javascript.

Also simple things like STRTRAN, STR, INT, etc. and e.g., calling functions with parameters, etc.

Best regards,


Image

Re: vocabulary book for Harbour / Javascript

Posted: Fri Oct 21, 2022 11:43 pm
by Otto
Hello friends,
Now I integrated TinyMCE:
This editor gives you total control over your rich text editing.
The documentation of the functions is now easier to read and clearer.
Best regards,
Otto


Image

Re: vocabulary book for Harbour / Javascript

Posted: Sat Oct 22, 2022 8:35 am
by Otto
Now we can use HarbourWrite to further develop HarbourWriter an all APPs.
For example:
Selecting the Tinymce block from HarbourWriter and you can add RTF editing to every <p></p> HTML paragraphs.

LINK in Tinymce - open editor - save with AJAX.

Only small adjustments in the blocks are necessary.


The big advantage is that you can insert whole blocks instead of single lines in your source code.
And that the documentation is linked and can be extended by yourself.


Image