trichview.com

trichview.support




Re: Controling CSS export


Return to index


Author

Message

Sergey Tkachenko

Posted: 11/30/2003 20:29:41


Do you want to include TRichView's HTML in another HTML?


You can save:

1) RichView CSS table as RichView.Style.SaveCSS (or SaveCSSToStream)

2) RichView HTML document without opening and closing HTML tags, using

RichView.SaveHTMLEx(...., [...,rvsoMiddleOnly])


Then you can insert this CSS table and this HTML part in your final HTML,

together with your own data.


There is also an option to embed CSS codes directly in HTML tags without

building CSS table, but I do not recommend to use it because such HTML will

be of much larger size.


> Is there any ways I could control the CSS and HTML export without

> modifying the TRichView's source code when exporting HTML with CSS ?

> What I need is to be able to specify the HTML element ID and CSS name

> for those elements and I want to be able to put the generated CSS in

> another CSS file which already contains other CSS informations as the

> TRichView will be a part of an HTML generating application.

> Can you point me to the right direction in order to achieve this ?

> Please note that I'm evaluating the trial version (1.8) and therefore I

> don't have access to the component's source code.

>

> Best regards, John.

>






Powered by ABC Amber Outlook Express Converter