new XDate()
Instantiates a new XDate element that enables the input of dates.
- Source:
Extends
Methods
bind()
Assigns the view's data-x-id property to the XFormElem's id
- Inherited From:
- Source:
buildEditor()
Builds the editor view where the XFormElem's properties can be edited
- Inherited From:
- Source:
genText()
Generates text report output from the current element
- Overrides:
- Source:
genUniqueId()
Generates a unique identifier
- Inherited From:
- Source:
getValue()
Used by FormScript to read the value of the element
- Inherited From:
- Source:
hide()
Hides the element
- Inherited From:
- Source:
prettyPrint()
Used for nicely formatted HTML report output
- Inherited From:
- Source:
render()
Renders the element
- Overrides:
- Source:
setValue()
Used by FormScript to set a value programatically
- Inherited From:
- Source:
show()
Shows the element
- Inherited From:
- Source: