Difference between revisions of "Datetimetextbox"

From Lianjapedia
Jump to: navigation, search
(Events)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
  
 
====Description====
 
====Description====
[[{{ns:file}}:datetimetextbox.png|link={{filepath:datetimetextbox.png}}|Datetimetextbox]]
+
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}}:datetimetextbox.png|link={{filepath:datetimetextbox_cs.png}}|Datetimetextbox]]
  
 
Datetimetextbox is a control combining a [[Textbox]] for date and time entry and a popup calendar.
 
Datetimetextbox is a control combining a [[Textbox]] for date and time entry and a popup calendar.
Line 72: Line 74:
 
!Args
 
!Args
 
!width="50%"|Description
 
!width="50%"|Description
 
+
|-
 +
|InteractiveChange||None||Occurs when a datetime is selected
 
|}
 
|}
 +
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]

Latest revision as of 23:49, 9 May 2024

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.

Datetimetextbox

Datetimetextbox is a control combining a Textbox for date and time 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 Datetime Datetime 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
InteractiveChange None Occurs when a datetime is selected