[Missing <summary> documentation for "N:NetQuarry.WebControls"]
Classes
| Class | Description | |
|---|---|---|
| ActiveButton |
A button class, derived from a standard Button, that provides improved enabled vs. disabled
UI distinction and active indication of enabled buttons on hover.
| |
| ActiveHyperLink |
Represents a control that acts as a link to another page or MOP.
| |
| ActiveImageButton |
A control that displays an image and responds to mouse clicks on the image.
| |
| AmendableCombo |
This control is a specialized DropDownList that supports an item being added dynamically late after the
control is loaded.
| |
| BndDataGridItem |
Replacement class for the DataGrid's row object.
This allows us to add our own properties to each row.
| |
| BndGrid |
A wrapper around the standard .Net DataGrid providing a typed interface to some attributes
used by the MapperDatasheet to communicate with its host control. The MapperDatasheet will
take advantage of these if and only if it is bound to a BndGrid instead of just a DataGrid.
| |
| BndLabel |
A LABEL control that always renders as a LABEL tag in HTML. The standard
.Net Label class only renders as a LABEL if there is an associatedControlID
specified and if that control can be found in the page's control hierarchy
at render time. The BndLabel control always renders as a LABEL and the
associated control need not be present on the page. This is helpful for
controls that are being used to generate HTML rather than actually to
render a page in the normal .Net life-page cycle. Note that this class is
derived from the .Net Label class so it can be easily idenfieid as a Label
using the "is" operator and manipulated using the "as" operator.
| |
| BndLkup |
A composite control that allows for a text box and widget to work together.
| |
| CancelButton |
The CancelButton is a normal .Net Button, but rendered as an
INPUT tag of type "reset" instead of "submit".
| |
| CascadingMenu |
The CascadingMenu control is not fully implemented and not used at this time.
| |
| CompositeControlBase |
Base class used to build a control with multiple parts.
| |
| ContentPlaceHolder |
Replacement control for System.Web.UI.WebControls.ContentPlaceHolder for use when it is desired
to NOT have the MasterPage, Content, and ContentPlaceHolder controls behave as naming
containers. There are two aspects to this: 1) the effect a NamingContainer has on the
client-side control NAME and ID mangling, and 2) the control hierarchy on the server.
| |
| DivMenu |
Generates a client-side HTML/javascript menu based on div tags.
Supports cascading submenus, menu images, confirmations, dividers, client-side vs.
post-back vs. URL navigation handling and more.
| |
| DivMenuItem |
DivMenuItems are created when you add a new node to a DivMenu. Each item describes one item on the menu.
| |
| EAPDropDownList |
An EAP-specific derivation of the DropDownList control with additional functionality.
| |
| FieldSet |
Renders a FieldSet tag with an embedded Legend tag.
| |
| FileUploader |
A control supporting various mechanisms for uploading files including:
| |
| FileWidget |
A composite control used to support FilePath fields with in-place file browsing.
| |
| HiddenInput |
The HiddenInput is a normal .Net TextBox, but rendered as an
INPUT tag of type "hidden" instead of "text". This control should
be used instead of a .Net hidden control because it includes
both the ID and NAME attributes which is required by some browsers
(e.g. Firefox) for client-side manipulation.
| |
| HorizontalSplitter |
The HorizontalSplitter creates a DIV tag that functions as a horizontal splitter
allowing the user to resize the content to the bottom.
The position maintained across postbacks using a hidden input.
| |
| ImageButtonCell |
The ImageButtonCell class is provided to simplify creating a TableCell that contains
a 16x16 image as a button..
| |
| ImageWithCamera |
An image control with webcam capability.
| |
| ImageWithScanner |
An image control with scanning capability.
| |
| InlineError |
Summary description for InlineError.
| |
| LinkableTextBox |
Renders a TextBox inside an Anchor tag. The typical use is to provide a TextBox
without a link when a field is unlocked, and a link when the field is locked.
| |
| LiteralText |
Static text display element.
This class extends the .Net Literal class to provide a constructor taking the text.
| |
| NamingPanel |
Use instead of a regular Panel to make each the panel a NamingContainer for its contents.
| |
| NamingRow |
Use instead of a regular TableRow to make each row a NamingContainer for its contents.
| |
| NodeClearer |
A NodeClearer presents an image button that, when clicked,
runs javascript to clear all child controls of the associated control.
| |
| Password |
A Password control. This is derived from the standard .Net TextBox.
One limitation of the .Net TextBox, when TextMode is set to Password,
is that the text box control in HTML is always rendered empty after
a postback. The purpose of this, presumably, is to prevent the text
from being accessible in the HTML (which is good). However, it's
not exactly what people want. This control converts the text to
an equivalent-length string of marker characters so that the HTML
renders nicely without compromising the text value by putting it in
the HTML.
| |
| RadioPictures |
This controls renders a RadioButton-like control using pictures intead of the
standard RadioButton buttons.
| |
| RatingIcon |
A series of icons that can be clicked on/off to indicate a rating, or level.
| |
| SubformBar |
Summary description for SubformBar.
| |
| SubformItem |
Summary description for SubformItem.
| |
| TemplateMaster |
Base class that must be used for any master page hosting platform templates.
| |
| TimeDuration |
A control dedicated to allowing the user to specify a time duration value.
| |
| TimePicker |
A control dedicated to allowing the user to specify a time-only value.
| |
| TimePicker..::..TimePickerText |
Used to get/set localized and/or customized text for the TimePicker's UI.
| |
| Toggler |
The toggler control presents a small plus/minus image button allowing the
user to hide/unhide the associated control via javascript.
The associated control is typically a DIV (.Net Panel).
| |
| Toolbar |
Summary description for Toolbar.
| |
| TriStateCheckbox |
A three-state checkbox control appropriate for use in filtering checkbox fields.
| |
| VSplitter |
The VSplitter creates a TD tag that functions as a vertical splitter
allowing the user to resize the content to the left and containing
an optional toggler for opening/closing the left-side content.
|
Interfaces
| Interface | Description | |
|---|---|---|
| ISubformBar |
The subform interface provides access to the programmable elements of the platform SubformBar component.
Only the single SubformBar implementation is expected.
| |
| IToolbar |
Summary description for IToolbar.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| CascadingMenuFlags |
Flags specifying the behaviour of a CascadingMenu menu item.
| |
| TogglerAttrs |
Attributes describing how the toggler should function.
| |
| ToolbarCaptionOption |
Options for how toolbar captions should be displayed.
| |
| ToolbarItemAttrs |
Attributes for toolbar items.
|