/// <summary> /// /// </summary> public DDProxy.Builder DDProxy(DDProxy component) { #if MVC component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null; #endif return(new DDProxy.Builder(component)); }
/// <summary> /// /// </summary> public DDProxy.Builder DDProxy(DDProxy component) { return(new DDProxy.Builder(component)); }
public virtual Element InitDDProxy(string group, DDProxy config, JsonObject overrides) { this.Call("initDDProxyEx", group, new JRawValue(new ClientConfig().Serialize(config, true)), overrides); return this; }