Method | Description | |
---|---|---|
HelpToolTip ( ) : System |
Initializes a new instance of the HelpToolTip class.
|
Method | 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
|
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | Writer. |
return | void |