C# Class LayoutFarm.Demo.HtmlDomExtension

Mostra file Open project: prepare/HTML-Renderer

Public Methods

Method 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 method

public static AddChild ( this elem, string elementName ) : DomElement
elem this
elementName string
return LayoutFarm.WebDom.DomElement

AddChild() public static method

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

AddChild() public static method

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

AddTextContent() public static method

public static AddTextContent ( this elem, string text ) : void
elem this
text string
return void

AttachMouseDownEvent() public static method

public static AttachMouseDownEvent ( this elem, HtmlEventHandler hdl ) : void
elem this
hdl HtmlEventHandler
return void

AttachMouseUpEvent() public static method

public static AttachMouseUpEvent ( this elem, HtmlEventHandler hdl ) : void
elem this
hdl HtmlEventHandler
return void