IBndLkup Interface |
Namespace: NetQuarry.WebControls
The IBndLkup type exposes the following members.
Name | Description | |
---|---|---|
AllowButtonTabbing |
Gets/sets whether or not the BndLkup button should be in the page tab order
(that is, whether or not it should allow the user to tab to the button to give
it focus). The default value is true.
| |
ButtonControl |
Gets the control's button control.
The type of control used as the IBndLkup's button will vary according to the control implementing the interface.
Use OnClientClick to get/set the javascript onclick handler for the button.
| |
ButtonOnLeft |
Gets/sets whether the button is to be placed to the left of the textbox.
| |
ClearButtonControl |
Gets the control's clear button control.
The type of control used as the IBndLkup's clear button will vary according to the control implementing the interface.
Use OnClearButtonClientClick to get/set the javascript onclick handler for the button.
| |
ClearButtonHide |
Gets/sets whether the control's ClearButton should be forced to be hidden rather than leaving
the decision up to the control based on the lock state of its constituent elements.
| |
ClearButtonShow |
Gets/sets whether the control's ClearButton should be forced to be shown rather than leaving
the decision up to the control based on the lock state of its constituent elements.
See also ClearButtonHide.
| |
CssClass |
Gets/sets the control's CssClass.
| |
ID |
Gets/sets the control's ID.
| |
Image |
Gets/sets the control's image.
| |
LiveLook |
Gets/sets whether the control's button should be rendered with a "live"
look where the button livens when the user hovers over it.
| |
NoAutoButtonLock |
Gets/sets wether the control's ButtonControl should be locked automatically when the
control is locked.
| |
OnClearButtonClientClick |
Gets/sets the javascript onclick handler for the control's clear button, ClearButtonControl.
| |
OnClientClick |
Gets/sets the javascript onclick handler for the control's button.
| |
ReadOnly |
Gets/sets the locked status of the control's TextBox.
| |
ScreenReaderText |
Gets/sets text for the button that can be read by ScreenReaders, but is not visible in the browser.
Renders using the Bootstrap sr-only class or as an aria-label attribute.
See https://danielnixon.org/bootstraps-bad-glyphicon-example/ for a discussion of using
image-based buttons with assistive technology.
| |
Secure |
Gets/sets whether or not this control is being used for secure data. When used for secure data,
a Password control is used internally instead of a TextBox.
| |
ShowLockedButtons |
Gets/sets whether the lookup button and clear button should be shown even
when locked. Normally BndLkup buttons are hidden when locked, however, if
the locked/unlocked state of the control is going to be toggled in script
then it is generally better to show the buttons even when locked.
| |
Text |
Gets/sets the control's text.
| |
TextBox |
Gets the control's TextBox.
| |
ToolTip |
Gets/sets the control's tooltip (which is applied to the button).
|
Name | Description | |
---|---|---|
SetImage |
Sets the image for the control allowing for either an image file URL or a Bootstrap glyph.
|