HTMLEditor

Post Reply
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

HTMLEditor

Post by Silvio.Falconi »

How create a smal editor but only for html ?
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Re: HTMLEditor

Post by Otto »

Hello Silvio,
do you need this editor online or offline.
Online I use with mod harbour summernotes which is working fine.
You did a great job with the new controls.
Best regards
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org

********************************************************************
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: HTMLEditor

Post by TimStone »

Please provide more data on what you are seeking, and what you need it to do.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: HTMLEditor

Post by Silvio.Falconi »

my idea was to simulate a simple html file in a dialog
where to recreate texts and buttons (css) so it would take a converter from html to the dialog, I saw something similar in a program
something of https://www.quackit.com/html/online-html-editor/full/
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
TimStone
Posts: 2536
Joined: Fri Oct 07, 2005 1:45 pm
Location: Trabuco Canyon, CA USA
Contact:

Re: HTMLEditor

Post by TimStone »

I use Ultra Edit Studio for my work.

It has a great HTML editor built in.

Perhaps this would be a good addition to FiveEdit if there is interest. Otherwise, there are many HTML editors available right now.

I think the question would be, how might an HTML editor benefit products with FWH ? There may be ways, but I'm just not aware of them right now.
Tim Stone
http://www.MasterLinkSoftware.com
timstone@masterlinksoftware.com
Using: FWH 19.06 with Harbour 3.2.0 / Microsoft Visual Studio Community 2019
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: HTMLEditor

Post by Silvio.Falconi »

Tim
I wish create a Dashboard easy where there are many panels with an Image at Left and a txt at right, I must show you what I wish to make

I take a part of a commercial Italian application I wish create this

Image

I 'm thinking to Html because the programmer can insert on a section also buttons and link to one of functions of the app
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: HTMLEditor

Post by cnavarro »

TimStone wrote:I use Ultra Edit Studio for my work.

It has a great HTML editor built in.

Perhaps this would be a good addition to FiveEdit if there is interest. Otherwise, there are many HTML editors available right now.

I think the question would be, how might an HTML editor benefit products with FWH ? There may be ways, but I'm just not aware of them right now.
Fivedit supports, for a long time, Html, JS, CSS and the languages most used by us.
Preferences - Panels / Margins / Config -> "Automatic Lexer Select"
Fivedit, apply the appropriate lexer when the file is opened.
Fivedit execute HTML files directly on the browser that can be external, as defined in Preferences - General, or in your internal browser
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
Post Reply