Ejemplo n.º 1
0
 public UITitle Right(UIEventText text)
 {
     meta.Put("right", text);
     return(this);
 }
Ejemplo n.º 2
0
 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);
 }
Ejemplo n.º 3
0
 public UITitle Left(UIEventText text)
 {
     meta.Put("left", text);
     return(this);
 }