C# Class LayoutFarm.Demo.HtmlDomExtension

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode Description
AddChild ( this elem, string elementName ) : DomElement
AddChild ( this elem, string elementName, Decorate d ) : DomElement
AddChild ( this elem, string elementName, DomElement &elemExit ) : DomElement
AddTextContent ( this elem, string text ) : void
AttachMouseDownEvent ( this elem, HtmlEventHandler hdl ) : void
AttachMouseUpEvent ( this elem, HtmlEventHandler hdl ) : void

Method Details

AddChild() public static méthode

public static AddChild ( this elem, string elementName ) : DomElement
elem this
elementName string
Résultat LayoutFarm.WebDom.DomElement

AddChild() public static méthode

public static AddChild ( this elem, string elementName, Decorate d ) : DomElement
elem this
elementName string
d Decorate
Résultat LayoutFarm.WebDom.DomElement

AddChild() public static méthode

public static AddChild ( this elem, string elementName, DomElement &elemExit ) : DomElement
elem this
elementName string
elemExit LayoutFarm.WebDom.DomElement
Résultat LayoutFarm.WebDom.DomElement

AddTextContent() public static méthode

public static AddTextContent ( this elem, string text ) : void
elem this
text string
Résultat void

AttachMouseDownEvent() public static méthode

public static AttachMouseDownEvent ( this elem, HtmlEventHandler hdl ) : void
elem this
hdl HtmlEventHandler
Résultat void

AttachMouseUpEvent() public static méthode

public static AttachMouseUpEvent ( this elem, HtmlEventHandler hdl ) : void
elem this
hdl HtmlEventHandler
Résultat void