SP.WebParts.WebPart.titleUrl Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies a URL to supplemental information about a Web Part.
var value = SP.WebParts.WebPart.get_titleUrl();
SP.WebParts.WebPart.set_titleUrl(value);
Property Value
Type: String
Applies To
Remarks
If this property is set to null, the title URL of the Web Part must instead be reset to its default value if one is specified in the Web Part’s definition. The value of this property should be a valid URL, but the server may accept other strings without validating them.