Page 1 of 1

Export inline code to HTML

Posted: Tue Dec 07, 2010 6:52 pm
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>

Posted: Tue Dec 07, 2010 9:09 pm
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.