SharePoint 2013 JQuery Asset Picket

一隻老鼠發表於2013-07-12

 

var b = new AssetPickerConfig("");
    b.ClientID = "";
    b.DefaultAssetLocation = "";
    b.DefaultAssetImageLocation = "";
    b.CurrentWebBaseUrl = "";
    b.AllowExternalUrls = "";
    b.ManageHyperlink = false;
    b.AssetUrlClientID = "";
    b.ReturnCallback = function(f, e, d, b) {
       alert();
    };
    var h = new ImageAsset("");
h.LaunchModalAssetPicker(b)

相關文章