[jQuery対応]スピン機能を使ってコントロールの値を変化(前の項目へ)させます。
シンタックス
var instance = new GCIM.GcMask(container, id);
var value; // Type: any
// パラメータ
var increment; //タイプ: number
value = instance.DoSpinDown(increment);
function DoSpinDown(
: number
) : any;
パラメータ
- increment
- An int value indicates the increment of the spin.
参照