Difference between revisions of "WebBBCodeLabel"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision imported)
Line 1: Line 1:
  
 +
 +
Extension of the WebLabel control for Xojo, this control enables formatting the text with BBCode tags.
  
  
Line 18: Line 20:
 
|-
 
|-
 
|width=50%|{{Property | name=Bold | type=Boolean | description= | readonly=no | newinversion= | version=1.3.1}}
 
|width=50%|{{Property | name=Bold | type=Boolean | description= | readonly=no | newinversion= | version=1.3.1}}
|width=50%|{{Property | name=TextAlign | type=Integer | description= | readonly=no | newinversion= | version=1.3.1}}
+
|width=50%|{{Property | name=Text | type=String | description= | readonly=no | newinversion= | version=1.3.1}}
 
|-
 
|-
 
|width=50%|{{Property | name=Border | type=Boolean | description= | readonly=no | newinversion= | version=1.3.1}}
 
|width=50%|{{Property | name=Border | type=Boolean | description= | readonly=no | newinversion= | version=1.3.1}}
Line 36: Line 38:
 
|-
 
|-
 
|width=50%|{{Property | name=Text | type=String | description= | readonly=no | newinversion= | version=1.3.1}}
 
|width=50%|{{Property | name=Text | type=String | description= | readonly=no | newinversion= | version=1.3.1}}
 
|-
 
 
|}
 
|}
  
Line 53: Line 53:
 
|-
 
|-
 
|}
 
|}
 +
 +
 +
 +
==History==
 +
 +
===Version 1.3.1 - Released 2015-08-01===
 +
*Fixed:
 +
**Enabled and Visible properties
 +
 +
===Version 1.3 - Released 2014-11-25===
 +
*New:
 +
**Updated for Xojo 2014r3
 +
 +
===Version 1.2 - Released 2014-07-30===
 +
*New:
 +
**Uses less ressources when updating the view
 +
 +
===Version 1.0 - Released 2014-05===
 +
*First Release

Revision as of 17:56, 19 August 2015


Extension of the WebLabel control for Xojo, this control enables formatting the text with BBCode tags.


Events
Open


Properties
Bold Text
Border TextColor
Italic TextFont
Multiline TextSize
Overflow Underline
Strike
Text


Methods
RealText
Register


History

Version 1.3.1 - Released 2015-08-01

  • Fixed:
    • Enabled and Visible properties

Version 1.3 - Released 2014-11-25

  • New:
    • Updated for Xojo 2014r3

Version 1.2 - Released 2014-07-30

  • New:
    • Uses less ressources when updating the view

Version 1.0 - Released 2014-05

  • First Release