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