Html Editor - keep html attributes

General TRichView support forum. Please post your questions here
Post Reply
avrob
Posts: 2
Joined: Tue Jun 03, 2014 6:59 am

Html Editor - keep html attributes

Post by avrob »

We have database of html documents and we need an html editor to edit database documents.
In html documents each paragraph has its own attributes - id (for paragraph numeration for reference purposes) and may have a class (<p id="p21" class="class1">text</p>.

Is it possible to import for editing such documents to Trichview editor and export edited documents back to html keeping attributes of tags of html document?

Is it possible to add these attributes when a new paragraph is added
while document is being edited in trichvew editor?
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Sorry, it is not possible.
avrob
Posts: 2
Joined: Tue Jun 03, 2014 6:59 am

Post by avrob »

Thank You for quick answer.

Then we will need Trichview editor to import tables of html documents for editing and export back to html. Table editing is very nice done in Trichview. Is there a ready DelphiXE component for this?
Post Reply