コード例 #1
0
ファイル: JsonToolBar.cs プロジェクト: thanyaammyy/thaitaesc
 public JsonToolBar(ToolBarSettings settings)
 {
     this.edit = settings.ShowEditButton;
     this.add = settings.ShowAddButton;
     this.del = settings.ShowDeleteButton;
     this.search = settings.ShowSearchButton;
     this.refresh = settings.ShowRefreshButton;
     this.view = settings.ShowViewRowDetailsButton;
     this.position = settings.ToolBarAlign.ToString().ToLower();
     this.cloneToTop = true;
 }
コード例 #2
0
ファイル: JsonToolBar.cs プロジェクト: thanyaammyy/thaitaesc
 public JsonToolBar(ToolBarSettings settings)
 {
     this.edit       = settings.ShowEditButton;
     this.add        = settings.ShowAddButton;
     this.del        = settings.ShowDeleteButton;
     this.search     = settings.ShowSearchButton;
     this.refresh    = settings.ShowRefreshButton;
     this.view       = settings.ShowViewRowDetailsButton;
     this.position   = settings.ToolBarAlign.ToString().ToLower();
     this.cloneToTop = true;
 }
コード例 #3
0
 public JsonInlineToolBar(ToolBarSettings settings)
 {
     this._s = settings;
 }
コード例 #4
0
 public JsonInlineToolBar(ToolBarSettings settings)
 {
     this._s = settings;
 }