C# Class Subtext.Web.Controls.HelpToolTip

Inheritance: System.Web.UI.HtmlControls.HtmlContainerControl
Afficher le fichier Open project: ayende/Subtext

Méthodes publiques

Méthode Description
HelpToolTip ( ) : System

Initializes a new instance of the HelpToolTip class.

Méthodes protégées

Méthode Description
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Renders this tool tip. The format looks like: <a class="helplink" onclick="showHelpTip(event, 'help text'); return false;" href="?">Label Text<a> //TODO: Look into embedding helplink.js and helplink.css

Method Details

HelpToolTip() public méthode

Initializes a new instance of the HelpToolTip class.
public HelpToolTip ( ) : System
Résultat System

Render() protected méthode

Renders this tool tip. The format looks like: <a class="helplink" onclick="showHelpTip(event, 'help text'); return false;" href="?">Label Text<a> //TODO: Look into embedding helplink.js and helplink.css
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter Writer.
Résultat void