Versions Compared

Key

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

...

Extended tags and attributes by XFRX    

Start tagEnd tagNotice
Block align text 

[block]

[/block]Justify aligment
Tabelator [tab/]
[tab/] [tab=X/]
Superscript[sup][/sup]
Subscript[sub] [/sub]
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]
Options block [options]
[options mode="clear"]
[options mode="change"]
[options mode="reset-change"]

 [/options]

[options]TF_LIST_ITEM_CHAR=CHR(168)[/options] 
[options mode="clear"]TF_LIST_ITEM_CHAR=CHR(168)[/options] 
[options mode="change"]TF_LIST_ITEM_CHAR=CHR(168)[/options] 


Attribute mode was added in version 2021.0.
Default value is "clear" - reset all options to "factory" settings.
"change" - modify default settings
"reset-change" - reset to last default settings and modify it.

 Header    [h1][/h1]Since XFRX 19.0



 
[h2][/h2]
[h3][/h3]
[h4] [/h4]
[h5] [/h5]
[h6] [/h6]
Backgroundcolor for tables, rows and cells  bgcolor=
[table bgcolor=rbg(192,192,192)] [tr bgcolor=rbg(135,153,237)][th][/th][th][/th][/tr]
[
tr][td bgcolor=rbg(183,244,131)][/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]FIELD[/vfpev][/td][/tr]
[/table]
[ul]
[li template="alias_expression"][vfpev]FIELD[/vfpev][/li]
[/ul]
[left template="alias_expression"][vfpev]FIELD[/vfpev][/left] 
[right  template="alias_expression"][vfpev]FIELD[/vfpev][/right]
[center template="alias_expression"][vfpev]FIELD[/vfpev][/center]
[block template="alias_expression"][vfpev]FIELD[/vfpev][/block]

...