Wijmo UI for the Web
afterSelect イベント
jQuery.Event オブジェクト。
このイベントに関連付けられたデータ。
afterSelect イベントハンドラ。 ユーザーがマウスで日付を選択した後に呼び出される関数。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijcalendar({ 
        afterSelect : function (e, args) { 
     
        } 
    });
});
Javascript (Specification) 
afterSelect = function ( 
   e : Object,
   args : ISelectedDate
) { };

パラメータ

e
jQuery.Event オブジェクト。
args
このイベントに関連付けられたデータ。

関連トピック

参照

options タイプ
wijcalendar メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.