Param_ElementHtmlHelp_Source Method

Return a String which contains HTML formatted source for the help topic. If you want to pass a URL that points to a remote page, then prefix the URL with a GOTO: tag, like so: GOTO:http://www.YourWebAddressHere.com

Definition

Namespace: Karamba.GHopper.Elements
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected override string HtmlHelp_Source()

Return Value

String

[Missing <returns> documentation for "M:Karamba.GHopper.Elements.Param_Element.HtmlHelp_Source"]

Remarks

You can use the GUI.GH_HtmlFormatter class to generate an HTML page which conforms to Grasshopper Help standards

See Also