Inheritance: DragDrop
Beispiel #1
0
        /// <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));
        }
Beispiel #2
0
 public virtual Element InitDD(string group, DD config, JsonObject overrides)
 {
     this.Call("initDDEx", group, new JRawValue(new ClientConfig().Serialize(config, true)), overrides);
     return this;
 }
Beispiel #3
0
 /// <summary>
 ///
 /// </summary>
 public DD.Builder DD(DD component)
 {
     return(new DD.Builder(component));
 }