Wijmo UI for the Web
type オプション

デフォルト値: 'numeric'

数値入力のタイプを決定します。有効な値は、'numeric'、'percent'、'currency' です。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijinputnumber("option", "type");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijinputnumber("option", "type", newValue);
        
});
Javascript (Specification) 
var type : string;

関連トピック

参照

options タイプ
wijinputnumber jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.