Export inline code to HTML

General TRichView support forum. Please post your questions here
Post Reply
Marsianin
Posts: 193
Joined: Sun Sep 25, 2005 11:03 pm

Export inline code to HTML

Post by Marsianin »

Is there a way (maybe some tag) to export some text to HTML that will be appeared as is?
For example when we have some RVF everything will be exported as text/tables/pictures but if I don't want to modify this HTML after I want to export some part of my text as is without HTML tags to insert some scripts/SSI/styles?

Just for example I want to insert this into my exported HTML:

Code: Select all

<span class="style1"><!--#include virtual="cgi-bin/counter.cgi" --></span><br>
Sergey Tkachenko
Site Admin
Posts: 17291
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

1) Text with rvteoHTMLCode in Options of its style. This text will be exported to HTML as it can be seen in the editor.

2) Insert any Delphi control and process OnSaveComponentToFile event.

3) OnSaveHTMLExtra event allows inserting code in certain places of HTML without displaying in the editor.
Post Reply