BootstrapHyperLinkPropertiesBuilder Members
Contains settings specific to a hyperlink editor.Methods
Name | Description |
---|---|
AllowEllipsisInText(Boolean) | Specifies if the hyper link editor can automatically truncate the text content if it don’t fit into the editor width. |
Badge(Action<BootstrapBadgePropertiesBuilder>) | Settings of a badge displayed by the hyperlink. |
ClientSideEvents(Action<StaticEditClientSideEventsBuilder>) | Object that lists the client-side events specific to the StaticEdit. |
DisplayFormatString(String) | Sets the pattern used to format the editor’s value for display purposes. |
EnableClientSideAPI(Boolean) | Sets a value that specifies whether the editor can be manipulated on the client side via code. |
EncodeHtml(Boolean) | Sets a value that specifies whether the editor’s value and element content is rendered as pure HTML, or HTML markers are stripped out. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
Equals(Object, Object) | Determines whether the specified object instances are considered equal. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
IconCssClass(String) | Sets the CSS class of the icon displayed within the editor. |
IconCssClassField(String) | Sets the data source field that provides names of CSS classes that define images displayed by the inplace editor’s hyperlink. |
MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
NavigateUrlFormatString(String) | Sets the pattern used to format the navigation location for the inplace editor’s hyperlink. |
NullDisplayText(String) | Sets the text displayed within the editor’s edit region when the editor’s value is null. |
ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RemovePotentiallyDangerousNavigateUrl(Nullable<Boolean>) | |
Target(String) | Sets the window or frame at which to tarthe contents of the URL associated with the editor. |
Text(String) | Sets the text caption displayed for the hyperlink in the hyperlink editor. |
TextField(String) | Sets the data source field that provides caption texts for the inplace editor’s hyperlink. |
TextFormatString(String) | Sets the pattern used to format the hyperlinks’s caption text within the inplace hyperlink editor. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also