Difference between revisions of "Datetextbox"

From Lianjapedia
Jump to: navigation, search
m (Yvonne.milne moved page Visage Application Framework - Datetextbox to Datetextbox without leaving a redirect)
(Description)
 
(9 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}}:datetextbox.png|link={{filepath:datetextbox_cs.png}}|Datetextbox]]
 +
 +
Datetextbox is a control combining a [[Textbox]] for date entry and a popup calendar.
 +
 
====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)
Line 9: Line 18:
 
!width="50%"|Description
 
!width="50%"|Description
 
|-
 
|-
|Text
+
 
 +
 
 +
|Alignment
 
|RW
 
|RW
|
+
|Numeric
|
+
|Alignment: 0 = left, 1 = right, 2 = center
 
|-
 
|-
|Value
+
|MaximumDate
 
|RW
 
|RW
|
+
|Date
|
+
|Calendar end date
 
|-
 
|-
|Alignment
+
|MinimumDate
 
|RW
 
|RW
|
+
|Date
|
+
|Calendar start date
 
|-
 
|-
|Minimumdate
+
|Text
 
|RW
 
|RW
|
+
|Character
|
+
|Character value of object
 
|-
 
|-
|Maximumdate
+
|valign="top"|Validation
|RW
+
|valign="top"|RW
|
+
|valign="top"|Character
|
+
|valign="top"|String containing boolean expression to validate data entry
 
|-
 
|-
|Validation
+
|ValidationErrorMessage
 
|RW
 
|RW
|
+
|Character
|
+
|Message displayed if validation returns False
 
|-
 
|-
|Validationerrormessage
+
|Value
 
|RW
 
|RW
|
+
|Date
|
+
|Date value of object
 
|-
 
|-
 
|}
 
|}
Line 48: Line 59:
 
====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
Line 59: Line 70:
 
====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

Latest revision as of 10:58, 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.

Datetextbox

Datetextbox is a control combining a Textbox for date entry and a popup calendar.

Properties

This class supports the Common Properties plus the following:

Property Access (R/RW) Value Description
Alignment RW Numeric Alignment: 0 = left, 1 = right, 2 = center
MaximumDate RW Date Calendar end date
MinimumDate RW Date Calendar start date
Text RW Character Character value of object
Validation RW Character String containing boolean expression to validate data entry
ValidationErrorMessage RW Character Message displayed if validation returns False
Value RW Date Date value of object

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