Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.TagTextBoxEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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 |
---|---|
sender
The source of the event.
e
A TagTextBoxEventArgs that contains the event data.
Fired when the user adds new tag is added to the control.
Fired when the user removes a tag from the control.
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.
Wisej.Web.TagTextBox
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.
Initializes an instance of a TagTextBox control.
Boolean: Returns or sets whether duplicate tags are allowed. [Since 3.0.10]
When a duplicate tag is rejected, the control fires the TagRejected event.
Boolean: Returns or sets whether the user can add tags by typing into the editable field.
Boolean: Returns or sets whether the watermark 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.
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
tag
Text of the tag to select.
Bindable components implement this interface.
Provides access to the LabelWrapper associated with the controls that implement this interface.
Provides access to the ReadOnly property for coontrols that support the read-only mode.
Provides access to the Modified property and ModifiedChanged event for controls that 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.
Wisej.Web.TagTextBoxMousEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the TagClick or TagDoubleClick events of a TagTextBox control
Initializes a new instance of the TagTextBoxMousEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Returns the index of the tag being clicked or double clicked.
String: Text of the tag that is being clicked or double clicked.
Wisej.Web.TagTextBoxMousEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the TagClick or TagDoubleClick events of a TagTextBox control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.TagTextBoxEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the or or or events of a control
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the index of the tag being added, removed, rejected, or selected.
: Text of the tag that is being added, removed, rejected, or selected.
Name | Description |
---|---|
Name | Description |
---|
Represents the method that will handle the TagClick or TagDoubleClick events of a TagTextBox control.
sender
The source of the event.
e
A TagTextBoxMousEventArgs 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.
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
One of the MouseButtons values that indicate which mouse button was pressed.
clicks
The number of times a mouse button was pressed.
text | Text of the tag that is being notified with the event. |
index | Index of the tag that is being notified with the event. |
Wisej.Web.TagTextBoxRenderEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.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.TagTextBoxRenderEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the TagRender event of a TagTextBox control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Represents the method that will handle the or or or events of a control.
Name | Description |
---|---|
Represents the method that will handle the TagRender event of a TagTextBox control.
sender
The source of the event.
e
A TagTextBoxRenderEventArgs that contains the event data.
Fired when the control needs to render the tags in the Text property.
text
Text of the tag that is being rendered.
index
Index of the tag that is being rendered.