コード例 #1
0
 public TypeaheadMasterDataSet Display(TypeaheadMasterTemplate template)
 {
     Attributes["templates"] = template.RenderOptions();
     return(this);
 }
コード例 #2
0
 public TypeaheadMasterOption DataSetTemplates(TypeaheadMasterTemplate template)
 {
     Attributes["dataset_templates"] = template.RenderOptions();
     return(this);
 }