[Missing <summary> documentation for "N:NetQuarry.WebControls"]

Classes

  ClassDescription
Public classActiveButton
A button class, derived from a standard Button, that provides improved enabled vs. disabled UI distinction and active indication of enabled buttons on hover.
Public classActiveHyperLink
Represents a control that acts as a link to another page or MOP.
Public classActiveImageButton
A control that displays an image and responds to mouse clicks on the image.
Public classAmendableCombo
This control is a specialized DropDownList that supports an item being added dynamically late after the control is loaded.
Public classBndDataGridItem
Replacement class for the DataGrid's row object. This allows us to add our own properties to each row.
Public classBndGrid
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.
Public classBndLabel
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.
Public classBndLkup
A composite control that allows for a text box and widget to work together.
Public classCancelButton
The CancelButton is a normal .Net Button, but rendered as an INPUT tag of type "reset" instead of "submit".
Public classCascadingMenu
The CascadingMenu control is not fully implemented and not used at this time.
Public classCompositeControlBase
Base class used to build a control with multiple parts.
Public classContentPlaceHolder
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.
Public classDivMenu
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.
Public classDivMenuItem
DivMenuItems are created when you add a new node to a DivMenu. Each item describes one item on the menu.
Public classEAPDropDownList
An EAP-specific derivation of the DropDownList control with additional functionality.
Public classFieldSet
Renders a FieldSet tag with an embedded Legend tag.
Public classFileUploader
A control supporting various mechanisms for uploading files including:
  • Browse - Traditional browser file browse and upload.
  • Scan - Image scan from a scanner attached to the user's machine and upload.
  • Webcam - Image capture from a webcam attached to the user's machine and upload.
Public classFileWidget
A composite control used to support FilePath fields with in-place file browsing.
Public classHiddenInput
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.
Public classHorizontalSplitter
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.
Public classImageButtonCell
The ImageButtonCell class is provided to simplify creating a TableCell that contains a 16x16 image as a button..
Public classImageWithCamera
An image control with webcam capability.
Public classImageWithScanner
An image control with scanning capability.
Public classInlineError
Summary description for InlineError.
Public classLinkableTextBox
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.
Public classLiteralText
Static text display element. This class extends the .Net Literal class to provide a constructor taking the text.
Public classNamingPanel
Use instead of a regular Panel to make each the panel a NamingContainer for its contents.
Public classNamingRow
Use instead of a regular TableRow to make each row a NamingContainer for its contents.
Public classNodeClearer
A NodeClearer presents an image button that, when clicked, runs javascript to clear all child controls of the associated control.
Public classPassword
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.
Public classRadioPictures
This controls renders a RadioButton-like control using pictures intead of the standard RadioButton buttons.
Public classRatingIcon
A series of icons that can be clicked on/off to indicate a rating, or level.
Public classSubformBar
Summary description for SubformBar.
Public classSubformItem
Summary description for SubformItem.
Public classTemplateMaster
Base class that must be used for any master page hosting platform templates.
Public classTimeDuration
A control dedicated to allowing the user to specify a time duration value.
Public classTimePicker
A control dedicated to allowing the user to specify a time-only value.
Public classTimePicker..::..TimePickerText
Used to get/set localized and/or customized text for the TimePicker's UI.
Public classToggler
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).
Public classToolbar
Summary description for Toolbar.
Public classTriStateCheckbox
A three-state checkbox control appropriate for use in filtering checkbox fields.
Public classVSplitter
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

  InterfaceDescription
Public interfaceISubformBar
The subform interface provides access to the programmable elements of the platform SubformBar component. Only the single SubformBar implementation is expected.
Public interfaceIToolbar
Summary description for IToolbar.

Enumerations

  EnumerationDescription
Public enumerationCascadingMenuFlags
Flags specifying the behaviour of a CascadingMenu menu item.
Public enumerationTogglerAttrs
Attributes describing how the toggler should function.
Public enumerationToolbarCaptionOption
Options for how toolbar captions should be displayed.
Public enumerationToolbarItemAttrs
Attributes for toolbar items.