コード例 #1
0
 public UITitle Right(UIEventText text)
 {
     meta.Put("right", text);
     return(this);
 }
コード例 #2
0
ファイル: UISection.cs プロジェクト: wushunming/UMC.Data
 public UISection Delete(UICell cell, UIEventText eventText)
 {
     data.Add(new WebMeta().Put("del", eventText).Put("_CellName", cell.Type).Put("value", cell.Data).Put("format", cell.Format).Put("style", cell.Style));
     return(this);
 }
コード例 #3
0
 public UITitle Left(UIEventText text)
 {
     meta.Put("left", text);
     return(this);
 }