Wijmo UI for the Web
title フィールド

デフォルト値: null

ダイアログのタイトルを指定します。この値が null の場合は、ダイアログソース要素のタイトル属性が使用されます。

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

関連トピック

参照

options タイプ
wijdialog メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.