Example #1
0
 public ButtonGroupBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
 public FileUploaderBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #3
0
 public CheckBoxBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #4
0
 public ToolbarBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #5
0
 public FunnelBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #6
0
 public TextAreaBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
 public ValidationSummaryBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #8
0
 public DiagramBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #9
0
 public ProgressBarBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #10
0
 public SwitchBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #11
0
 public GanttBuilder <T> ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #12
0
 public BarGaugeBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #13
0
 public SparklineBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #14
0
 public HtmlEditorBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #15
0
 public PivotGridBuilder <T> ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
 public DropDownButtonBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #17
0
 public PieChartBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #18
0
 public SortableBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #19
0
 public PopoverBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #20
0
 public LookupBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #21
0
 public VectorMapBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #22
0
 public AccordionBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #23
0
 public SpeedDialActionBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #24
0
 public GalleryBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #25
0
 public ContextMenuBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #26
0
 public RangeSliderBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #27
0
 public ScrollViewBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
 public RecurrenceEditorBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
Example #29
0
 public AutocompleteBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }
 public LoadIndicatorBuilder ID(JS expr)
 {
     InternalID.SetExpr(expr.Value);
     return(this);
 }