Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
setCalendarOpened メソッド
ドロップダウン カレンダーを開くか、閉じます。
シンタックス
ASP.NET Ajax Javascript (Specification) | |
---|
function setCalendarOpened(
: Boolean,
: Boolean
) : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDatePicker.setCalendarOpened(Boolean,Boolean); |
パラメータ
- show
- 値 true は、カレンダーを開く要求です。false: 閉じる。
- update
- 値 true は、カレンダーに選択された値でエディターを更新する要求です。カレンダーが開いたときにのみ使用できます。
参照