|
DateBox |
|
|
DateBox is based on an EditBox element; additionally it has conversion and validation properties. Using this element:
From Date, To Date Enter dates in "yyyy.mm.dd" format to these properties to force the user to input a date between these values. The user will be alerted if entered date value is less than From Date or greater than To Date. Default Date Enter a value in "yyyy.mm.dd" format. If no value is provided by the bind data node, this value is the default. To set the default date to the users computers date simply specify today. Examples: today Value (In the Functional Tab) The Value of the date. It is initially bind to an XML node whose name is same as the Element name. For most of the cases you won't need to change it. It is enough if you just set the name of the element. The format of the value must be the same as Value Format property. Value Format, Display Format, Submit Format The date formats can be different from system to system. You can select one of the predefined formats for these properties or type in your custom one. - Value Format : The format of the date value received from server. - Display Format : The format of the date value displayed to the user. - Submit Format : The format of the date value sent to the server.
Validation See the topic "Validating User's Input" in the main help file for general explanations about validation.
See Dynamic Values See Localizing Validation Messages
|