new XFormElem()
Instantiates a new XFormElem. This is the base class for all other XReportDOM classes.
- Source:
Methods
bind()
Assigns the view's data-x-id property to the XFormElem's id
- Source:
buildEditor()
Builds the editor view where the XFormElem's properties can be edited
- Source:
genText()
Generates text report output from the current element
- Source:
genUniqueId()
Generates a unique identifier
- Source:
getValue()
Used by FormScript to read the value of the element
- Source:
hide()
Hides the element
- Source:
prettyPrint()
Used for nicely formatted HTML report output
- Source:
render()
Renders the element
- Source:
setValue()
Used by FormScript to set a value programatically
- Source:
show()
Shows the element
- Source: