Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Keyword is <TF>.

Supported tags by FoxyPreviewer
 Start tagEnd tagNotice 
Bold<b>

</b>

  
<strong>

</strong>

 17.3.1
Italic<i></i>  
Underline<u></u>  
StrikeThru<s></s>  
Color<color=></color>

<color=255,0,0></color>
<color=255></color>
<color=#FF0000></color>
<color="red"></color>
<color=RGB(255,0,0)></color>
<color=HSL(0,100,50)></color>
<color=CMYK(0,1,1,0)></color>

 
<c=></c> 
Back Color<higlight=> </higlight>  

<higlight=255,0,0></higlight>
<higlight=255></higlight>
<higlight=#FF0000></higlight>
<higlight="red"></higlight> 
<higlight=RGB(255,0,0)></higlight>
<higlight=HSL(0,100,50)></higlight>
<higlight=CMYK(0,1,1,0)></higlight>

 
<h=> </h>  
Font Name<fontname=""> </fontname>  
 <fname="">  </fname> 
Font Size <fontsize=> </fontsize>    
 <fsize=>  </fsize>  
Fonty style <fontstyle=""></fontstyle>

<fontstyle="BIUS"> </fontstyle>

 
 <fstyle=""> </fstyle>
CRLF<br>   


Extended tags by XFRX    
 Start tagEnd tagNotice CSS attributes
Superscript<sup></sup>  
Subscript<sub> </sub>  
Paragraph<p></p><p style=""></p> 

text-align;
margin;
padding;
border-width;
border-style;
background-color;
tab-stops;
curvature;
text-indent;
direction;
charset;
tab-size;
color;
font-name;
font-size;
font-style;
font-weight;
text-decoration;
line-height; 

Span<span></span><span style=""></span> 

background-color;
charset;
color;
font-name;
font-size;
font-style;
font-weight;
text-decoration;

Rectangle<rectangle></rectangle><rectangle style=""></rectangle> 

float;
margin;
width;
height;
border-width;
border-style;
background-color;
curvature;
color;
left;
right; 
wrap-image;
wrap-side;

Image<img></img><img>field</img>
<img style="">field</img>

float;
margin;
width;
height;
stretch;
position;
left;
right; 
wrap-image;
wrap-side;

Horizontal line<hr></hr><hr></hr>
<hr style=""></hr> 

float;
margin;
border-width;
border-style;
width;
position; 
left;
right;
wrap-image;
wrap-side;

Vertical line<vr></vr><vr></vr>
<vr style=""></vr> 
float;
margin;
border-width;
border-style;
height;
position; 
left;
right;
wrap-image;
wrap-side;
Quote<quote></quote><quote></quote>
<quote name=""></quote>
text-align;
margin;
padding;
border-width; border-style; background-color; tab-stops; curvature;
text-indent; direction;
charset;
tab-size;
color;
font-name;
font-size;
font-style;
font-weight;
text-decoration; line-height; 
Code<code><code> 

text-align;
margin;
padding;
border-width; border-style; background-color; tab-stops; curvature;
text-indent; direction;
charset;
tab-size;
color;
font-name;
font-size;
font-style;
font-weight;
text-decoration; line-height; 

 
Preformated text<pre></pre> 

text-align;
margin;
padding;
border-width; border-style; background-color; tab-stops; curvature;
text-indent; direction;
charset;
tab-size;
color;
font-name;
font-size;
font-style;
font-weight;
text-decoration; line-height; 

 
Ordered list<ol></ol><ol style="">
<li>First</li>
<li>Second</li>
</ol>

list-style-type;
text-align;
margin;
padding;
border-width;
border-style; background-color; tab-stops;
curvature;
text-indent;
direction;
charset;
tab-size;
color;
font-name;
font-size;
font-style;
font-weight;
text-decoration;  

Unorder list<ul></ul><ul style="">
<li>First</li>
<li>Second</li>
</ul>

list-style-image;
text-align;
margin;
padding;
border-width;
border-style; background-color; tab-stops;
curvature;
text-indent;
direction;
charset;
tab-size;
color; 
font-name;

fontt-size;
font-style;
font-weight;
text-decoration;

<list></list><list style="">
<li>First</li>
<li>Second</li>
</list>

list-style-image;
text-align;
margin;
padding;
border-width;
border-style; background-color; tab-stops;
curvature;
text-indent;
direction;
charset;
tab-size;
color; 
font-name
font-size;
font-style;
font-weight;
text-decoration;

Item list <li> </li>  <li style=""> </li>

list-style-image;
text-align;
margin;
padding;
border-width;
border-style; background-color; tab-stops;
curvature;
text-indent;
direction;
charset;
tab-size;
color; 
font-name;
font-size;
font-style;
font-weight;
text-decoration;

VFP Expression<vfpev></vfpev><vfpev>DTOC(DATE())+" "+TIME()</vfpev> 
VFP Expression with conversion format<vfpev pictureformat="" xlsf=""> </vfpev> <vfpev pictureformat="99.99" xlsf="#0.00">10</vfpev> 
Hyperlink<a href=""></a><a href="static address"></a>
<a href="'string expression'"></a>
<a href="field"></a>
 
 <a name=""></a><a name="#static name"></a>
<a name="'#string expression'"></a>
<a name="'#'+field"></a>
 
Tabelator <tab/> <tab/> 

<tab=/><tab=X/>X count of tabelators
Code page <fcp=X fontcharset=""></fcp> <fcp=42></fcp>
<fcp=65001 fontcharset="238"></fcp>
 
Options block   <options></options> <options>TF_LIST_ITEM_CHAR=CHR(168)</options> 
Table <table></table>

<table>
<tr><th></th><th></th></tr>
<tr><td></td><td></td></tr>
</table>

 

Expand row by source alias  template="alias_expression"     <table>
<tr><th></th><th></th></tr>
<
tr template="alias_expression">
<td><vfpev>Expression</vfpev></td>
<
/tr>
<
/table>
 
<ul>
<li template="alias_expression"><vfpev>Expression</vfpev></li>
<
/ul>
 
<p template="alias_expression">
<vfpev>Expression</vfpev></p>
 
 

...