TagTextBox
Wisej.Web.TagTextBox
Last updated
Was this helpful?
Wisej.Web.TagTextBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
: Returns or sets whether the user can add tags by typing into the editable field.
tag
Text of the tag to select.
Use this event to change the visual aspect of each tag on the client.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets whether the water should disappear when there is at least one tag.
: Returns or sets the maximum number of tags allowed in the control. When this limit is reached, the control will fire the event and will not add the tag. The default is 0 = unlimited.
: Returns or sets the maximum width in pixels of the tag widgets displayed on the client. When the content exceeds this limit, it will show an ellipses.
: Returns or sets the minimum number of characters that should fit in the editable portion of the control before it wraps to a new line.
: Returns the text of the selected tag.
: Returns the length of the selected tag.
: Returns the position of the selected tag.
: Returns or sets the character used to separate the tags.
: Returns or sets whether to show a tooltip with the full content of the tag text when the mouse hovers over the tag element.
: Returns the number of tags in the control.
Selects the specified tag, if it exists. If the tag is selected successfully, it will fire the event.
Fired when the value of changes.
Fired when the user adds new tag is added to the control.
Fired when the user clicks (or taps) on a tag outside of the close icon.
Fired when the user double clicks (or double taps) on a tag outside of the close icon.
Fired when the user tries to add a tag that already exists or the maximum number of allowed tags set in is reached.
Fired when the user removes a tag from the control.
Fired when the control needs to render the tags in the property.
Fires when the user selects a tag.
All wisej controls derived from the class must implement this interface.