Page 1 of 1

Html Editor - keep html attributes

Posted: Tue Jun 03, 2014 8:12 am
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?

Posted: Tue Jun 03, 2014 8:17 am
by Sergey Tkachenko
Sorry, it is not possible.

Posted: Tue Jun 03, 2014 8:32 am
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?