Example of Magnet tags
A Magnet tag is an Html tag linked to a TBS field. The Magnet tag is deleted when the field is deleted, i.e. when the field is null or empty string. A Magnet tag is defined using parameter magnet. The type of the tag (single or opening-closing) and its position are defined using parameter mtype. |
Parameter | Value | Display |
magnet=a | $url = '[var.url]' | Link: Site TBS |
magnet=a;mtype=m+m | $url = '[var.url]' | Link: Site TBS |
magnet=img;mtype=m* | $image = '[var.image]' | Image: |
magnet=br; mtype=*m | $line2 = '[var.line2]' | Address: -------- [var.line1;magnet=br;mtype=m*] [var.line2;magnet=br;mtype=m*] -------- |