Documentation

stringResult

if the parameter is set to true, the method getValue returns data as string (otherwise, as object)

stringResult;

Example

{ view:"datepicker", stringResult:true, format:"%d  %M %Y" },

See also

Details

The default values if false.

Back to top