|
Alert
|
This object allows for a convenient approach for storing and outputting notifications. |
|
BrowserWindow
|
The BrowserWindow object allows for simple interaction with the browsers window measurements and events. |
|
Codec
|
The Codec object offers various encoding and decoding functionality such as Base64 and Quoted-Printable. |
|
DataPager
|
The DataPager object allow for an easy and convenient way to manage pagination for your result pages. |
|
DataValidator
|
The DataValidator object is very useful for doing validation of such data as e-mail and ip addresses as well as data type checking. |
|
DateTimeDriver
|
The DateTimeDriver allows for easy manipulation and parsing of dates and times. |
|
DOMChunk
|
Used primarily with a DOMTemplate, a DOMChunk allows you to create a collection of DOM elements that are like mini DOMTemplates. |
|
DOMTemplate
|
Represents an XML/XHTML document with members to modify the document. |
|
Imager
|
Allows for basic manipulation of images such as cropping and scaling. |
|
MIMEMessage
|
The MIMEMessage object allows for easy manipulation of MIME messages. |
|
MsSQLDriver
|
The MsSQLDriver allows for easy interaction with Microsoft SQL Servers. |
|
MySQLDriver
|
The MySQLDriver allows for interaction with MySQL servers. |
|
ODBCDriver
|
The ODBCDriver allows for easy access to SQL servers in ODBC compliant environments. |
|
POPClient
|
The POPClient allows for simple interaction with POP hosts. |
|
POPDriver
|
The POPDriver allows for low-level access to POP3. |
|
SMTPClient
|
The SMTPClient allows simple interaction with SMTP hosts with the ability to send attachements and functionality for executing bulk e-mail jobs. |
|
SMTPDriver
|
The SMTPDriver allows for low-level access to SMTP. |
|
SocketDriver
|
The SocketDriver allows for easy access to socket facilities and is especially useful when creating interfaces to existing protocols. |
|
TextChunk
|
The TextChunk object allows for manipulating and removing chunks of text content. This object is especially useful when generating result pages. |
|
TextTemplate
|
The TextTemplate object allows for manipulation of text based content and is especially useful for HTML key replacement based templating. |
|
Timer
|
The Timer object allows for easy access to time tracking functionality. |
|
WebForm
|
The WebForm object is used to generate common HTML controls in a simple and programmatic way. |
|
WebFormMenu
|
Allows for easy creation of HTML drop down controls. |
|
WebRequest
|
The WebRequest object allows for a simple way accessing client request data. |
|
WebRequestFile
|
WebRequestFile is used in conjunction with WebRequest as a standard access point posted files. |
|
WebResponse
|
The WebResponse object allows for a simple way of responding to client requests. |
|
XHRDriver
|
XHRDrvier is used to make AJAX requests very easily. |