Difference between revisions of "Checkbox"

From Lianjapedia
Jump to: navigation, search
(Created page with '====Properties==== This class supports the '''Common properties''' plus the following: {| class="wikitable" !width="20%"|Property !Access (R/RW) !Value !width="50%"|Description…')
 
(Description)
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 +
====Description====
 +
Shown below in a standalone [[Form]].  Click the image to see in a [[Custom_Sections_and_Gadgets|Custom Section]] in a Lianja [[Page Attributes|Page]].
 +
 +
[[{{ns:file}}:checkbox.png|link={{filepath:checkbox_cs.png}}|Checkbox]]
 +
 +
The Checkbox control is used for logical/boolean values.  It can be checked (True) or unchecked (False).
 +
 
====Properties====
 
====Properties====
  
This class supports the '''Common properties''' plus the following:
+
This class supports the [[:Category:Common_Properties|Common Properties]] plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!width="20%"|Property
 
!Access (R/RW)
 
!Access (R/RW)
 
!Value
 
!Value
 
!width="50%"|Description
 
!width="50%"|Description
 +
|-
 +
|valign="top"|Caption
 +
|valign="top"|RW
 +
|valign="top"|Character
 +
|valign="top"|Text displayed in the object's caption
 
|-
 
|-
  
 +
|valign="top"|Readonly
 +
|valign="top"|RW
 +
|valign="top"|Boolean
 +
|valign="top"|If True, object cannot be modified
 +
|-
 +
|valign="top"|Validation
 +
|valign="top"|RW
 +
|valign="top"|Character
 +
|valign="top"|String containing boolean expression to validate data entry
 +
|-
 +
|valign="top"|ValidationErrorMessage
 +
|valign="top"|RW
 +
|valign="top"|Character
 +
|valign="top"|Message to be displayed if validation returns False
 +
|-
 +
|valign="top"|Value
 +
|valign="top"|RW
 +
|valign="top"|Numeric or Boolean
 +
|valign="top"|Object's value
 +
|-
 
|}
 
|}
  
 
====Methods====
 
====Methods====
  
This class supports the '''Common methods''' plus the following:
+
This class supports the [[:Category:Common_Methods|Common Methods]] plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!width="20%"|Method
 
!width="20%"|Method
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 
+
|-
 
|}
 
|}
  
 
====Events====
 
====Events====
  
This class supports the '''Common events''' plus the following:
+
This class supports the [[:Category:Common_Events|Common Events]] plus the following:
  
{| class="wikitable"
+
{| class="wikitable" width="100%"
 
!width="20%"|Event
 
!width="20%"|Event
 
!Args
 
!Args
Line 33: Line 67:
  
 
|}
 
|}
 +
 +
[[Category:Documentation]]
 +
[[Category:Framework Classes]]

Latest revision as of 11:03, 9 April 2018

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Description

Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.

Checkbox

The Checkbox control is used for logical/boolean values. It can be checked (True) or unchecked (False).

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Caption RW Character Text displayed in the object's caption
Readonly RW Boolean If True, object cannot be modified
Validation RW Character String containing boolean expression to validate data entry
ValidationErrorMessage RW Character Message to be displayed if validation returns False
Value RW Numeric or Boolean Object's value

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