<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > DateTimePicker > Method >SetEmptyAllowed |
Sets whether to allow empty value.
Prototype :
void SetEmptyAllowed
(
bool EmptyAllowed
)
Arguments :
EmptyAllowed |
true for allowed empty value |
Example :
This.SetEmptyAllowed(true);
Available Events :
OnAddToPage, OnBind, OnInitialize, OnStartBind