Difference between revisions of "Checkbox"

From Lianjapedia
Jump to: navigation, search
(Properties)
(Properties)
Line 23: Line 23:
 
|boolean
 
|boolean
 
|Enable/disable the checkbox
 
|Enable/disable the checkbox
 +
|-
 +
|Validation
 +
|RW
 +
|string
 +
|
 +
|-
 +
|Validationerrormessage
 +
|RW
 +
|string
 +
|
 
|-
 
|-
 
|}
 
|}

Revision as of 11:38, 14 April 2011

Properties

This class supports the Common properties plus the following:

Property Access (R/RW) Value Description
Caption RW string Text displayed next to checkbox
Value RW boolean Checkbox's current value
Readonly RW boolean Enable/disable the checkbox
Validation RW string
Validationerrormessage RW string

Methods

This class supports the Common methods plus the following:

Method Args Description

Events

This class supports the Common events plus the following:

Event Args Description