Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.TagTextBoxEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the TagAdded or TagRejected or TagRejected or TagSelected events of a TagTextBox control
Initializes a new instance of the TagTextBoxEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Returns the index of the tag being added, removed, rejected, or selected.
String: Text of the tag that is being added, removed, rejected, or selected.
Wisej.Web.TagTextBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.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.
Boolean: Returns or sets whether the water should disappear when there is at least one tag.
Int32: Returns or sets the maximum number of tags allowed in the control. When this limit is reached, the control will fire the TagRejected event and will not add the tag. The default is 0 = unlimited.
Int32: 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.
Int32: 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.
String: Returns the text of the selected tag.
Int32: Returns the length of the selected tag.
Int32: Returns the position of the selected tag.
Char: Returns or sets the character used to separate the tags.
Boolean: Returns or sets whether to show a tooltip with the full content of the tag text when the mouse hovers over the tag element.
Int32: 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 TagSelected event.
EventHandler Fired when the value of SeparatorChar changes.
TagTextBoxEventHandler Fired when the user adds new tag is added to the control.
TagTextBoxMousEventHandler Fired when the user clicks (or taps) on a tag outside of the close icon.
TagTextBoxMousEventHandler Fired when the user double clicks (or double taps) on a tag outside of the close icon.
TagTextBoxEventHandler Fired when the user tries to add a tag that already exists or the maximum number of allowed tags set in MaxTagCount is reached.
TagTextBoxEventHandler Fired when the user removes a tag from the control.
TagTextBoxRenderEventHandler Fired when the control needs to render the tags in the Text property.
Use this event to change the visual aspect of each tag on the client.
TagTextBoxEventHandler Fires when the user selects a tag.
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Represents the method that will handle the TagAdded or TagRejected or TagRejected or TagSelected events of a TagTextBox control.
tag
Text of the tag to select.
Bindable components implement this interface.
All wisej components implement this interface.
All wisej controls derived from the Control class must implement this interface.
Allows an object to serialize itself.
text
Text of the tag that is being notified with the event.
index
Index of the tag that is being notified with the event.
sender | The source of the event. |
e | A that contains the event data. |
Fired when the control needs to render the tags in the property. |
sender | The source of the event. |
e | A that contains the event data. |
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. |
Wisej.Web.TagTextBoxRenderEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the TagRender event of a TagTextBox control.
Initializes a new instance of the TagTextBoxRenderEventArgs class.
Name | Type | Description |
---|---|---|
Color: Allows the application to change the background color of the tag displayed on the client.
Color: Allows the application to change the color of the text in the tag displayed on the client.
String: Allows the application set the HTML to display in the tag instead of displaying the text.
Wisej.Web.TagTextBoxEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represents the method that will handle the TagAdded or TagRejected or TagRejected or TagSelected events of a TagTextBox control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.TagTextBoxMousEventArgs
Name | Description |
---|---|
: Returns the index of the tag being clicked or double clicked.
: Text of the tag that is being clicked or double clicked.
Name | Description |
---|
Represents the method that will handle the TagRender event of a TagTextBox control.
sender
The source of the event.
e
A TagTextBoxEventArgs that contains the event data.
Fired when the user tries to add a tag that already exists or the maximum number of allowed tags set in MaxTagCount is reached.
Fires when the user selects a tag.
Fired when the user adds new tag is added to the control.
Fired when the user removes a tag from the control.
text
Text of the tag that is being rendered.
index
Index of the tag that is being rendered.
text | Text of the tag that is being notified with the event. |
index | Index of the tag that is being notified with the event. |
button |
clicks | The number of times a mouse button was pressed. |
Represents the method that will handle the or events of a control.
One of the values that indicate which mouse button was pressed.