Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Supported engines
 NameKeywordDescriptionXFRX version Examples 
pseudo HTML<TF>

Equal to <TF> from FoxyPreviewer

 17.1TF-UNI.pdf, tf-uni_flow.rtf, TF-UNI.png,
TF-UNI-09.pdf, TF-UNI-11.pdf, TF-UNI-28.pdf
BB code<BB>See to http://www.bbcode.org/reference.php 17.1BB-UNI.pdf, bb-uni_flow.rtf, BB-UNI.png
rtf<RTF>Equal to <RTF> from FRX2Any - 


 Default settings

Parametr nameDescription Value

TF_DEFAULTTABSIZE

Default tabelator size. "1in"

TF_QUOTE_MARGIN

Margin for quote."10px" 

TF_QUOTE_BACKCOLOR

Background color for quote. "RGB(192,192,192)"

TF_QUOTE_POSTFIX

Author's postfix fro quote. " wrote: "
 

TF_LIST_MARGIN

Margin for list. "10px" 

TF_LIST_TABSIZE

Default tabelator for list. "15px" 

TF_LIST_ITEM_CHAR

Char for unorder item. CHR(168)

TF_LIST_ITEM_FONTNAME

Font name for unorder item. "Symbol"

TF_LIST_ITEM_OL_FORMAT 

Order item format. "lower roman"
loSession.setOtherParams( "TF_DEFAULTTABSIZE", "1in")
loSession.setOtherParams( "TF_QUOTE_MARGIN", "10px")
loSession.setOtherParams( "TF_QUOTE_BACKCOLOR", "RGB(192,192,192)")
loSession.setOtherParams( "TF_QUOTE_POSTFIX", " wrote: ")
loSession.setOtherParams( "TF_LIST_MARGIN", "10px",0) && default value for all levels
loSession.setOtherParams( "TF_LIST_MARGIN", "10px",3) && value for third level
loSession.setOtherParams( "TF_LIST_TABSIZE", "15px")
loSession.setOtherParams( "TF_LIST_ITEM_CHAR", "CHR(168)")
loSession.setOtherParams( "TF_LIST_ITEM_FONTNAME", "1in")
loSession.setOtherParams( "TF_LIST_ITEM_OL_FORMAT", "lower roman") && se to list-style-type CSS attribute


  • No labels