PowerTools InputMan for ASP.NET 8.0J
DoSpinUp メソッド
An int value indicates the increment of the spin.
[jQuery対応]スピン機能を使ってコントロールの値を変化(次の項目へ)させます。
構文
var instance = new GCIM.GcComboBox(container, id);
var value; // Type: any

// パラメータ
var increment; //タイプ: number

value = instance.DoSpinUp(increment);
function DoSpinUp( 
   increment : number
) : any;

パラメータ

increment
An int value indicates the increment of the spin.
参照

GcComboBox オブジェクト

 

 


© 2005-2015 GrapeCity inc. All rights reserved.