| Options | ใช้คืนค่า options ของ Object Calendar |
|---|
property:Options
return type:Object
content:ใช้คืนค่า options ของ Object Calendar
example:var config = { pagedate: "1/2009", mindate: "1/5/2009", maxdate: "1/15/2009" }; var calendar = new YAHOO.widget.Calendar ( "table", "container", config ); var option_calendar = calendar.Options;