PowerTools InputMan for ASP.NET 8.0J
SetDropDownClosingAnimation メソッド
アニメーション効果を表す値("none"、"scroll"、"slide"、"fade"、"center"、"extend"、"drag")。
ドロップダウン部分を閉じたときのアニメーション効果を設定します。
構文
var instance = new GCIM.GcTime();
var returnValue; // Type: any

// パラメータ
var value; //タイプ: DropDownAnimation

returnValue = instance.SetDropDownClosingAnimation(value);
function SetDropDownClosingAnimation( 
   value : DropDownAnimation
) : any;

パラメータ

value
アニメーション効果を表す値("none"、"scroll"、"slide"、"fade"、"center"、"extend"、"drag")。
参照

GcTime オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.