Yahoo! UI Library

DataTable Widget  2.8.0r4

Yahoo! UI Library > datatable > YAHOO.widget.DateCellEditor
Search:
 
Filters

Class YAHOO.widget.DateCellEditor - extends YAHOO.widget.BaseCellEditor

The DataCellEditor class provides functionality for inline editing DataTable cell data with a YUI Calendar.

Constructor

YAHOO.widget.DateCellEditor ( oConfigs )
Parameters:
oConfigs <Object> (Optional) Object literal of configs.

Properties

calendar - YAHOO.widget.Calendar

Reference to Calendar instance.

calendarOptions - Object

Configs for the calendar instance, to be passed to Calendar constructor.

defaultValue - Date

Default value.
Default Value: new Date()

Methods

focus

void focus ( )
Sets focus in DateCellEditor.
Returns: void

getInputValue

void getInputValue ( )
Retrieves input value from DateCellEditor.
Returns: void

handleDisabledBtns

void handleDisabledBtns ( )
After rendering form, if disabledBtns is set to true, then sets up a mechanism to save input without them.
Returns: void

renderForm

void renderForm ( )
Render a Calendar.
Returns: void

resetForm

void resetForm ( )
Resets DateCellEditor UI to initial state.
Returns: void


Copyright © 2009 Yahoo! Inc. All rights reserved.