Beispiel #1
0
 public static TagColGroup ondblclick(this TagColGroup tag, string value)
 {
     tag.OnDblClick = value; return(tag);
 }
Beispiel #2
0
 public static TagColGroup xmllang(this TagColGroup tag, string value)
 {
     tag.XmlLang = value; return(tag);
 }
Beispiel #3
0
 public static TagColGroup dir(this TagColGroup tag, Dir value)
 {
     tag.Dir = value; return(tag);
 }
Beispiel #4
0
 public static TagColGroup title(this TagColGroup tag, string value)
 {
     tag.Title = value; return(tag);
 }
Beispiel #5
0
 public static TagColGroup lang(this TagColGroup tag, LangCode value)
 {
     tag.Lang = value; return(tag);
 }
Beispiel #6
0
 public static TagColGroup onkeypress(this TagColGroup tag, string value)
 {
     tag.OnKeyPress = value; return(tag);
 }
Beispiel #7
0
 public static TagColGroup @class(this TagColGroup tag, string value)
 {
     tag.Class = value; return(tag);
 }
Beispiel #8
0
 public static TagColGroup span(this TagColGroup tag, int value)
 {
     tag.Span = value; return(tag);
 }
Beispiel #9
0
 public static TagColGroup width(this TagColGroup tag, MultiLength value)
 {
     tag.Width = value; return(tag);
 }
Beispiel #10
0
 public static TagColGroup charoff(this TagColGroup tag, Length value)
 {
     tag.CharOff = value; return(tag);
 }
Beispiel #11
0
 public static TagColGroup valign(this TagColGroup tag, Valign value)
 {
     tag.Valign = value; return(tag);
 }
Beispiel #12
0
 public static TagColGroup @char(this TagColGroup tag, char value)
 {
     tag.Char = value; return(tag);
 }
Beispiel #13
0
 public static TagColGroup onkeyup(this TagColGroup tag, string value)
 {
     tag.OnKeyUp = value; return(tag);
 }
Beispiel #14
0
 public static TagColGroup onkeydown(this TagColGroup tag, string value)
 {
     tag.OnKeyDown = value; return(tag);
 }
Beispiel #15
0
 public static TagColGroup onmouseup(this TagColGroup tag, string value)
 {
     tag.OnMouseUp = value; return(tag);
 }
Beispiel #16
0
 public static TagColGroup id(this TagColGroup tag, string value)
 {
     tag.Id = value; return(tag);
 }
Beispiel #17
0
 public static TagColGroup onmouseover(this TagColGroup tag, string value)
 {
     tag.OnMouseOver = value; return(tag);
 }
Beispiel #18
0
 public static TagColGroup onmousemove(this TagColGroup tag, string value)
 {
     tag.OnMouseMove = value; return(tag);
 }