Exemple #1
0
        /// <summary>
        ///
        /// </summary>
        public ComponentDragger.Builder ComponentDragger(ComponentDragger component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new ComponentDragger.Builder(component));
        }
 /// <summary>
 /// Specify as true to make a floating AbstractComponent draggable using the AbstractComponent's encapsulating element as the drag handle.
 /// </summary>
 public virtual TBuilder DraggableConfig(ComponentDragger draggableConfig)
 {
     this.ToComponent().DraggableConfig = draggableConfig;
     return(this as TBuilder);
 }
Exemple #3
0
 /// <summary>
 ///
 /// </summary>
 public ComponentDragger.Builder ComponentDragger(ComponentDragger component)
 {
     return(new ComponentDragger.Builder(component));
 }