Difference between revisions of "Checkbox"
From Lianjapedia
Yvonne.milne (Talk | contribs) (→Properties) |
Barrymavin (Talk | contribs) (→Events) |
||
| (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 | + | 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) | ||
| Line 9: | Line 18: | ||
!width="50%"|Description | !width="50%"|Description | ||
|- | |- | ||
| − | |Caption | + | |valign="top"|Caption |
| − | |RW | + | |valign="top"|RW |
| − | | | + | |valign="top"|Character |
| − | |Text displayed | + | |valign="top"|Text displayed in the object's caption |
|- | |- | ||
| − | | | + | |
| − | |RW | + | |valign="top"|Readonly |
| − | |boolean | + | |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 | ||
|- | |- | ||
|} | |} | ||
| Line 23: | Line 48: | ||
====Methods==== | ====Methods==== | ||
| − | This class supports the | + | 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 | + | 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 | ||
!width="50%"|Description | !width="50%"|Description | ||
| − | + | |- | |
| + | |InteractiveChange||None||Occurs when the checkbox is clicked | ||
|} | |} | ||
| + | |||
| + | |||
| + | [[Category:Documentation]] | ||
| + | [[Category:Framework Classes]] | ||
Latest revision as of 22:52, 9 May 2024
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
Contents
Description
Shown below in a standalone Form. Click the image to see in a Custom Section in a Lianja Page.
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 |
|---|---|---|
| InteractiveChange | None | Occurs when the checkbox is clicked |
