Wijmo UI for the Web
contentUrl フィールド

デフォルト値: ""

外部コンテンツの URL を決定します。たとえば、ComponentOne Web サイトを表示する場合は http://componentone.com/ を指定します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: string
    returnsValue = $(".selector").wijexpander("option", "contentUrl");
    
    //値を設定します
    var newValue; //タイプ: string
    $(".selector").wijexpander("option", "contentUrl", newValue);
        
});
Javascript (Specification) 
var contentUrl : string;
使用例
$("#element").wijexpander({ contentUrl: "http://componentone.com/" });

関連トピック

参照

options タイプ
wijexpander メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.