public void Configure(Cell cell, CellTag tag)
 {
     tag.Attr("type", "text").AddClass(GrammarConstants.REQUIRED);
     _alterations.Each(x => x(cell, tag));
 }
Beispiel #2
0
 public void Configure(Cell cell, CellTag tag)
 {
     tag.Attr("type", "text").AddClass(GrammarConstants.REQUIRED);
     _alterations.Each(x => x(cell, tag));
 }