livebox:xapflash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
livebox:xapflash [2017/01/17 20:58] brettlivebox:xapflash [2017/01/17 21:11] brett
Line 408: Line 408:
 ^^ Parent tag ^^ Allowed child tags ^^ Description ^^ ^^ Parent tag ^^ Allowed child tags ^^ Description ^^
 || %%<label>%% || %%<font> <fontsize> <fontcolour> <alpha> <offset>%% || || || %%<label>%% || %%<font> <fontsize> <fontcolour> <alpha> <offset>%% || ||
-|| <bsctext> || %%<font> <fontsize> <fontcolour> <alpha>%%|| || +|| <bsctext> || %%<font> <fontsize> <fontcolour> <alpha>%% || || 
-|| %%<button>%% || %%<font> <fontsize> <fontcolour> <alpha>%%|| ||+|| %%<button>%% || %%<font> <fontsize> <fontcolour> <alpha>%% || ||
 || %%<textBox>%% || %%<font> <fontsize> <fontcolour> <alpha> <align>%% || || || %%<textBox>%% || %%<font> <fontsize> <fontcolour> <alpha> <align>%% || ||
 || <time> || %%<font> <fontsize> <fontcolour> <alpha> <show>%% || || || <time> || %%<font> <fontsize> <fontcolour> <alpha> <show>%% || ||
Line 417: Line 417:
 ^^ Tag ^^ Description ^^ ^^ Tag ^^ Description ^^
 || %%<font>%% || The name of a Font available from inside Flash. **Default: Verdana** || || %%<font>%% || The name of a Font available from inside Flash. **Default: Verdana** ||
-|| <fontsize> || the size of the font.  **Default: 14** || +|| %%<fontsize>%% || the size of the font.  **Default: 14** || 
-|| <fontcolour> || A Hex triple in the format 0xRRGGBB \\ \\ Default: \\ label,textBox: 0xFFFFFF\\ bsctext,time: 0xFFFFCC || +|| %%<fontcolour>%% || A Hex triple in the format 0xRRGGBB \\ \\ Default: \\ label,textBox: 0xFFFFFF\\ bsctext,time: 0xFFFFCC || 
-|| <alpha> || Floating point number indicating transparency: 0 transparent, 1 Opaque.  **Default 1** || +|| %%<alpha>%% || Floating point number indicating transparency: 0 transparent, 1 Opaque.  **Default 1** || 
-|| <align> || valid values are: left, right, centre, justify. **Default: left** || +|| %%<align>%% || valid values are: left, right, centre, justify. **Default: left** || 
-|| <show> || valid values: true, false. **Default: true** || +|| %%<show>%% || valid values: true, false. **Default: true** || 
-|| <offset> || This is the vertical offset of the label from its default - just below the button position (positive or negative, you can also use the word 'centre' to auto compute an offset. ||+|| %%<offset>%% || This is the vertical offset of the label from its default - just below the button position (positive or negative, you can also use the word 'centre' to auto compute an offset. ||
 || %%<style>%% || Defines the look and feel for the button.  see [[#the 'style' tag]] || || %%<style>%% || Defines the look and feel for the button.  see [[#the 'style' tag]] ||
-|| <width> || Default width || +|| %%<width>%% || Default width || 
-|| <height> || Default height ||+|| %%<height>%% || Default height ||
  
 Example: Example:
Line 498: Line 498:
 | <textPrefix> | BT | If <mode> is text this is prepended to the xAP item.| | <textPrefix> | BT | If <mode> is text this is prepended to the xAP item.|
 | <textSuffix> | BT | If <mode> is text this is appended to the xAP item. | | <textSuffix> | BT | If <mode> is text this is appended to the xAP item. |
-%%<html>%% | T | boolean, default: false.  If defined allows full HTML inside the <textPrefix> <textSuffix> and <text> tags\\ When entering html within CDATA tags the html tags do not need to be paired but must adhere to html standards\\ \\ <textPrefix><![CDATA[<FONT FACE="Times New Roman" SIZE="36" COLOR="#BB5566">]]></textPrefix>\\ <textSuffix><![CDATA[</FONT>]]></textSuffix>\\ \\ <text><![CDATA[<img height="200" width="200" src="http://www.bbc.co.uk/home/beta/7.2/object/clock/tiny.swf"></img>]]></text> |+| < html > | T | boolean, default: false.  If defined allows full HTML inside the %%<textPrefix> <textSuffix>%% and %%<text>%% tags\\ When entering html within CDATA tags the html tags do not need to be paired but must adhere to html standards\\ \\ <textPrefix><![CDATA[<FONT FACE="Times New Roman" SIZE="36" COLOR="#BB5566">]]></textPrefix>\\ <textSuffix><![CDATA[</FONT>]]></textSuffix>\\ \\ %%<text><![CDATA[<img height="200" width="200" src="http://www.bbc.co.uk/home/beta/7.2/object/clock/tiny.swf"></img>%%]]></text> |
 | %%<font>%% | T | The default font used for display | | %%<font>%% | T | The default font used for display |
 | <fontcolour> | T | RGB hex triple for the colour.  Must be prefix with 0x. i.e. 0xDDFFAA | | <fontcolour> | T | RGB hex triple for the colour.  Must be prefix with 0x. i.e. 0xDDFFAA |
Line 504: Line 504:
 | <multiline> | T | Boolean: true/false | | <multiline> | T | Boolean: true/false |
 | <wordwrap> | T | Boolean: true/false | | <wordwrap> | T | Boolean: true/false |
-| <hide> | B | text,state, default: none.  For a BSC text button (''<mode>text</mode>'') defines what is hidden |+| <hide> | B | text,state, default: none.  For a BSC text button (''%%<mode>text</mode>%%'') defines what is hidden |
 | %%<style>%% | B | see [[#the 'style' tag]] | | %%<style>%% | B | see [[#the 'style' tag]] |
 | <alpha> | BT | Amount of transparency of ALL items contained withing the UI element.\\ Floating point number: 0 transparent, 1 Opaque. Default 1 | | <alpha> | BT | Amount of transparency of ALL items contained withing the UI element.\\ Floating point number: 0 transparent, 1 Opaque. Default 1 |
 | <xAP> | BT | see [[#the 'xAP' tag]] this is how you link a GUI object to an xAP endpoint | | <xAP> | BT | see [[#the 'xAP' tag]] this is how you link a GUI object to an xAP endpoint |
-| <background> | T | see [[#the 'background' section]]. | +%%<background>%% | T | see [[#the 'background' section]]. | 
-| <border> | T | Boolean: true/false.  Default: false |+%%<border>%% | T | Boolean: true/false.  Default: false |
 | <bordercolour> | T | RGB hex triple for the colour. Default 0x888888 | | <bordercolour> | T | RGB hex triple for the colour. Default 0x888888 |
 | <group> | B | makes a button into a radio button with 'mutually exclusive' style.  Each button in the group must be named with the same group name.  <group>myGroup</group> | | <group> | B | makes a button into a radio button with 'mutually exclusive' style.  Each button in the group must be named with the same group name.  <group>myGroup</group> |
  • livebox/xapflash.txt
  • Last modified: 2017/01/17 21:35
  • by brett