Please enable JavaScript.
Coggle requires JavaScript to display documents.
data (UIComponents (UIInput (converters, validators), UIOutput…
data
UIComponents
UIInput
converters
validators
UIOutput
converters
Apply Request Phase
Rendering Response phase
Process Validation Phase
Conversion (轉換)
Obtain the submitted value
getSubmittedValue()
Convert the submitted value
getAsObject()
getAsString()
validation(驗證)
value range
regular expression
可利用Ajax,跳入下一欄時即時驗證
data length
custom validation rules
required inputs