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