Hi,
I need radio button onClick event.
Whenever the user Select the radio button ‘ComboOff’, i want to display the hide textBox with date Picker(to select single date) otherwise hide the textbox.
how to do this??
Please help me!!!
CODE:
var restricted_lightbox = [ { name: “type”, height: 78, options: [{ key: ‘Leave’, label: ‘Leave’ }, { key: ‘ComboOff’, label: ‘Combo Off’ }, { key: ‘Idle’, label: ‘Idle’ }, { key: ‘Holiday’, label: ‘Holiday’], map_to: “text”, type: “radio”, vertical: true }
];
scheduler.config.lightbox.sections = restricted_lightbox;