Difference between revisions of "Datetimetextbox"

From Lianjapedia
Jump to: navigation, search
m (Yvonne.milne moved page Visage Application Framework - Datetimetextbox to Datetimetextbox without leaving a redirect)
Line 1: Line 1:
 +
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 +
 
====Properties====
 
====Properties====
  
Line 11: Line 13:
 
|Text
 
|Text
 
|RW
 
|RW
|
+
|Character
|
+
|Character value of object
 
|-
 
|-
 
|Value
 
|Value
 
|RW
 
|RW
|
+
|Datetime
|
+
|Datetime value of object
 
|-
 
|-
 
|Alignment
 
|Alignment
 
|RW
 
|RW
|
+
|Numeric
|
+
|Alignment: 0 = left, 1 = right, 2 = center
 
|-
 
|-
|Minimumdate
+
|MinimumDate
 
|RW
 
|RW
|
+
|Date
|
+
|Calendar start date
 
|-
 
|-
|Maximumdate
+
|MaximumDate
 
|RW
 
|RW
|
+
|Date
|
+
|Calendar end date
 
|-
 
|-
|Validation
+
|valign="top"|Validation
|RW
+
|valign="top"|RW
|
+
|valign="top"|Character
|
+
|valign="top"|String containing boolean expression to validate data entry
 
|-
 
|-
|Validationerrormessage
+
|ValidationErrorMessage
 
|RW
 
|RW
|
+
|Character
|
+
|Message displayed if validation returns False
 
|-
 
|-
 
|}
 
|}

Revision as of 11:45, 21 December 2012

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

Properties

This class supports the Common properties plus the following:

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

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