Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net Namespace Reference

Classes

class  AbsoluteLayoutConfig
 This is a layout that inherits the anchoring of Ext.layout.container.Anchor and adds the ability for x/y positioning using the standard x and y component config options. This class is intended to be extended or created via the layout configuration property. See Ext.container.Container.layout for additional details. More...
 
class  AbstractAssociation
 Associations enable you to express relationships between different Models. Let's say we're writing an ecommerce system where Users can make Orders - there's a relationship between these Models that we can express like this: More...
 
class  AbstractCalendarView
 This is an abstract class that serves as the base for other calendar views. This class is not intended to be directly instantiated. When extending this class to create a custom calendar view, you must provide an implementation for the renderItems method, as there is no default implementation for rendering events The rendering logic is totally dependent on how the UI structures its data, which is determined by the underlying UI template (this base class does not have a template). More...
 
class  AbstractCalendarViewDirectEvents
 
class  AbstractCalendarViewListeners
 
class  AbstractChart
 The Ext.chart package provides the capability to visualize data. Each chart binds directly to a store enabling automatic updates of the chart. A chart configuration object has some overall styling options as well as an array of axes and series. More...
 
class  AbstractComponent
 Base class for all Ext components. All subclasses of AbstractComponent may participate in the automated Ext component lifecycle of creation, rendering and destruction which is provided by the Container class. Components may be added to a Container through the items config option at the time the Container is created, or they may be added dynamically via the add method. The AbstractComponent base class has built-in support for basic hide/show and enable/disable and size control behavior. All Components are registered with the Ext.ComponentMgr on construction so that they can be referenced at any time via Ext.getCmp, passing the id. All user-developed visual widgets that are required to participate in automated lifecycle and size management should subclass AbstractComponent. See the Creating new UI controls tutorial for details on how and to either extend or augment ExtJs base classes to create custom Components. Every component has a specific xtype, which is its Ext-specific type name, along with methods for checking the xtype like getXType and isXType. More...
 
class  AbstractComponentCollectionBuilder
 
class  AbstractComponentDirectEvents
 /summary> More...
 
class  AbstractComponentListeners
 /summary> More...
 
class  AbstractContainer
 Base class for any Ext.Component that may contain other Components. Containers handle the basic behavior of containing items, namely adding, inserting and removing items. The most commonly used Container classes are Ext.panel.Panel, Ext.window.Window and Ext.tab.Panel. If you do not need the capabilities offered by the aforementioned classes you can create a lightweight Container to be encapsulated by an HTML element to your specifications by using the autoEl config option. More...
 
class  AbstractDataView
 A mechanism for displaying data using custom layout templates and formatting. DataView uses an Ext.XTemplate as its internal templating mechanism, and is bound to an Ext.data.Store so that as the data in the store changes the view is automatically updated to reflect the changes. The view also provides built-in behavior for many common events that can occur for its contained items including click, doubleclick, mouseover, mouseout, etc. as well as a built-in selection model. In order to use these features, an itemSelector config must be provided for the DataView to determine what nodes it will be working with. /summary> More...
 
class  AbstractInteraction
 Defines a common abstract parent class for all interactions. More...
 
class  AbstractPanel
 A base class which provides methods common to Panel classes across the Sencha product range. More...
 
class  AbstractProxy
 Proxies are used by Stores to handle the loading and saving of Model data. Usually developers will not need to create or interact with proxies directly. More...
 
class  AbstractReader
 Readers are used to interpret data to be loaded into a Model instance or a Store - usually in response to an AJAX request. This is normally handled transparently by passing some configuration to either the Model or the Store in question - see their documentation for further details. More...
 
class  AbstractSelectionModel
 Tracks what records are currently selected in a databound component. This is an abstract class and is not meant to be directly used. Databound UI widgets such as Grid and Tree should subclass Ext.selection.Model and provide a way to binding to the component. The abstract methods onSelectChange and onLastFocusChanged should be implemented in these subclasses to update the UI widget. More...
 
class  AbstractSelectionModelDirectEvents
 
class  AbstractSelectionModelListeners
 
class  AbstractSprite
 A sprite is an object rendered in a drawing Ext.draw.Surface. The Sprite class itself is an abstract class and is not meant to be used directly. Every sprite in the Draw and Chart packages is a subclass of the Ext.draw.sprite.Sprite. More...
 
class  AbstractStore
 AbstractStore is a superclass of Ext.data.Store and Ext.data.TreeStore. It's never used directly, but offers a set of methods used by both of those subclasses. We've left it here in the docs for reference purposes, but unless you need to make a whole new type of Store, what you're probably looking for is Ext.data.Store. If you're still interested, here's a brief description of what AbstractStore is and is not. AbstractStore provides the basic configuration for anything that can be considered a Store. It expects to be given a Model that represents the type of data in the Store. It also expects to be given a Proxy that handles the loading of data into the Store. AbstractStore provides a few helpful methods such as load and sync, which load and save data respectively, passing the requests through the configured proxy. Both built-in Store subclasses add extra behavior to each of these functions. Note also that each AbstractStore subclass has its own way of storing data - in Ext.data.Store the data is saved as a flat MixedCollection, whereas in TreeStore we use a Ext.data.Tree to maintain the data's hierarchy. The store provides filtering and sorting support. This sorting/filtering can happen on the client side or can be completed on the server. This is controlled by the remoteSort and remoteFilter config options. For more information see the sort and filter methods. More...
 
class  AbstractStoreDirectEvents
 
class  AbstractStoreListeners
 
class  AbstractSummary
 A small abstract class that contains the shared behaviour for any summary calculations to be used in the grid. More...
 
class  AbstractTabPanel
 
class  AbstractWindow
 
class  AbstractWriter
 Base Writer class used by most subclasses of Ext.data.proxy.Server. This class is responsible for taking a set of Ext.data.Operation objects and a Ext.data.Request object and modifying that request based on the Operations. More...
 
class  AccordionLayoutConfig
 This is a layout that manages multiple Panels in an expandable accordion style such that only one Panel can be expanded at any given time. Each Panel has built-in support for expanding and collapsing. More...
 
class  Action
 An Action is a piece of reusable functionality that can be abstracted out of any particular component so that it can be usefully shared among multiple components. Actions let you share handlers, configuration options and UI updates across any components that support the Action interface (primarily Ext.toolbar.Toolbar, Ext.button.Button and Ext.menu.Menu components). Use a single Action instance as the config object for any number of UI Components which share the same configuration. The Action not only supplies the configuration, but allows all Components based upon it to have a common set of methods called at once through a single call to the Action. Any Component that is to be configured with an Action must also support the following methods: setText(string) setIconCls(string) setDisabled(boolean) setVisible(boolean) setHandler(function) This allows the Action to control its associated Components. More...
 
class  ActionColumn
 A Grid header type which renders an icon, or a series of icons in a grid cell, and offers a scoped click handler for each icon. The action column can be at any index in the columns array, and a grid can have any number of action columns. More...
 
class  ActionItem
 Action column item definition More...
 
class  ActionItemCollection
 
class  ActionRef
 
class  AfterDirectEventArgs
 
class  AfterRecordDeletedEventArgs
 
class  AfterRecordInsertedEventArgs
 
class  AfterRecordUpdatedEventArgs
 
class  AfterStoreChangedEventArgs
 
class  AjaxOptions
 Options to be passed to the request /summary> More...
 
class  AjaxProxy
 AjaxProxy is one of the most widely-used ways of getting data into your application. It uses AJAX requests to load data from the server, usually to be placed into a Store. Let's take a look at a typical setup. Here we're going to set up a Store that has an AjaxProxy. To prepare, we'll also set up a Model:Ext.regModel('User', { fields: ['id', 'name', 'email'] });//The Store contains the AjaxProxy as an inline configuration var store = new Ext.data.Store({ model: 'User', proxy: { type: 'ajax', url : 'users.json' } });store.load(); Our example is going to load user data into a Store, so we start off by defining a Model with the fields that we expect the server to return. Next we set up the Store itself, along with a proxy configuration. This configuration was automatically turned into an Ext.data.proxy.Ajax instance, with the url we specified being passed into AjaxProxy's constructor. It's as if we'd done this:new Ext.data.proxy.Ajax({ url: 'users.json', model: 'User', reader: 'json' }); A couple of extra configurations appeared here - model and reader. These are set by default when we create the proxy via the Store - the Store already knows about the Model, and Proxy's default Reader is JsonReader.Now when we call store.load(), the AjaxProxy springs into action, making a request to the url we configured ('users.json' in this case). As we're performing a read, it sends a GET request to that url (see actionMethods to customize this - by default any kind of read will be sent as a GET request and any kind of write will be sent as a POST request).LimitationsAjaxProxy cannot be used to retrieve data from other domains. If your application is running on http://domainA.com it cannot load data from http://domainB.com because browsers have a built-in security policy that prohibits domains talking to each other via AJAX.If you need to read data from another domain and can't set up a proxy server (some software that runs on your own domain's web server and transparently forwards requests to http://domainB.com, making it look like they actually came from http://domainA.com), you can use Ext.data.proxy.JsonP and a technique known as JSON-P (JSON with Padding), which can help you get around the problem so long as the server on http://domainB.com is set up to support JSON-P responses. See JsonPProxy's introduction docs for more details.Readers and WritersAjaxProxy can be configured to use any type of Reader to decode the server's response. If no Reader is supplied, AjaxProxy will default to using a JsonReader. Reader configuration can be passed in as a simple object, which the Proxy automatically turns into a Reader instance:var proxy = new Ext.data.proxy.Ajax({ model: 'User', reader: { type: 'xml', root: 'users' } });proxy.getReader(); //returns an XmlReader instance based on the config we supplied Url generationAjaxProxy automatically inserts any sorting, filtering, paging and grouping options into the url it generates for each request. These are controlled with the following configuration options:pageParam - controls how the page number is sent to the server (see also startParam and limitParam) sortParam - controls how sort information is sent to the server groupParam - controls how grouping information is sent to the server filterParam - controls how filter information is sent to the server Each request sent by AjaxProxy is described by an Operation. To see how we can customize the generated urls, let's say we're loading the Proxy with the following Operation:var operation = new Ext.data.Operation({ action: 'read', page : 2 }); Now we'll issue the request for this Operation by calling read:var proxy = new Ext.data.proxy.Ajax({ url: '/users' });proxy.read(operation); //GET /users?page=2 Easy enough - the Proxy just copied the page property from the Operation. We can customize how this page data is sent to the server:var proxy = new Ext.data.proxy.Ajax({ url: '/users', pagePage: 'pageNumber' });proxy.read(operation); //GET /users?pageNumber=2 Alternatively, our Operation could have been configured to send start and limit parameters instead of page:var operation = new Ext.data.Operation({ action: 'read', start : 50, limit : 25 });var proxy = new Ext.data.proxy.Ajax({ url: '/users' });proxy.read(operation); //GET /users?start=50&limit=25 Again we can customize this url:var proxy = new Ext.data.proxy.Ajax({ url: '/users', startParam: 'startIndex', limitParam: 'limitIndex' });proxy.read(operation); //GET /users?startIndex=50&limitIndex=25 AjaxProxy will also send sort and filter information to the server. Let's take a look at how this looks with a more expressive Operation object:var operation = new Ext.data.Operation({ action: 'read', sorters: [ new Ext.util.Sorter({ property : 'name', direction: 'ASC' }), new Ext.util.Sorter({ property : 'age', direction: 'DESC' }) ], filters: [ new Ext.util.Filter({ property: 'eyeColor', value : 'brown' }) ] }); This is the type of object that is generated internally when loading a Store with sorters and filters defined. By default the AjaxProxy will JSON encode the sorters and filters, resulting in something like this (note that the url is escaped before sending the request, but is left unescaped here for clarity):var proxy = new Ext.data.proxy.Ajax({ url: '/users' });proxy.read(operation); //GET /users?sort=[{"property":"name","direction":"ASC"},{"property":"age","direction":"DESC"}]&filter=[{"property":"eyeColor","value":"brown"}] We can again customize how this is created by supplying a few configuration options. Let's say our server is set up to receive sorting information is a format like "sortBy=name#ASC,age#DESC". We can configure AjaxProxy to provide that format like this:var proxy = new Ext.data.proxy.Ajax({ url: '/users', sortParam: 'sortBy', filterParam: 'filterBy',//our custom implementation of sorter encoding - turns our sorters into "name#ASC,age#DESC" encodeSorters: function(sorters) { var length = sorters.length, sortStrs = [], sorter, i;for (i = 0; i < length; i++) { sorter = sorters[i];sortStrs[i] = sorter.property + '#' + sorter.direction }return sortStrs.join(","); } });proxy.read(operation); //GET /users?sortBy=name::ASC,age::DESC&filterBy=[{"property":"eyeColor","value":"brown"}]We can also provide a custom encodeFilters function to encode our filters. More...
 
class  AjaxRequestFilter
 
class  AnchorLayoutConfig
 This is a layout that enables anchoring of contained elements relative to the container's dimensions. If the container is resized, all anchored items are automatically rerendered according to their anchor rules. More...
 
class  AnimConfig
 Perform custom animation on this object. More...
 
class  AnimConfigListeners
 /summary> More...
 
class  App
 Represents an Ext JS 4 application, which is typically a single page app using a Viewport. A typical Ext.app.Application might look like this: More...
 
class  AppInit
 
class  AppRef
 Config to build up a reference to a view on a page More...
 
class  ArcSprite
 A sprite that represents a circular arc. More...
 
class  AreaSeries
 Creates a Stacked Area Chart. The stacked area chart is useful when displaying multiple aggregated layers of information. As with all other series, the Area Series must be appended in the series Chart array configuration. More...
 
class  ArrayReader
 Data reader class to create an Array of Ext.data.Model objects from an Array. Each element of that Array represents a row of data fields. The fields are pulled into a Record object using as a subscript, the mapping property of the field definition if it exists, or the field's ordinal position in the definition.Example code:var Employee = Ext.regModel('Employee', { fields: [ 'id', {name: 'name', mapping: 1}, // "mapping" only needed if an "id" field is present which {name: 'occupation', mapping: 2} // precludes using the ordinal position as the index. ] });var myReader = new Ext.data.reader.Array({ model: 'Employee' }, Employee); This would consume an Array like this:[ [1, 'Bill', 'Gardener'], [2, 'Ben', 'Horticulturalist'] ] More...
 
class  AssociationCollection
 
class  AsyncTreeNodeListeners
 
class  AutoLoadParamsJsonConverter
 
class  Axis
 Defines axis for charts. More...
 
class  AxisCollection
 The collection of Axes More...
 
class  AxisFloating
 Axis floating config More...
 
class  AxisGrid
 The grid configuration enables you to set a background grid for an axis. If set to true on a vertical axis, vertical lines will be drawn. If set to true on a horizontal axis, horizontal lines will be drawn. If both are set, a proper grid with horizontal and vertical lines will be drawn. You can set specific options for the grid configuration for odd and/or even lines/rows. Since the rows being drawn are rectangle sprites, you can set to an odd or even property all styles that apply to Ext.draw.Sprite. For more information on all the style properties you can set please take a look at Ext.draw.Sprite. Some useful style properties are opacity, fill, stroke, stroke-width, etc. The possible values for a grid option are then true, false, or an object with { odd, even } properties where each property contains a sprite style descriptor object that is defined in Ext.draw.Sprite. More...
 
class  AxisLimit
 
class  AxisListeners
 
class  AxisSprite
 
class  Badge
 
class  BadgeDirectEvents
 
class  BadgeListeners
 
class  BadgeMessage
 
class  Bar3DSeries
 Creates a Bar Chart. More...
 
class  BarSeries
 Creates a Bar Chart. More...
 
class  BarSparkLine
 Plots a bar chart of the values in the passed values array. More...
 
class  BaseControl
 
class  BaseDirectEvent
 
class  BaseFilter
 
class  BaseItem
 
class  BaseItemCollection
 
class  BaseListener
 
class  BaseLoadConfig
 
class  BaseParameter
 
class  BaseScriptBuilder
 
class  BBarCollectionBuilder
 
class  BeforeDirectEventArgs
 
class  BeforeRecordDeletedEventArgs
 
class  BeforeRecordInsertedEventArgs
 
class  BeforeRecordUpdatedEventArgs
 
class  BeforeStoreChangedEventArgs
 
class  BelongsToAssociation
 Represents a many to one association with another model. The owner model is expected to have a foreign key which references the primary key of the associated model: More...
 
class  BoolArrayConverter
 
class  BoolArrayJsonConverter
 
class  BooleanColumn
 A Column definition class which renders boolean data fields. More...
 
class  BooleanFilter
 
class  BorderLayoutConfig
 This is a multi-pane, application-oriented UI layout style that supports multiple nested panels, automatic bars between regions and built-in expanding and collapsing of regions. This class is intended to be extended or created via the layout:'border' Ext.container.Container.layout config, and should generally not need to be created directly via the new keyword. More...
 
class  BoundList
 An internally used DataView for ComboBox. More...
 
class  BoundListBase
 
class  BoundValidator
 A superclass for a validator that checks if a value is within a certain range. More...
 
class  Box
 
class  BoxLayoutConfig
 Base Class for HBoxLayout and VBoxLayout Classes. More...
 
class  BoxReorderer
 Plugin which can be attached to any container instance with VBox/HBox layout. Provides ability to reorder container items with drag and drop. More...
 
class  BoxReordererDirectEvents
 
class  BoxReordererListeners
 
class  BoxSparkLine
 Generates a box plot graph from the provided values array. See http://en.wikipedia.org/wiki/Box_plot More...
 
class  BoxSplitter
 This class functions between siblings of a VBox or HBox layout to resize both immediate siblings. More...
 
class  Breadcrumb
 A toolbar that displays hierarchical data from a TreeStore as a trail of breadcrumb buttons. Each button represents a node in the store. A click on a button will "select" that node in the tree. Non-leaf nodes will display their child nodes on a dropdown menu of the corresponding button in the breadcrumb trail, and a click on an item in the menu will trigger selection of the corresponding child node. The selection can be set programmatically using setSelection, or retrieved using getSelection. More...
 
class  BreadcrumbBase
 
class  BreadcrumbDirectEvents
 
class  BreadcrumbListeners
 
class  BuilderFactory
 
class  BulletSparkLine
 Plots a bullet graph based upon the input values array. See Bullet graphs Wikipedia Page (http://en.wikipedia.org/wiki/Bullet_graph) for more information. More...
 
class  Button
 Create simple buttons with this component. Customisations include aligned icons, dropdown menus, tooltips and sizing options. Specify a handler to run code when a user clicks the button, or use listeners for other events such as mouseover. More...
 
class  ButtonBase
 
class  ButtonCollection
 
class  ButtonCollectionEditor
 
class  ButtonConverter
 
class  ButtonDirectEvents
 
class  ButtonGroup
 Provides a container for arranging a group of related Buttons in a tabular manner. More...
 
class  ButtonListeners
 
class  ButtonLoadingState
 
class  ButtonsCollectionBuilder
 
class  CalendarCombo
 A custom combo used for choosing from the list of available calendars to assign an event to. You must pass a populated calendar store as the store config or the combo will not work. This is pretty much a standard combo that is simply pre-configured for the options needed by the calendar components. More...
 
class  CalendarMappingsContractResolver
 
class  CalendarModel
 This is the Record specification for calendar items used by the CalendarPanel's calendar store. If your model fields are named differently you should update the mapping configs accordingly. The only required fields when creating a new calendar record instance are CalendarId and Title. All other fields are either optional or will be defaulted if blank. More...
 
class  CalendarModelCollection
 
class  CalendarPanel
 This is the default container for calendar views. It supports day, week, multi-week and month views as well as a built-in event edit form. The only requirement for displaying a calendar is passing in a valid store config containing records of type EventRecord. More...
 
class  CalendarPanelBase
 
class  CalendarPanelDirectEvents
 
class  CalendarPanelListeners
 
class  CalendarStore
 A simple reusable store that loads static calendar field definitions into memory and can be bound to the CalendarCombo widget and used for calendar color selection. More...
 
class  Callout
 
class  CalloutBase
 
class  CalloutDirectEvents
 
class  CalloutListeners
 
class  CalloutMessage
 
class  CandleStick
 Creates a candlestick or OHLC Chart. More...
 
class  CapsLockDetector
 
class  CapsLockDetectorDirectEvents
 
class  CapsLockDetectorListeners
 
class  CaptionTextSprite
 This is a subset of the text and abstract sprite classes, supported by Ext.chart.Caption.style. More...
 
class  CardLayoutConfig
 This layout manages multiple child Components, each fitted to the Container, where only a single child Component can be visible at any given time. This layout style is most commonly used for wizards, tab implementations, etc. This class is intended to be extended or created via the layout:'card' Ext.container.Container-layout config, and should generally not need to be created directly via the new keyword. More...
 
class  CartesianChart
 Represents a chart that uses cartesian coordinates. A cartesian chart has two directions, X direction and Y direction. The series and axes are coordinated along these directions. By default the x direction is horizontal and y direction is vertical, You can swap the direction by setting the flipXY config to true. Cartesian series often treats x direction an y direction differently. In most cases, data on x direction are assumed to be monotonically increasing. Based on this property, cartesian series can be trimmed and summarized properly to gain a better performance. More...
 
class  CartesianSeries
 Common base class for series implementations that plot values using cartesian coordinates. More...
 
class  Category3DAxis
 A type of 3D axis that displays items in categories. This axis is generally used to display categorical information like names of items, month names, quarters, etc. but no quantitative values. For that other type of information Numeric axis are more suitable. As with other axis you can set the position of the axis and its title. More...
 
class  CategoryAxis
 A type of axis that displays items in categories. This axis is generally used to display categorical information like names of items, month names, quarters, etc. but no quantitative values. For that other type of information Numeric axis are more suitable. As with other axis you can set the position of the axis and its title. More...
 
class  CellCommandColumn
 
class  CellCommandColumnDirectEvents
 
class  CellCommandColumnListeners
 
class  CellDragDrop
 
class  CellEditing
 The Ext.grid.plugin.CellEditing plugin injects editing at a cell level for a Grid. Only a single cell will be editable at a time. The field that will be used for the editor is defined at the field. The editor can be a field instance or a field configuration. More...
 
class  CellEditingDirectEvents
 
class  CellEditingListeners
 
class  CellEditorOptions
 
class  CellSelectionModel
 Implement cell based navigation via keyboard. More...
 
class  CellSelectionModelDirectEvents
 
class  CellSelectionModelListeners
 
class  CenterLayoutConfig
 This layout manager is used to center contents within a container. As a subclass of fit layout, CenterLayout expects to have one child item; multiple items will be placed overlapping. The layout does not require any config options. Items in the container can use percentage width or height rather than be fit to the full size of the container. More...
 
class  ChainingPropertyInfo
 
class  ChangeRecords
 
class  ChartCalloutLine
 Axis callout line config More...
 
class  ChartCaption
 Chart captions can be used to place titles, subtitles, credits and other captions inside a chart. More...
 
class  ChartCaptionCollection
 Collection of chart collection items. Ext.NET serialization-friendly. More...
 
class  ChartCaptionItem
 Custom caption entry in the list of chart captions items. More...
 
class  ChartCaptionJsonConverter
 
class  ChartCaptions
 User-friendly representation of the Captions ExtJS object, including the three predefined caption types and allowing also to include custom tailored captions. More...
 
class  ChartDirectEvents
 
class  ChartDomLegend
 
class  ChartItemEvents
 A chart plugin that adds ability to listen to chart series items events. Item event listeners are passed two parameters: the target item and the event itself. The item object has the following properties: category - the category the item falls under: 'items' or 'markers' field - the store field used by this series item index - the index of the series item record - the store record associated with this series item series - the series the item belongs to sprite - the sprite used to represents this series item More...
 
class  ChartLabel
 Sprite used to represent labels in series. More...
 
class  ChartLegend
 
class  ChartListeners
 
class  ChartsCollection
 The collection of Charts More...
 
class  ChartSpriteLegend
 
class  ChartTheme
 Provides chart theming. More...
 
class  ChartTip
 Provides tips for Ext.chart.series.Series. More...
 
class  Checkbox
 Single checkbox field. Can be used as a direct replacement for traditional checkbox fields. Also serves as a parent class for radio buttons. More...
 
class  CheckboxBase
 
class  CheckboxConverter
 
class  CheckboxDirectEvents
 
class  CheckboxGroup
 A field container which has a specialized layout for arranging Ext.form.field.Checkbox controls into columns, and provides convenience Ext.form.field.Field methods for getting, setting, and validating the group of checkboxes as a whole. More...
 
class  CheckboxGroupBase
 
class  CheckboxGroupDirectEvents
 
class  CheckboxGroupLayoutConfig
 This is a base class for layouts that contain a single item that automatically expands to fill the layout's container. This class is intended to be extended or created via the layout:'fit' Ext.container.Container.layout config, and should generally not need to be created directly via the new keyword. Fit layout does not have any direct config options (other than inherited ones). To fit a panel to a container using Fit layout, simply set layout: 'fit' on the container and add a single panel to it. If the container has multiple items, all of the items will all be equally sized. This is usually not desired, so to avoid this, place only a single item in the container. This sizing of all items can be used to provide a background image that is "behind" another item such as a dataview if you also absolutely position the items. More...
 
class  CheckboxGroupListeners
 
class  CheckboxListeners
 
class  CheckboxSelectionModel
 A selection model that renders a column of checkboxes that can be toggled to select or deselect rows. The default mode for this selection model is MULTI. The selection model will inject a header for the checkboxes in the first view and according to the 'injectCheckbox' configuration. More...
 
class  CheckColumn
 A Column subclass which renders a checkbox in each column cell which toggles the truthiness of the associated data field on click. More...
 
class  CheckColumnDirectEvents
 
class  CheckColumnListeners
 
class  CheckMenuItem
 Adds a menu item that contains a checkbox by default, but can also be part of a radio group. More...
 
class  CheckMenuItemDirectEvents
 
class  CheckMenuItemListeners
 
class  ChildElement
 The child element of the Component. It is used as an item of the AbstractComponenn's ChildEls. More...
 
class  ChildElementCollection
 
class  CircleSprite
 A sprite that represents a circle. More...
 
class  ClearButton
 
class  ClearButtonDirectEvents
 
class  ClearButtonListeners
 
class  ClickRepeater
 A wrapper class which can be applied to any element. Fires a "click" event while the mouse is pressed. The interval between firings may be specified in the config but defaults to 20 milliseconds. Optionally, a CSS class may be applied to the element during the time it is pressed. More...
 
class  ClickRepeaterDirectEvents
 
class  ClickRepeaterListeners
 
class  ClientConfig
 
class  ClientResourceItem
 
class  ClientScriptItem
 
class  ClientStore
 This class is used to store data on the client in a specified storage (either 'local' or 'session'). Unlike the Ext.data.proxy.LocalStorage, this store uses a single storageKey to hold the entire contents of the store. This helps reduce key overhead but also requires that all records and field be saved for any change. More...
 
class  ClientStoreDirectEvents
 The ClientStore's direct events. More...
 
class  ClientStoreListeners
 The ClientStore's listeners. More...
 
class  ClientStyleItem
 
class  Clipboard
 This grid plugin adds clipboard support to a grid. Note that the grid must use the spreadsheet selection model to utilize this plugin. This class supports the following formats for grid data: cell - Complete field data that can be matched to other grids using the same model regardless of column order. text - Cell content stripped of HTML tags. html - Complete cell content, including any rendered HTML tags. raw - Underlying field values based on dataIndex. The cell format is not valid for the system clipboard format. More...
 
class  CollectionDataSource
 
class  CollectionDataSourceView
 
class  ColorButton
 A simple color swatch that can be clicked to bring up the color selector. The selected color is configurable via value. More...
 
class  ColorButtonDirectEvents
 
class  ColorButtonListeners
 
class  ColorField
 A field that can be clicked to bring up the color picker. The selected color is configurable via value. More...
 
class  ColorMenu
 A menu containing a Ext.picker.Color Component. More...
 
class  ColorMenuDirectEvents
 
class  ColorMenuListeners
 
class  ColorPicker
 Color picker provides a simple color palette for choosing colors. The picker can be rendered to any container. The available default to a standard 40-color palette; this can be customized with the colors config. More...
 
class  ColorPickerDirectEvents
 
class  ColorPickerListeners
 
class  ColorSelector
 Advanced color selector used by Ext.Net.ColorButton and Ext.Net.ColorField. More...
 
class  ColorSelectorDirectEvents
 
class  ColorSelectorListeners
 
class  Column
 This class specifies the definition for a column inside a Ext.grid.Panel. It encompasses both the grid header configuration as well as displaying data within the grid itself. If the columns configuration is specified, this column will become a column group and can container other columns inside. More...
 
class  ColumnBase
 
class  ColumnCollection
 
class  ColumnDirectEvents
 
class  ColumnLayoutConfig
 This is the layout style of choice for creating structural layouts in a multi-column format where the width of each column can be specified as a percentage or fixed width, but the height is allowed to vary based on the content. This class is intended to be extended or created via the layout:'column' Ext.container.Container.layout config, and should generally not need to be created directly via the new keyword. More...
 
class  ColumnListeners
 
class  ComboBox
 A combobox control with support for autocomplete, remote loading, and many other features. More...
 
class  ComboBoxBase
 A combobox control with support for autocomplete, remote-loading, paging and many other features. More...
 
class  ComboBoxDirectEvents
 
class  ComboBoxListeners
 
class  CommandColumn
 
class  CommandFill
 
class  CommandMenu
 
class  CommandSeparator
 
class  CommandSpacer
 
class  CommandText
 
class  Component
 Base class for all Ext components. All subclasses of Component may participate in the automated Ext component lifecycle of creation, rendering and destruction which is provided by the Container class. Components may be added to a Container through the items config option at the time the Container is created, or they may be added dynamically via the add method. More...
 
class  ComponentAddedEventArgs
 
class  ComponentBase
 Base class for all Ext components. All subclasses of Component may participate in the automated Ext component lifecycle of creation, rendering and destruction which is provided by the Container class. Components may be added to a Container through the items config option at the time the Container is created, or they may be added dynamically via the add method. More...
 
class  ComponentColumn
 
class  ComponentColumnDirectEvents
 
class  ComponentColumnListeners
 
class  ComponentDirectEvent
 
class  ComponentDirectEvents
 
class  ComponentDragger
 A subclass of Ext.dd.DragTracker which handles dragging any AbstractComponent. This is configured with a AbstractComponent to be made draggable, and a config object for the Ext.dd.DragTracker class. A delegate may be provided which may be either the element to use as the mousedown target or a Ext.DomQuery selector to activate multiple mousedown targets. More...
 
class  ComponentListener
 
class  ComponentListeners
 
class  ComponentLoader
 A class used to load remote content to a component. In general this class will not be instanced directly, rather a loader configuration will be passed to the constructor of the Ext.AbstractComponent More...
 
class  ComponentLoaderDirectEvents
 /summary> More...
 
class  ComponentLoaderListeners
 /summary> More...
 
class  ComponentManager
 
class  ComponentView
 
class  ComponentViewDirectEvents
 
class  ComponentViewListeners
 
class  CompositeSprite
 Represents a group of sprites. More...
 
class  ConfigBagJsonConverter
 
class  ConfigItem
 
class  ConfigItemCollection
 
class  ConfigObject
 
class  ConfigOption
 
class  ConfigOptionAttribute
 
class  ConfigOptionsCollection
 
class  ConfigProperties
 
class  ConfigScriptBuilder
 
class  Const
 
class  Container
 Base class for any Ext.AbstractComponent that may contain other Components. Containers handle the basic behavior of containing items, namely adding, inserting and removing items. More...
 
class  ContainerDirectEvents
 
class  ContainerListeners
 
class  ContentContainer
 
class  ContentScriptBuilder
 
class  ControlBuilder
 
class  ControlConverter
 
class  ControlState
 
class  Cookies
 
class  CrosshairAxes
 
class  CrosshairAxis
 
class  CrosshairInteraction
 The Crosshair interaction allows the user to get precise values for a specific point on the chart. The values are obtained by single-touch dragging on the chart. More...
 
class  CrosshairLines
 
class  CrossZoomInteraction
 The Crosshair interaction allows the user to get precise values for a specific point on the chart. The values are obtained by single-touch dragging on the chart. More...
 
class  CRUDDirect
 
class  CRUDMethods
 Mapping of action name to HTTP request method. More...
 
class  CRUDUrls
 Specific urls to call on CRUD action methods "read", "create", "update" and "destroy" More...
 
class  CSS
 
class  CtorDateTimeJsonConverter
 
class  CustomAttributeBinding
 
class  CustomConfigJsonConverter
 
class  CustomIdGenerator
 
class  CycleButton
 A specialized SplitButton that contains a menu of Ext.menu.CheckItem elements. The button automatically cycles through each menu items on click, raising the button's change event (or calling the button's changeHandler function, if supplied) for the active menu items. Clicking on the arrow section of the button displays the dropdown menu just like a normal SplitButton. More...
 
class  CycleButtonDirectEvents
 
class  CycleButtonListeners
 
class  DataFilter
 Represents a filter that can be applied to a MixedCollection. Can either simply filter on a property/value pair or pass in a filter function with custom logic. Filters are always used in the context of MixedCollections, though Stores frequently create them when filtering and searching on their records. More...
 
class  DataFilterCollection
 
class  DataGrouper
 Represents a grouping of items. The grouper works in a similar fashion as the Ext.util.Sorter except that groups must be able to extract a value by which all items in the group can be collected. By default this is derived from the property config but can be customized using the groupFn if necessary. All items with the same group value compare as equal. If the group values do not compare equally, the sort can be controlled further by setting sortProperty or sorterFn. More...
 
class  DataOptions
 Options for a Writer's AllDataOptions and PartialDataOptions More...
 
class  DataProxyDirectEvents
 
class  DataSorter
 
class  DataSorterCollection
 
class  DataTip
 
class  DataView
 A mechanism for displaying data using custom layout templates and formatting. The View uses an Ext.XTemplate as its internal templating mechanism, and is bound to an Ext.data.Store so that as the data in the store changes the view is automatically updated to reflect the changes. The view also provides built-in behavior for many common events that can occur for its contained items including click, doubleclick, mouseover, mouseout, etc. as well as a built-in selection model. In order to use these features, an itemSelector config must be provided for the DataView to determine what nodes it will be working with. More...
 
class  DataViewAnimated
 
class  DataViewDirectEvents
 
class  DataViewDraggable
 
class  DataViewDragSelector
 
class  DataViewLabelEditor
 
class  DataViewListeners
 
class  DateColumn
 A Column definition class which renders a passed date according to the default locale, or a configured format. More...
 
class  DateField
 Provides a date input field with a date picker dropdown and automatic date validation. More...
 
class  DateFieldBase
 Provides a date input field with a date picker dropdown and automatic date validation. More...
 
class  DateFieldDirectEvents
 
class  DateFieldListeners
 
class  DateFilter
 Filter by a configurable Ext.picker.DatePicker menu More...
 
class  DateMenu
 A menu containing a Ext.picker.Date component. More...
 
class  DateMenuDirectEvents
 
class  DateMenuListeners
 
class  DatePicker
 A date picker. This class is used by the Ext.form.field.Date field to allow browsing and selection of valid dates in a popup next to the field, but may also be used with other components. Typically you will need to implement a handler function to be notified when the user chooses a date from the picker; you can register the handler using the select event, or by implementing the handler method. By default the user will be allowed to pick any date; this can be changed by using the minDate, maxDate, disabledDays, disabledDatesRE, and/or disabledDates configs. More...
 
class  DatePickerDirectEvents
 
class  DatePickerListeners
 
class  DatePickerOptions
 
class  DateRangeField
 A combination field that includes start and end dates and times, as well as an optional all-day checkbox. More...
 
class  DayView
 Unlike other calendar views, is not actually a subclass of CalendarView. Instead it is a Container subclass that internally creates and manages the layouts of a DayHeaderView and a DayBodyView. As such DayView accepts any config values that are valid for DayHeaderView and DayBodyView and passes those through to the contained views. It also supports the interface required of any calendar view and in turn calls methods on the contained views as necessary. More...
 
class  DD
 A DragDrop implementation where the linked element follows the mouse cursor during a drag. More...
 
class  DDProxy
 A DragDrop implementation that inserts an empty, bordered div into the document that follows the cursor during drag operations. At the time of the click, the frame div is resized to the dimensions of the linked html element, and moved to the exact location of the linked element. References to the "frame" element refer to the single proxy element that was created to be dragged in place of all DDProxy elements on the page. More...
 
class  DDTarget
 A DragDrop implementation that does not move, but can be a drop target. You would get the same result by simply omitting implementation for the event callbacks, but this way we reduce the processing cost of the event listener and the callbacks. More...
 
class  DefaultResourcesStrategy
 
class  DefaultScriptBuilder
 
class  DefaultSelectionModelDirectEvents
 
class  DefaultSelectionModelListeners
 
class  DefaultTabMenuCollectionBuilder
 
class  DeferredRenderAttribute
 
class  DesignerActionHeaderItemComparer
 
class  Desktop
 
class  DesktopConfig
 
class  DesktopDirectEvents
 
class  DesktopListeners
 
class  DesktopModule
 
class  DesktopModuleProxy
 
class  DesktopModulesCollection
 
class  DesktopShortcut
 
class  DesktopShortcuts
 
class  DesktopStartMenu
 
class  DesktopTaskBar
 
class  DirectEvent
 
class  DirectEventArgs
 
class  DirectEventCollection
 
class  DirectEventConfirmation
 
class  DirectEventConverter
 
class  DirectEventHandlerJsonConverter
 
class  DirectEventJsonConverter
 
class  DirectEventsConverter
 
class  DirectEventTriplet
 
class  DirectEventUpdateAttribute
 
class  DirectMethod
 
class  DirectMethodAttribute
 
class  DirectMethodHandler
 
class  DirectMethodProxyIDAttribute
 
class  DirectProxy
 This class is used to send requests to the server using Ext.direct. When a request is made, the transport mechanism is handed off to the appropriate Provider to complete the call. More...
 
class  DirectRequestModule
 
class  DirectResponse
 
class  DisabledDate
 These strings will be used to build a dynamic regular expression so they are very powerful. Some examples: More...
 
class  DisabledDateCollection
 
class  DiscreteSparkLine
 Plots a series of thin vertical lines based upon the input values array. More...
 
class  DisplayField
 A display-only text field which is not validated and not submitted. This is useful for when you want to display a value from a form's loaded data but do not want to allow the user to edit or submit that value. The value can be optionally HTML encoded if it contains HTML markup that you do not want to be rendered. More...
 
class  DisplayTimeField
 
class  Dom
 
class  DomHelper
 
class  DomObject
 
class  DomObjectCollection
 
class  DoubleArrayConverter
 
class  DragDrop
 Defines the interface and base operation of items that that can be dragged or can be drop targets. It was designed to be extended, overriding the event handlers for startDrag, onDrag, onDragOver and onDragOut. Up to three html elements can be associated with a DragDrop instance: linked element: the element that is passed into the constructor. This is the element which defines the boundaries for interaction with other DragDrop objects. handle element(s): The drag operation only occurs if the element that was clicked matches a handle element. By default this is the linked element, but there are times that you will want only a portion of the linked element to initiate the drag operation, and the setHandleElId() method provides a way to define this. drag element: this represents the element that would be moved along with the cursor during a drag operation. By default, this is the linked element itself as in Ext.dd.DD. setDragElId() lets you define a separate element that would be moved, as in Ext.dd.DDProxy. More...
 
class  DragDropGroup
 
class  DragDropGroups
 
class  DragSource
 A simple class that provides the basic implementation needed to make any element draggable. More...
 
class  DragTracker
 A DragTracker listens for drag events on an Element and fires events at the start and end of the drag, as well as during the drag. This is useful for components such as Ext.slider.Multi, where there is an element that can be dragged around to change the Slider's value. DragTracker provides a series of template methods that should be overridden to provide functionality in response to detected drag operations. These are onBeforeStart, onStart, onDrag and onEnd. See Ext.slider.Multi's initEvents function for an example implementation. More...
 
class  DragTrackerDirectEvents
 
class  DragTrackerListeners
 
class  DragZone
 This class provides a container DD instance that allows dragging of multiple child source nodes. This class does not move the drag target nodes, but a proxy element which may contain any DOM structure you wish. The DOM element to show in the proxy is provided by either a provided implementation of getDragData, or by registered draggables registered with Ext.dd.Registry If you wish to provide draggability for an arbitrary number of DOM nodes, each of which represent some application object (For example nodes in a DataView) then use of this class is the most efficient way to "activate" those nodes. By default, this class requires that draggable child nodes are registered with Ext.dd.Registry. However a simpler way to allow a DragZone to manage any number of draggable elements is to configure the DragZone with an implementation of the getDragData method which interrogates the passed mouse event to see if it has taken place within an element, or class of elements. This is easily done by using the event's getTarget method to identify a node based on a Ext.DomQuery selector. More...
 
class  DrawBackground
 
class  DrawColor
 
class  DrawContainer
 The Draw Container is a surface in which sprites can be rendered. The Draw Container manages and holds a Surface instance: an interface that has an SVG or Canvas implementation depending on the browser capabilities and where Sprites can be appended. More...
 
class  DrawContainerDirectEvents
 
class  DrawContainerListeners
 
class  DrawDownloadConfig
 
class  DropDownField
 
class  DropDownFieldBase
 
class  DropTarget
 A simple class that provides the basic implementation needed to make any element a drop target that can have draggable items dropped onto it. The drop has no effect until an implementation of notifyDrop is provided. More...
 
class  DropZone
 This class provides a container DD instance that allows dropping on multiple child target nodes. By default, this class requires that child nodes accepting drop are registered with Ext.dd.Registry. However a simpler way to allow a DropZone to manage any number of target elements is to configure the DropZone with an implementation of getTargetFromEvent which interrogates the passed mouse event to see if it has taken place within an element, or class of elements. This is easily done by using the event's getTarget method to identify a node based on a Ext.DomQuery selector. Once the DropZone has detected through calling getTargetFromEvent, that the mouse is over a drop target, that target is passed as the first parameter to onNodeEnter, onNodeOver, onNodeOut, onNodeDrop. You may configure the instance of DropZone with implementations of these methods to provide application-specific behaviour for these events to update both application state, and UI state. More...
 
class  DurationMessage
 The duration message config More...
 
class  DurationMessageCollection
 
class  DynamicConfigDictionary
 
class  Editor
 The Editor class is used to provide inline editing for elements on the page. The editor is backed by a Ext.form.field.Field that will be displayed to edit the underlying content. The editor is a floating Component, when the editor is shown it is automatically aligned to display over the top of the bound element it is editing. The Editor contains several options for how to handle key presses: completeOnEnter cancelOnEsc swallowKeys More...
 
class  EditorAlignmentConfig
 
class  EditorAutoSize
 
class  EditorCollection
 
class  EditorDirectEvents
 
class  EditorListeners
 
class  Element
 
class  ElementFxConfig
 
class  ElementListeners
 
class  EllipseSprite
 A sprite that represents an ellipse. More...
 
class  EllipticalArcSprite
 A sprite that represents an elliptical arc. More...
 
class  EmailValidator
 Validates that the value is a valid email. More...
 
class  EmptyDesigner
 
class  EnumJsonConverter
 
class  EnumToIntConverter
 
class  EventDetails
 A custom form used for detailed editing of events. This is pretty much a standard form that is simply pre-configured for the options needed by the calendar components. It is also configured to automatically bind records of type Extensible.calendar.data.EventModel to and from the form. This form also provides custom events specific to the calendar so that other calendar components can be easily notified when an event has been edited via this component. More...
 
class  EventDetailsBase
 
class  EventDetailsDirectEvents
 
class  EventDetailsListeners
 
class  EventMappingsContractResolver
 
class  EventMask
 
class  EventModel
 This is the specification for calendar event data used by the CalendarPanel's underlying store. It can be overridden as necessary to customize the fields supported by events, although the existing column names should not be altered. If your model fields are named differently you should update the mapping configs accordingly. The only required fields when creating a new event record instance are StartDate and EndDate. All other fields are either optional are will be defaulted if blank. More...
 
class  EventModelCollection
 
class  EventStore
 
class  EventWindow
 A custom window containing a basic edit form used for quick editing of events. This window also provides custom events specific to the calendar so that other calendar components can be easily notified when an event has been edited via this component. More...
 
class  EventWindowBase
 
class  EventWindowDirectEvents
 
class  EventWindowListeners
 
class  ExcessItemsException
 
class  ExclusionValidator
 Validates that the given value is present in the configured list More...
 
class  ExtControlActionList
 
class  ExtControlDesigner
 
class  Extensions
 
class  ExtJsonConverter
 
class  ExtNet
 
class  ExtNetEnumJsonConverter
 Ext.NET specific enums converter. Will take in consideration enums' JavaScriptMap and ConfigOptions' LowerCase and LowerCamelCase JsonModes while doing the map and map back. More...
 
class  ExtNetTransformer
 
class  ExtObject
 
class  FactoryConfig
 
class  FactoryResource
 
class  FadeIn
 
class  FadeInConfig
 
class  FadeOut
 
class  FadeOutConfig
 
class  FBarCollectionBuilder
 
class  Field
 Base class for form fields that provides default event handling, rendering, and other common functionality needed by all form field types. Utilizes the Ext.form.field.Field mixin for value handling and validation, and the Ext.form.Labelable mixin to provide label and error message display. More...
 
class  FieldContainer
 FieldContainer is a derivation of Container that implements the Labelable mixin. This allows it to be configured so that it is rendered with a field label and optional error message around its sub-items. This is useful for arranging a group of fields or other components within a single item in a form, so that it lines up nicely with other fields. A common use is for grouping a set of related fields under a single label in a form. The container's configured items will be layed out within the field body area according to the configured layout type. The default layout is 'autocontainer'. More...
 
class  FieldContainerBase
 
class  FieldContainerDirectEvents
 
class  FieldContainerListeners
 
class  FieldDirectEvents
 
class  FieldInModel
 
class  FieldListeners
 
class  FieldReference
 
class  FieldReplicator
 
class  FieldSet
 A container for grouping sets of fields, rendered as a HTML fieldset element. The title config will be rendered as the fieldset's legend. More...
 
class  FieldSetDirectEvents
 
class  FieldSetListeners
 
class  FieldTrigerCollection
 
class  FieldTrigger
 Base class for Text Field triggers More...
 
class  FileUploadField
 A file upload field which has custom styling and allows control over the button text and other features of text fields like empty text. It uses a hidden file input element behind the scenes to allow user selection of a file and to perform the actual upload during form submit. More...
 
class  FileUploadFieldDirectEvents
 
class  FileUploadFieldListeners
 
class  FilterCondition
 
class  FilterConditionCollection
 
class  FilterConditions
 
class  FilterHeader
 
class  FilterHeaderComparator
 
class  FilterHeaderCondition
 
class  FilterHeaderConditions
 
class  FilterHeaderDirectEvents
 
class  FilterHeaderListeners
 
class  FilterHeaderValue
 
class  FilterQuery
 This class is a filter that compiles from an SQL-like expression. More...
 
class  FitLayoutConfig
 This is a base class for layouts that contain a single item that automatically expands to fill the layout's container. This class is intended to be extended or created via the layout:'fit' Ext.container.Container.layout config, and should generally not need to be created directly via the new keyword. Fit layout does not have any direct config options (other than inherited ones). To fit a panel to a container using Fit layout, simply set layout: 'fit' on the container and add a single panel to it. If the container has multiple items, all of the items will all be equally sized. This is usually not desired, so to avoid this, place only a single item in the container. This sizing of all items can be used to provide a background image that is "behind" another item such as a dataview if you also absolutely position the items. More...
 
class  FormatValidator
 Validates that the passed value matches a specific format specified by a regex. The format is provided by the matcher config. More...
 
class  FormLayoutConfig
 This is a layout that will render form Fields, one under the other all stretched to the Container width. More...
 
class  FormPanel
 FormPanel provides a standard container for forms. It is essentially a standard Ext.panel.Panel which automatically creates a BasicForm for managing any Ext.form.field.Field objects that are added as descendants of the panel. It also includes conveniences for configuring and working with the BasicForm and the collection of Fields. More...
 
class  FormPanelBase
 
class  FormPanelDirectEvents
 
class  FormPanelListeners
 
class  Frame
 
class  FunctionItemCollectionJsonConverter
 
class  FunctionItemsCollectionJsonConverter
 
class  FunctionJsonConverter
 
class  FunctionLazyControlJsonConverter
 
class  Fx
 
class  FxConfig
 
class  Gauge
 Displays a value within the given interval as a gauge. More...
 
class  GaugeAnimConfig
 
class  GaugeNeedleConfig
 
class  GaugeSector
 A gauge sector's config More...
 
class  GaugeSectorCollection
 The collection of GaugeSectors More...
 
class  GaugeSeries
 Creates a Gauge Chart. More...
 
class  GaugeTextOffset
 Gauge text displacement in spite to its natural position. More...
 
class  GenericColumnBuilder
 
class  GenericComponent
 
class  GenericConverter
 
class  GenericFeature
 A generic Plugin. More...
 
class  GenericModelFieldBuilder
 
class  GenericPlugin
 A generic Plugin. More...
 
class  Ghost
 
class  GlobalConfig
 
class  GlobalListeners
 
class  Globals
 
class  Gradient
 
class  GradientCircle
 
class  Gradients
 
class  GradientStop
 
class  GradientStops
 
class  GridCommand
 
class  GridCommandBase
 
class  GridCommandCollection
 
class  GridDragDrop
 This plugin provides drag and/or drop functionality for a GridView. More...
 
class  GridEditing
 This class provides an abstract grid editing plugin on selected columns. The editable columns are specified by providing an editor in the column configuration. More...
 
class  GridFeature
 A feature is a type of plugin that is specific to the Ext.grid.Panel. It provides several hooks that allows the developer to inject additional functionality at certain points throughout the grid creation cycle. This class provides the base template methods that are available to the developer, it should be extended. More...
 
class  GridFilter
 This represents Ext.grid.filters.filter.Base More...
 
class  GridFilterCollection
 
class  GridFilters
 This class is a grid plugin that adds a simple and flexible presentation for store filters. Filters can be modified by the end-user using the grid's column header menu. Through this menu users can configure, enable, and disable filters for each column. More...
 
class  GridHeaderContainer
 Container which holds headers and is docked at the top or bottom of a TablePanel. The HeaderContainer drives resizing/moving/hiding of columns within the TableView. As headers are hidden, moved or resized the headercontainer is responsible for triggering changes within the view. More...
 
class  GridHeaderContainerDirectEvents
 
class  GridHeaderContainerListeners
 
class  GridPanel
 Grids are an excellent way of showing large amounts of tabular data on the client side. Essentially a supercharged table, GridPanel makes it easy to fetch, sort and filter large amounts of data. More...
 
class  GridPanelBase
 
class  GridPanelDirectEvents
 
class  GridPanelListeners
 
class  GridView
 The grid View class provides extra Ext.grid.Panel specific functionality to the Ext.view.Table. More...
 
class  GridViewDirectEvents
 
class  GridViewListeners
 
class  GroupImageCommand
 
class  GroupImageCommandCollection
 
class  Grouping
 This feature allows to display the grid rows aggregated into groups as specified by the Ext.data.Store.groupers specified on the Store. The group will show the title for the group name and then the appropriate records for the group underneath. The groups can also be expanded and collapsed. More...
 
class  GroupingSummary
 This feature adds an aggregate summary row at the bottom of each group that is provided by the Ext.grid.feature.Grouping feature. There are 2 aspects to the summary: More...
 
class  GroupPaging
 
class  GuidJsonConverter
 
class  HandlerConfig
 
class  HandlerMethods
 
class  HasManyAssociation
 Represents a one-to-many relationship between two models. Usually created indirectly via a model definition: More...
 
class  HasOneAssociation
 Represents a one to one association with another model. The owner model is expected to have a foreign key which references the primary key of the associated model: More...
 
class  HBoxLayoutConfig
 A layout that arranges items horizontally across a Container. This layout optionally divides available horizontal space between child items containing a numeric flex configuration. This layout may also be used to set the heights of child items by configuring it with the align option. More...
 
class  Hidden
 A basic hidden field for storing hidden values in forms that need to be passed in the form submit. More...
 
class  Highlight
 
class  HighlightConfig
 
class  History
 History management component that allows you to register arbitrary tokens that signify application history state on navigation actions. More...
 
class  HistoryDirectEvents
 
class  HistoryListeners
 
class  HoverConfig
 
class  Html
 
class  HtmlEditor
 Provides a lightweight HTML Editor component. Some toolbar features are not supported by Safari and will be automatically hidden when needed. These are noted in the config options where appropriate. More...
 
class  HtmlEditorButtonTip
 
class  HtmlEditorButtonTips
 
class  HtmlEditorDirectEvents
 
class  HtmlEditorListeners
 
class  HtmlStringLiteralControl
 
class  Hyperlink
 Basic hyperlink field. More...
 
class  HyperlinkButton
 Simple HyperlinkButton class More...
 
class  HyperlinkColumn
 The HyperlinkColumn class is useful to render hyperlinks in cells. DataIndex is the source for hyperlinks' text. Pattern is a pattern for text. DataIndexHref is the source for hyperlinks' href. HrefPattern is a pattern for href. Target is a target for hyperlinks. Defaults to "_blank". Renderer and Formatter should not be used for a HyperlinkColumn. More...
 
interface  IAjaxPostBackEventHandler
 
interface  IAlias
 
interface  IAnimate
 This animation class is a mixin.
 
interface  IApply
 
interface  IAutoPostBack
 
interface  IBase
 
interface  IClientConfig
 
interface  IContent
 
interface  IControlBuilder
 
interface  ICustomConfigSerialization
 
interface  IDate
 
interface  IDependencyItems
 
interface  IDynamicUserControl
 
interface  IField
 
interface  IFloating
 A mixin to add floating capability to a Component.
 
interface  IIcon
 
interface  IItems
 
interface  ILayout
 
interface  ILazy
 Marker interface: class can be lazy instantiated More...
 
interface  ILazyItems
 
class  Image
 Basic image field. More...
 
class  ImageBase
 
class  ImageButton
 Simple ImageButton class More...
 
class  ImageCommand
 
class  ImageCommandBase
 
class  ImageCommandCollection
 
class  ImageCommandColumn
 
class  ImageCommandColumnDirectEvents
 
class  ImageCommandColumnListeners
 
class  ImageDirectEvents
 
class  ImageListeners
 
class  ImageSprite
 A sprite that represents an image. More...
 
class  InclusionValidator
 Validates that the given value is present in the configured list More...
 
class  Info
 
class  InfoPanel
 
class  InfoPanelFxConfig
 
class  InfoPanelFxs
 
class  InfoPanelQueue
 
class  InfoPanelQueueDirectEvents
 /summary> More...
 
class  InfoPanelQueueListeners
 /summary> More...
 
class  InitializationScriptNotFoundException
 
class  InitScriptFilter
 
class  InlineEditorDirectEvents
 
class  InlineEditorListeners
 
interface  INoneContentable
 
interface  INoneEditable
 
class  InputFieldsTag
 
class  InputMask
 
class  InsertOrderedDictionary
 
class  IntArrayConverter
 
class  IntArrayJsonConverter
 
class  InteractionsCollection
 
interface  IObservable
 
interface  IProxyContainer
 
interface  IQuotable
 
interface  IResourceManager
 
interface  IScriptable
 
interface  IScriptBuilder
 
interface  IScriptBuilderConfig
 
interface  ISelfRenderingPage
 
class  ISODateTimeJsonConverter
 Converts a DateTime to and from the ISO 8601 date format (e.g. 2008-04-12T12:53Z). More...
 
interface  IStateful
 A mixin for being able to save the state of an object to an underlying Ext.state.Provider.
 
interface  IStore
 
class  ItemCollection
 
class  ItemCollectionEditor
 
class  ItemCollectionJsonConverter
 
class  ItemHighlightInteraction
 The ItemHighlight interaction allows the user to highlight series items in the chart. More...
 
class  ItemInfoInteraction
 The ItemInfo interaction allows displaying detailed information about a series data point in a popup panel. More...
 
class  ItemInfoListeners
 /summary> More...
 
class  ItemsBuilder
 
class  ItemsCollection
 
class  ItemSelector
 A control that allows selection of between two MultiSelect controls. More...
 
class  ItemSelectorButtonArrayConverter
 
class  ItemSelectorButtonsText
 
class  ItemState
 
interface  IToolbarItem
 
interface  IVirtual
 
interface  IXControlBuilder
 
interface  IXObject
 
interface  IXPostBackDataHandler
 
class  JavaScriptMapAttribute
 String to map on JavaScript representation of the enum value. More...
 
class  JFunction
 
class  JFunctionJsonConverter
 
class  JPEGOptions
 
class  JRawValue
 
class  JRawValueJsonConverter
 
class  Js
 JavaScript helper functions. More...
 
class  JSON
 Convenience wrappers for Json.NET More...
 
class  JSONDateTimeJsonConverter
 Converts a DateTime to and from the ISO 8601 date format (e.g. 2008-04-12T12:53) using the server time. Does not adjust for timezone. More...
 
class  JsonObject
 
class  JsonPProxy
 JsonPProxy is useful when you need to load data from a domain other than the one your application is running on. If your application is running on http://domainA.com it cannot use Ajax to load its data from http://domainB.com because cross-domain ajax requests are prohibited by the browser.We can get around this using a JsonPProxy. JsonPProxy injects a <script> tag into the DOM whenever an AJAX request would usually be made. Let's say we want to load data from http://domainB.com/users - the script tag that would be injected might look like this:<script src="http://domainB.com/users?callback=someCallback"></script> When we inject the tag above, the browser makes a request to that url and includes the response as if it was any other type of JavaScript include. By passing a callback in the url above, we're telling domainB's server that we want to be notified when the result comes in and that it should call our callback function with the data it sends back. So long as the server formats the response to look like this, everything will work:someCallback({ users: [ { id: 1, name: "Ed Spencer", email: "ed@sencha.com" } ] }); As soon as the script finishes loading, the 'someCallback' function that we passed in the url is called with the JSON object that the server returned.JsonPProxy takes care of all of this automatically. It formats the url you pass, adding the callback parameter automatically. It even creates a temporary callback function, waits for it to be called and then puts the data into the Proxy making it look just like you loaded it through a normal AjaxProxy. Here's how we might set that up:Ext.regModel('User', { fields: ['id', 'name', 'email'] });var store = new Ext.data.Store({ model: 'User', proxy: { type: 'jsonp', url : 'http://domainB.com/users' } });store.load(); That's all we need to do - JsonPProxy takes care of the rest. In this case the Proxy will have injected a script tag like this:<script src="http://domainB.com/users?callback=stcCallback001" id="stcScript001"></script> CustomizationMost parts of this script tag can be customized using the callbackParam, callbackPrefix and scriptIdPrefix configurations. For example:var store = new Ext.data.Store({ model: 'User', proxy: { type: 'jsonp', url : 'http://domainB.com/users', callbackParam: 'theCallbackFunction', callbackPrefix: 'ABC', scriptIdPrefix: 'injectedScript' } });store.load(); Would inject a script tag like this:<script src="http://domainB.com/users?theCallbackFunction=ABC001" id="injectedScript001"></script> Implementing on the server sideThe remote server side needs to be configured to return data in this format. Here are suggestions for how you might achieve this using ASP.net:ASP.net:String jsonString = "{success: true}"; String cb = Request.Params.Get("callback"); String responseString = ""; if (!String.IsNullOrEmpty(cb)) { responseString = cb + "(" + jsonString + ")"; } else { responseString = jsonString; } Response.Write(responseString);More information is available here: http://en.wikipedia.org/wiki/JSONP More...
 
class  JsonReader
 The JSON Reader is used by a Proxy to read a server response that is sent back in JSON format. This usually happens as a result of loading a Store - for example we might create something like this: More...
 
class  JsonWriter
 Writer that outputs model data in JSON format More...
 
class  Key
 
class  KeyBinding
 The object describing a handling function for a specified key More...
 
class  KeyBindingCollection
 
class  KeyBindItem
 
class  KeyBindItemCollection
 
class  KeyBindItemJsonConverter
 
class  KeyCollection
 
class  KeyMap
 Handles mapping key events to handling functions for an element or a Component. One KeyMap can be used for multiple actions. More...
 
class  KeyNav
 Provides a convenient wrapper for normalized keyboard navigation. KeyNav allows you to bind navigation keys to function calls that will get called when the keys are pressed, providing an easy way to implement custom navigation schemes for any UI component. The following are all of the possible keys that can be implemented: enter, space, left, right, up, down, tab, esc, pageUp, pageDown, del, backspace, home, end. More...
 
class  Label
 Produces a standalone <label > element which can be inserted into a form and be associated with a field in that form using the forId property. More...
 
class  Labelable
 
class  LabelBase
 Produces a standalone <label > element which can be inserted into a form and be associated with a field in that form using the forId property. More...
 
class  Layer
 An extended Ext.Element object that supports a shadow and shim, constrain to viewport and automatic maintaining of shadow/shim positions. More...
 
class  LayerConfig
 
class  LayoutConfig
 The AutoLayout is the default layout manager delegated by Ext.container.Container to render any child Components when no layout is configured into a Container. AutoLayout provides only a passthrough of any layout calls to any child containers. More...
 
class  LayoutConfigCollection
 
class  LayoutConverter
 
class  LazyControlJsonConverter
 
class  LazyObservable
 
class  LegendSpriteMarker
 The marker object representing the LegendSprite's legend entry "bullet". More...
 
class  LegendStore
 The store type used for legend items. More...
 
class  LengthValidator
 Validates that the length of the value is between a min and max. More...
 
class  LicenseException
 Represents errors for unlicensed usage. More...
 
class  Limits
 
class  LimitSprite
 
class  LinearGradient
 
class  LineSeries
 Creates a Line Chart. A Line Chart is a useful visualization technique to display quantitative information for different categories or other real values (as opposed to the bar chart), that can show some progression (or regression) in the dataset. As with all other series, the Line Series must be appended in the series Chart array configuration. More...
 
class  LineSparkLine
 Plots a line graph based upon the input values array. More...
 
class  LinkedScriptTag
 
class  Listener
 
class  ListenerArgumentAttribute
 
class  ListenerCollection
 
class  ListenerConverter
 
class  ListenerJsonConverter
 
class  ListenerPropertyInfo
 
class  ListenersConverter
 
class  ListenerTriplet
 
class  ListFilter
 
class  ListItem
 
class  ListItemCollection
 
class  ListItemCollectionJsonConverter
 
class  ListValidator
 A superclass for inclusion/exclusion validators. More...
 
class  LiveSearchGridPanel
 
class  LiveSearchGridPanelDirectEvents
 
class  LiveSearchGridPanelListeners
 
class  LiveSearchToolbar
 
class  LoadConfig
 
class  LoadMask
 A simple utility class for generically masking elements while loading data. If the element being masked has an underlying Ext.data.Store, the masking will be automatically synchronized with the store's loading process and the mask element will be cached for reuse. For all other elements, this mask will replace the element's UpdateOptions load indicator and will be destroyed after the initial load. More...
 
class  LoadMaskJsonConverter
 
class  LocalStorageProxy
 The LocalStorageProxy uses the new HTML5 localStorage API to save Model data locally on the client browser. HTML5 localStorage is a key-value store (e.g. cannot save complex objects like JSON), so LocalStorageProxy automatically serializes and deserializes data when saving and retrieving it. More...
 
class  Margins
 An object containing margins to apply to the region when in the expanded state. More...
 
class  MarginsJsonConverter
 
class  Mask
 
class  MaskConfig
 A config object containing any or all of the following properties. If this object is not specified the status will be cleared using the defaults. More...
 
class  MaskSymbol
 
class  MaskSymbolCollection
 
class  Menu
 A menu object. This is the container to which you may add menu items. Menus may contain either menu items, or general Components. Menus may also contain docked items because it extends Ext.panel.Panel. To make a contained general Component line up with other menu items, specify plain: true. This reserves a space for an icon, and indents the Component in line with the other menu items. By default, Menus are absolutely positioned, floating Components. By configuring a Menu with floating: false, a Menu may be used as a child of a Container. More...
 
class  MenuBase
 
class  MenuCollection
 
class  MenuCollectionBuilder
 
class  MenuCommand
 
class  MenuCommandCollection
 
class  MenuDirectEvents
 
class  MenuItem
 A base class for all menu items that require menu-related functionality such as click handling, sub-menus, icons, etc. More...
 
class  MenuItemBase
 
class  MenuItemBaseMenuCollectionBuilder
 
class  MenuItemDirectEvents
 
class  MenuItemListeners
 
class  MenuListeners
 
class  MenuPanel
 
class  MenuSeparator
 Adds a separator bar to a menu, used to divide logical groups of menu items. Generally you will add one of these by using "-" in your call to add() or in your items config rather than creating one directly. More...
 
class  MessageBox
 
class  MessageBoxButtonConfig
 
class  MessageBoxButtonsConfig
 
class  MessageBoxButtonTextConfig
 
class  MessageBoxConfig
 
class  MessageBus
 See http://www.openajax.org/member/wiki/OpenAjax_Hub_2.0_Specification http://www.openajax.org/member/wiki/OpenAjax_Hub_2.0_Specification_Topic_Names More...
 
class  MessageBusDirectEvent
 
class  MessageBusDirectEvents
 
class  MessageBusListener
 
class  MessageBusListeners
 
class  MetaAttribute
 
class  MetaConfig
 The server can return metadata in its response, in addition to the record data, that describe attributes of the data set itself or are used to reconfigure the Reader. To pass metadata in the response you simply add a metaData attribute to the root of the response data. The metaData attribute can contain anything, but supports a specific set of properties that are handled by the Reader if they are present: More...
 
class  Model
 A Model represents some object that your application manages. For example, one might define a Model for Users, Products, Cars, or any other real-world object that we want to model in the system. Models are registered via the model manager, and are used by stores, which are in turn used by many of the data-bound components in Ext. More...
 
class  ModelCollection
 
class  ModelField
 Fields are used to define what a Model is. They aren't instantiated directly - instead, when we create a class that extends Ext.data.Model, it will automatically create a Field instance for each field configured in a Model. For example, we might set up a model like this: More...
 
class  ModelFieldCollection
 
class  ModelIdGenerator
 This class is a base for all id generators. It also provides lookup of id generators by their id. More...
 
class  ModelIdGeneratorCollection
 
class  ModelProxy
 Class for model instance manipulation More...
 
class  ModelSerializer
 
class  ModelStateStore
 
class  MonthPicker
 A month picker component. This class is used by the Date picker class to allow browsing and selection of year/months combinations. More...
 
class  MonthPickerDirectEvents
 
class  MonthPickerListeners
 
class  MonthView
 Displays a calendar view by month. This class does not usually need ot be used directly as you can use a CalendarPanel to manage multiple calendar views at once including the month view. More...
 
class  MonthViewBase
 
class  MonthViewDirectEvents
 
class  MonthViewListeners
 
class  MouseDistanceSensor
 
class  MouseDistanceSensorDirectEvents
 
class  MouseDistanceSensorListeners
 
class  MultiCombo
 ComboBox with multi item selection. More...
 
class  MultiSelect
 A control that allows selection and form submission of multiple list items. More...
 
class  MultiSelectBase
 
class  MultiSelectDirectEvents
 
class  MultiSelectionModelDirectEvents
 
class  MultiSelectionModelListeners
 
class  MultiSelectListeners
 
class  MultiSelector
 This component provides a grid holding selected items from a second store of potential members. The store of this component represents the selected items. The "search store" represents the potentially selected items. While this component is a grid and so you can configure columns, it is best to leave that to this class in its initComponent method. That allows this class to create the extra column that allows the user to remove rows. Instead use fieldName and fieldTitle to configure the primary column's dataIndex and column text, respectively. More...
 
class  MultiSelectorSearch
 This component provides a grid holding selected items from a second store of potential members. The store of this component represents the selected items. The "search store" represents the potentially selected items. While this component is a grid and so you can configure columns, it is best to leave that to this class in its initComponent method. That allows this class to create the extra column that allows the user to remove rows. Instead use fieldName and fieldTitle to configure the primary column's dataIndex and column text, respectively. More...
 
class  MvcItem
 
class  NegativeIdGenerator
 This class id generator produces successive negative numbers for id's. That is, -1, -2, * etc.. More...
 
class  NetToPHPDateFormatStringJsonConverter
 
class  NetTypeConverter
 
class  Node
 
class  NodeBinding
 
class  NodeBindingCollection
 
class  NodeCollection
 
class  NodeDirectEvents
 
class  NodeListeners
 
class  NodeLoadEventArgs
 
class  NodeProxy
 Class for node instance manipulation More...
 
class  Notification
 
class  NotificationAlignConfig
 
class  NotificationConfig
 
class  NumberColumn
 A Column definition class which renders a numeric data field according to a format string. More...
 
class  NumberField
 A numeric text field that provides automatic keystroke filtering to disallow non-numeric characters, and numeric validation to limit the value to a range of valid numbers. The range of acceptable number values can be controlled by setting the minValue and maxValue configs, and fractional decimals can be disallowed by setting allowDecimals to false. More...
 
class  NumberFieldBase
 Base class for Numeric field. More...
 
class  NumberFieldDirectEvents
 
class  NumberFieldListeners
 
class  NumberFilter
 Filter type for number columns. More...
 
class  Numeric3DAxis
 A 3D axis to handle numeric values. This axis is used for quantitative data as opposed to the category axis. You can set minimum and maximum values to the axis so that the values are bound to that. If no values are set, then the scale will auto-adjust to the values. More...
 
class  NumericAxis
 An axis to handle numeric values. This axis is used for quantitative data as opposed to the category axis. You can set minimum and maximum values to the axis so that the values are bound to that. If no values are set, then the scale will auto-adjust to the values. More...
 
class  ObjectArrayConverter
 
class  ObjectComparer
 Utility class for comparing objects.
 
class  ObjectHolder
 
class  Observable
 Base class that provides a common interface for publishing events. Subclasses are expected to to have a property "events" with all the events defined, and, optionally, a property "listeners" with configured listeners defined. More...
 
class  ObservableDirectEvent
 
class  ODataProxy
 
class  ODataReader
 
class  Paddings
 
class  PageProxy
 
class  Paging
 
class  PagingToolbar
 As the number of records increases, the time required for the browser to render them increases. Paging is used to reduce the amount of data exchanged with the client. Note: if there are more records/rows than can be viewed in the available screen area, vertical scrollbars will be added. Paging is typically handled on the server side (see exception below). The client sends parameters to the server side, which the server needs to interpret and then respond with the appropriate data. Ext.toolbar.Paging is a specialized toolbar that is bound to a Ext.data.Store and provides automatic paging control. This Component loads blocks of data into the store by passing parameters used for paging criteria. More...
 
class  PagingToolbarDirectEvents
 
class  PagingToolbarListeners
 
class  Panel
 Panel is a container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces. More...
 
class  PanelDirectEvents
 
class  PanelHeader
 Simple header class which is used for on Ext.panel.Panel and Ext.window.Window. More...
 
class  PanelHeaderDirectEvents
 
class  PanelHeaderListeners
 
class  PanelListeners
 
class  PanelTitle
 A basic title component for a Panel Header More...
 
class  PanZoomInteraction
 The PanZoom interaction allows the user to navigate the data for one or more chart axes by panning and/or zooming. Navigation can be limited to particular axes. Zooming is performed by pinching on the chart or axis area; panning is performed by single-touch dragging. For devices which do not support multiple-touch events, zooming can not be done via pinch gestures; in this case the interaction will allow the user to perform both zooming and panning using the same single-touch drag gesture. modeToggleButton provides a button to indicate and toggle between two modes. More...
 
class  Parameter
 
class  ParameterCollection
 
class  PasswordMask
 
class  PathSprite
 A sprite that represents a path. More...
 
class  PDFOptions
 
class  PickerField
 An abstract class for fields that have a single trigger which opens a "picker" popup below the field, e.g. a combobox menu list or a date picker. It provides a base implementation for toggling the picker's visibility when the trigger is clicked, as well as keyboard navigation and some basic events. Sizing and alignment of the picker can be controlled via the matchFieldWidth and pickerAlign/pickerOffset config properties respectively. More...
 
class  PickerFieldDirectEvents
 
class  PickerFieldListeners
 
class  Pie3DSeries
 Creates a 3D Pie Chart. More...
 
class  PieSeries
 Creates a Pie Chart. A Pie Chart is a useful visualization technique to display quantitative information for different categories that also have a meaning as a whole. As with all other series, the Pie Series must be appended in the series Chart array configuration. More...
 
class  PieSparkLine
 Plots a pie chart based upon the input array. More...
 
class  Plugin
 Base Class for all AbstractComponent Plugins. Add plugin to a AbstractComponent using the .Plugins property or <Plugins> node. More...
 
class  PolarChart
 Represent a chart that uses polar coordinates. A polar chart has two axes: an angular axis (which is a circle) and a radial axis (a straight line from the center to the edge of the circle). The angular axis is usually a Category axis while the radial axis is typically numerical. Pie charts and Radar charts are common examples of Polar charts. More...
 
class  PolarSeries
 Common base class for series implementations that plot values using polar coordinates. More...
 
class  Portal
 
class  PortalColumn
 
class  PortalDirectEvents
 
class  PortalListeners
 
class  Portlet
 
class  PositionArrayConverter
 
class  PresenceValidator
 Validates that the passed value is not null or undefined or ''. More...
 
class  Preview
 
class  ProgressBar
 An updateable progress bar component. The progress bar supports two different modes: manual and automatic. In manual mode, you are responsible for showing, updating (via updateProgress) and clearing the progress bar as needed from your own code. This method is most appropriate when you want to show progress throughout an operation that has predictable points of interest at which you can update the control. In automatic mode, you simply call wait and let the progress bar run indefinitely, only clearing it once the operation is complete. You can optionally have the progress bar wait for a specific amount of time and then clear itself. Automatic mode is most appropriate for timed operations or asynchronous operations in which you have no need for indicating intermediate progress. More...
 
class  ProgressBarColumn
 
class  ProgressBarDirectEvents
 
class  ProgressBarListeners
 
class  ProgressBarPager
 
class  ProgressBarWidget
 An updateable progress bar widget. In manual mode, you are responsible for showing, updating (via setValue) and clearing the progress bar as needed from your own code. This method is most appropriate when you want to show progress throughout an operation that has predictable points of interest at which you can update the control. More...
 
class  PropertyGrid
 A specialized grid implementation intended to mimic the traditional property grid as typically seen in development IDEs. Each row in the grid represents a property of some object, and the data is stored as a set of name/value pairs in Properties. More...
 
class  PropertyGridDirectEvents
 
class  PropertyGridListeners
 
class  PropertyGridParameter
 
class  PropertyGridParameterCollection
 
class  ProxyCollection
 
class  ProxyListeners
 
class  Puff
 
class  QTipCfg
 
class  QuickTips
 
class  RadarSeries
 Creates a Radar Chart. A Radar Chart is a useful visualization technique for comparing different quantitative values for a constrained number of categories. As with all other series, the Radar series must be appended in the series Chart array configuration. More...
 
class  RadialGradient
 
class  Radio
 Single radio field. Similar to checkbox, but automatically handles making sure only one radio is checked at a time within a group of radios with the same name. More...
 
class  RadioDirectEvents
 
class  RadioGroup
 A field container which has a specialized layout for arranging Ext.form.field.Radio controls into columns, and provides convenience Ext.form.field.Field methods for getting, setting, and validating the group of radio buttons as a whole. More...
 
class  RadioListeners
 
class  RangeValidator
 Validates that the the value is between a min and max. More...
 
class  RatingColumn
 
class  ReaderCollection
 
class  ReadOnlyDictionary
 
class  RecordModifiedEventArgs
 
class  RecordsToXmlConverter
 
class  RectSprite
 A sprite that represents a rectangle. More...
 
class  RegexJsonConverter
 
class  ReminderCombo
 A custom combo used for choosing a reminder setting for an event. This is pretty much a standard combo that is simply pre-configured for the options needed by the calendar components. More...
 
class  RemoteActionEventArgs
 
class  RemoteAppendEventArgs
 
class  RemoteEditEventArgs
 
class  RemoteMoveEventArgs
 
class  RemoteRemoveEventArgs
 
class  RemoteValidationDirectEvent
 
class  RemoteValidationEventArgs
 
class  Renderer
 
class  RendererConverter
 
class  RendererJsonConverter
 
class  RequestManager
 
class  ResizableDirectEvents
 
class  ResizableListeners
 
class  Resizer
 Applies drag handles to an element or component to make it resizable. The drag handles are inserted into the element (or component's element) and positioned absolute. More...
 
class  ResourceDescriptor
 
class  ResourceHandler
 
class  ResourceItem
 
class  ResourceManager
 
class  ResourceManagerDirectEvents
 
class  ResourceManagerListeners
 
class  ResourcePlaceHolder
 Simple Container Control to allow for custom placement of Scripts and Styles in the <head> of the Page by the ResourceManager. If the Page does not contain a <ext:ResourcePlaceHolder> control, the <script>'s and <style>'s will be added as the first items in the <head>. The ResourcePlaceHolder does not render any HTML to the Page. More...
 
class  ResourcesStrategy
 
class  Response
 
class  ResponseManager
 
class  ResponseRecordsList
 
class  ResponsiveFormula
 
class  ResponsiveFormulas
 
class  ResponsiveRule
 
class  ResponsiveRules
 
class  RestProxy
 RestProxy is a specialization of the AjaxProxy which simply maps the four actions (create, read, update and destroy) to RESTful HTTP verbs. For example, let's set up a Model with an inline RestProxy More...
 
class  RotateInteraction
 The Rotate interaction allows the user to rotate a polar chart about its central point. More...
 
class  RotateInteractionListeners
 /summary> More...
 
class  RowBody
 The rowbody feature enhances the grid's markup to have an additional tr -> td -> div which spans the entire width of the original row. More...
 
class  RowChanges
 
class  RowEditing
 The Ext.grid.plugin.RowEditing plugin injects editing at a row level for a Grid. When editing begins, a small floating dialog will be shown for the appropriate row. Each editable column will show a field for editing. There is a button to save or cancel all changes for the edit. More...
 
class  RowEditingDirectEvents
 
class  RowEditingListeners
 
class  RowEditorDirectEvents
 
class  RowEditorListeners
 
class  RowExpander
 
class  RowExpanderDirectEvents
 
class  RowExpanderListeners
 
class  RowNumbererColumn
 This is a utility class that can be passed into a Ext.grid.column.Column as a column config that provides an automatic row numbering column. More...
 
class  RowSelectionModel
 Implement row based navigation via keyboard. More...
 
class  RowSelectionModelDirectEvents
 
class  RowSelectionModelListeners
 
class  Scale
 
class  ScatterSeries
 Creates a Scatter Chart. The scatter plot is useful when trying to display more than two variables in the same visualization. These variables can be mapped into x, y coordinates and also to an element's radius/size, color, etc. As with all other series, the Scatter Series must be appended in the series Chart array configuration. More...
 
class  ScriptClass
 
class  ScrollableOptionJsonConverter
 The JSON converter for the ScrollableOption enum More...
 
class  SectorSprite
 A sprite that represents a pie slice. More...
 
class  SegmentedButton
 SegmentedButton is a container for a group of Buttons. More...
 
class  SegmentedButtonBase
 
class  SegmentedButtonDirectEvents
 
class  SegmentedButtonListeners
 
class  SelectBox
 Makes a ComboBox more closely mimic an HTML SELECT. Supports clicking and dragging through the list, with item selection occurring when the mouse button is released. When used will automatically set editable to false and call unselectable on inner elements. Re-enabling editable after calling this will NOT work. More...
 
class  SelectedCell
 
class  SelectedCellSerializable
 
class  SelectedColumn
 The class to represent a selected column. Only applicable with SpreadsheetSelectionModel. More...
 
class  SelectedColumnCollection
 
class  SelectedListItem
 
class  SelectedListItemCollection
 
class  SelectedRow
 
class  SelectedRowCollection
 
class  SelectionModelCollection
 
class  SelectionReplicator
 A plugin for use in grids which use the spreadsheet selection model, with extensible configured as true or "y", meaning that the selection may be extended up or down using a draggable extension handle. This plugin propagates values from the selection into the extension area. If just one row is selected, the values in that row are replicated unchanged into the extension area. If more than one row is selected, the two rows closest to the selected block are taken to provide a numeric difference, and that difference is used to calculate the sequence of values all the way into the extension area. More...
 
class  SelfRenderingPage
 
class  SequentialIdGenerator
 This class is a sequential id generator. More...
 
class  SerializationOptions
 
class  Series
 Series is the abstract class containing the common logic to all chart series. Series includes methods from Labels, Highlights, Tips and Callouts mixins. This class implements the logic of handling mouse events, animating, hiding, showing all elements and returning the color of the series to be used as a legend item. More...
 
class  SeriesCollection
 The collection of Series More...
 
class  SeriesListeners
 
class  SeriesSprite
 
class  ServerProxy
 ServerProxy is a superclass of JsonPProxy and AjaxProxy, and would not usually be used directly. More...
 
class  ServiceMessages
 
class  SessionStorageProxy
 Proxy which uses HTML5 session storage as its data storage/retrieval mechanism. If this proxy is used in a browser where session storage is not supported, the constructor will throw an error. A session storage proxy requires a unique ID which is used as a key in which all record data are stored in the session storage object. More...
 
class  ShadowJsonConverter
 
class  Shift
 
class  ShiftConfig
 
class  ShortcutDefaults
 
class  SimpleListener
 
class  SimpleStore
 
class  SimpleToolTip
 
class  SingleItemCollection
 
class  SingleItemCollectionJsonConverter
 
class  SingleItemStateCollection
 
class  SingleStringArrayJsonConverter
 
class  SlideIn
 
class  SlideOut
 
class  Slider
 Slider which supports vertical or horizontal orientation, keyboard adjustments, configurable snapping, axis clicking and animation. Sliders can be created with more than one thumb handle by passing an array of values instead of a single one More...
 
class  SliderBase
 
class  SliderDirectEvents
 
class  SliderListeners
 
class  SliderTip
 Simple plugin for using an Ext.Tip with a slider to show the slider value. More...
 
class  SliderWidget
 A Widget-based implementation of a slider. More...
 
class  SliderWidgetDirectEvents
 
class  SliderWidgetListeners
 
class  SlidingPager
 
class  SortInfo
 A config object in the format: {field: 'fieldName', direction: 'ASC|DESC'}. The direction property is case-sensitive. More...
 
class  SpaceFillingChart
 Creates a chart that fills the entire area of the chart. e.g. Gauge, Treemap More...
 
class  SparklineBase
 The base class for ExtJS SparkLines. SparkLines are small, inline graphs used to visually display small amounts of data. For large datasets, use the chart package. More...
 
class  SpinnerField
 A field with a pair of up/down spinner buttons. This class is not normally instantiated directly, instead it is subclassed and the onSpinUp and onSpinDown methods are implemented to handle when the buttons are clicked. A good example of this is the Ext.form.field.Number field which uses the spinner to increment and decrement the field's value by its step config value. More...
 
class  SpinnerFieldBase
 A field with a pair of up/down spinner buttons. This class is not normally instantiated directly, instead it is subclassed and the onSpinUp and onSpinDown methods are implemented to handle when the buttons are clicked. A good example of this is the Ext.form.field.Number field which uses the spinner to increment and decrement the field's value by its step config value. More...
 
class  SpinnerFieldDirectEvents
 
class  SpinnerFieldListeners
 
class  SplitButton
 A split button that provides a built-in dropdown arrow that can fire an event separately from the default click event of the button. Typically this would be used to display a dropdown menu that provides additional options to the primary button action, but any custom handler can provide the arrowclick implementation. More...
 
class  SplitButtonBase
 
class  SplitButtonDirectEvents
 
class  SplitButtonListeners
 
class  SplitCommand
 
class  Spotlight
 This control allows you to restrict input to a particular element by masking all other page content. More...
 
class  SpreadsheetExtensibleJsonConverter
 The JSON converter for the SpreadsheetExtensible enum More...
 
class  SpreadsheetSelectedData
 The class to represent the SpreadsheetSelectionModel selection More...
 
class  SpreadsheetSelectionModel
 A selection model for grids which allows you to select data in a spreadsheet-like manner. /summary> More...
 
class  SpreadsheetSelectionModelDirectEvents
 The SpreadsheetSelectionModel's DirectEvents More...
 
class  SpreadsheetSelectionModelListeners
 The SpreadsheetSelectionModel's Listeners More...
 
class  Sprite
 
class  SpriteCollection
 
class  SpriteEvents
 A draw container plugin that adds ability to listen to sprite events. More...
 
class  SpriteListeners
 /summary> More...
 
class  StackedCartesianSeries
 Abstract class for all the stacked cartesian series including area series and bar series. More...
 
class  StartupMask
 
class  StatusBar
 Basic status bar component that can be used as the bottom toolbar of any Ext.Panel. More...
 
class  StatusBarClearConfig
 A config object containing any or all of the following properties. If this object is not specified the status will be cleared using the defaults. More...
 
class  StatusBarClearStatusConfig
 A config object containing any or all of the following properties. If this object is not specified the status will be cleared using the defaults. More...
 
class  StatusBarDirectEvents
 
class  StatusBarListeners
 
class  StatusBarStatusConfig
 A config object containing any or all of the following properties. If this object is not specified the status will be cleared using the defaults. More...
 
class  Store
 The Store class encapsulates a client side cache of Record objects which provide input data for Components such as the GridPanel, the ComboBox, or the DataView More...
 
class  StoreBase
 The Store class encapsulates a client side cache of Model objects. Stores load data via a Proxy, and also provide functions for sorting, filtering and querying the model instances contained within it. More...
 
class  StoreCollection
 
class  StoreDataHandler
 
class  StoreDirectEvents
 
class  StoreListeners
 
class  StoreNotFoundException
 
class  StoreParameter
 
class  StoreParameterCollection
 
class  StoreReadDataEventArgs
 
class  StoreRequestParameters
 
class  StoreResponseData
 
class  StoreSubmitDataEventArgs
 
class  StringArrayJsonConverter
 
class  StringFilter
 Filter by a configurable Ext.form.field.Text More...
 
class  SubmitEventArgs
 
class  SubmitHandler
 
class  SubmittedNode
 
class  Summary
 This feature is used to place a summary row at the bottom of the grid. If using a grouping, see Ext.grid.feature.GroupingSummary. There are 2 aspects to calculating the summaries, calculation and rendering. More...
 
class  SwitchOff
 
class  SyncStoreBase
 
class  Tab
 
class  TabBar
 TabBar is used internally by a TabPanel and typically should not need to be created manually. More...
 
class  TabCloseMenu
 Very simple plugin for adding a close context menu to tabs More...
 
class  TabFx
 Applies some animation on an activating tab button More...
 
class  TableLayoutConfig
 This layout allows you to easily render content into an HTML table. The total number of columns can be specified, and rowspan and colspan can be used to create complex layouts within the table. This class is intended to be extended or created via the layout: {type: 'table'} Ext.container.Container-layout config, and should generally not need to be created directly via the new keyword. More...
 
class  TablePanel
 TablePanel is the basis of both TreePanel and GridPanel. More...
 
class  TablePanelDirectEvents
 
class  TablePanelListeners
 
class  TableView
 This class encapsulates the user interface for a tabular data set. It acts as a centralized manager for controlling the various interface elements of the view. This includes handling events, such as row and cell level based DOM events. It also reacts to events from the underlying Ext.selection.Model to provide visual feedback to the user. More...
 
class  TableViewDirectEvents
 
class  TableViewListeners
 
class  TabMenu
 
class  TabPanel
 A basic tab container. TabPanels can be used exactly like a standard Ext.panel.Panel for layout purposes, but also have special support for containing child Components (items) that are managed using a CardLayout layout manager, and displayed as separate tabs. More...
 
class  TabPanelDirectEvents
 Direct events supported in the TabPanel component. More...
 
class  TabPanelListeners
 Listeners supported in the TabPanel component. More...
 
class  Tabs
 
class  TabScrollerMenu
 
class  TabStrip
 A component which renders tabs similar to a TabPanel and can toggle visibility of other items. More...
 
class  TabStripDirectEvents
 
class  TabStripListeners
 
class  Tag
 
class  TagColumn
 
class  TagField
 
class  TagLabel
 
class  TagLabelBase
 
class  TagLabelDirectEvents
 
class  TagLabelListeners
 
class  Tags
 
class  Task
 
class  TaskCollection
 
class  TaskDirectEvents
 
class  TaskListeners
 
class  TaskManager
 Provides the ability to execute one or more arbitrary tasks in a multithreaded manner. More...
 
class  TBarCollectionBuilder
 
class  TemplateColumn
 A Column definition class which renders a value by processing a Model's data using a configured XTemplate. More...
 
class  TextArea
 This class creates a multiline text field, which can be used as a direct replacement for traditional textarea fields. In addition, it supports automatically growing the height of the textarea to fit its content. All of the configuration options from Ext.form.field.Text can be used on TextArea. Some other useful configuration options when using grow are growMin and growMax. These allow you to set the minimum and maximum grow heights for the textarea. Can be used as a direct replacement for traditional textarea <asp:TextBox TextMode='MultiLine'> fields, plus adds support for auto-sizing. More...
 
class  TextBoxConverter
 
class  TextField
 A basic text field. Can be used as a direct replacement for traditional text inputs, or as the base class for more sophisticated input controls (like Ext.form.field.TextArea and Ext.form.field.ComboBox). Has support for empty-field placeholder values (see emptyText). More...
 
class  TextFieldBase
 Base Class for all Text Field Web Controls. More...
 
class  TextFieldDirectEvents
 
class  TextFieldInputMask
 Input masks provide a way for developers to define rules that govern user input. More...
 
class  TextFieldListeners
 
class  TextSprite
 A sprite that represents text. More...
 
class  ThemeAxes
 
class  ThemeCharts
 
class  ThemeSeries
 
class  ThemeSprites
 
class  ThreeStateBoolJsonConverter
 
class  Time3DAxis
 A type of 3D axis whose units are measured in time values. Use this axis for listing dates that you will want to group or dynamically change. If you just want to display dates as categories then use the Category class for axis instead. More...
 
class  TimeAxis
 A type of axis whose units are measured in time values. Use this axis for listing dates that you will want to group or dynamically change. If you just want to display dates as categories then use the Category class for axis instead. More...
 
class  TimeField
 Provides a time input field with a time dropdown and automatic time validation. More...
 
class  TimePicker
 A time picker which provides a list of times from which to choose. This is used by the Ext.form.field.Time class to allow browsing and selection of valid times, but could also be used with other components. By default, all times starting at midnight and incrementing every 15 minutes will be presented. This list of available times can be controlled using the minValue, maxValue, and increment configuration properties. The format of the times presented in the list can be customized with the format config. To handle when the user selects a time from the list, you can subscribe to the selectionchange event. More...
 
class  Tip
 This is the base class for Ext.tip.QuickTip and Ext.tip.ToolTip that provides the basic layout and positioning that all tip-based classes require. This class can be used directly for simple, statically-positioned tips that are displayed programmatically, or it can be extended to provide custom tip implementations. More...
 
class  Toast
 Lightweight, auto-dismissing pop-up notifications called "toasts". More...
 
class  TokenJsonConverter
 
class  TokenSettings
 
class  TokenUtils
 Utility methods for parsing page tokens that are resolved at page render time. More...
 
class  ToLowerCamelCase
 
class  Tool
 This class is used to display small visual icons in the header of a panel. There are a set of 25 icons that can be specified by using the type config. The handler config can be used to provide a function that will respond to any click events. In general, this class will not be instantiated directly, rather it will be created by specifying the Ext.panel.Panel.tools configuration on the Panel itself. More...
 
class  Toolbar
 Basic Toolbar class. Although the defaultType for Toolbar is button, Toolbar elements (child items for the Toolbar container) may be virtually any type of Component. Toolbar elements can be created explicitly via their constructors, or implicitly via their xtypes, and can be added dynamically. More...
 
class  ToolbarBase
 A base class for Tooolbars More...
 
class  ToolbarCollection
 
class  ToolbarCollectionEditor
 
class  ToolbarDirectEvents
 
class  ToolbarDroppable
 Plugin which allows items to be dropped onto a toolbar and be turned into new Toolbar items. To use the plugin, you just need to provide a createItem implementation that takes the drop data as an argument and returns an object that can be placed onto the toolbar. More...
 
class  ToolbarDroppableDirectEvents
 
class  ToolbarDroppableListeners
 
class  ToolbarFill
 A non-rendering placeholder item which instructs the Toolbar's Layout to begin using the right-justified button container. More...
 
class  ToolbarItem
 The base class that other non-interacting Toolbar Item classes should extend in order to get some basic common toolbar item functionality. More...
 
class  ToolbarItemCreateEventArgs
 
class  ToolbarListeners
 
class  ToolbarSeparator
 A simple class that adds a vertical separator bar between toolbar items (css class: 'x-toolbar-separator'). More...
 
class  ToolbarSpacer
 A simple element that adds extra horizontal space between items in a toolbar. By default a 2px wide space is added via CSS specification: More...
 
class  ToolbarTextItem
 A simple class that renders text directly into a toolbar. More...
 
class  ToolDirectEvents
 
class  ToolListeners
 
class  ToolsCollection
 
class  ToolsCollectionBuilder
 
class  ToolTip
 ToolTip is a Ext.tip.Tip implementation that handles the common case of displaying a tooltip when hovering over a certain element or elements on the page. It allows fine-grained control over the tooltip's alignment relative to the target element or mouse, and the timing of when it is automatically shown and hidden. This implementation does not have a built-in method of automatically populating the tooltip's text based on the target element; you must either configure a fixed html value for each ToolTip instance, or implement custom logic (e.g. in a beforeshow event listener) to generate the appropriate tooltip content on the fly. See Ext.tip.QuickTip for a more convenient way of automatically populating and configuring a tooltip based on specific DOM attributes of each target element. More...
 
class  ToolTipBase
 ToolTip is a Ext.tip.Tip implementation that handles the common case of displaying a tooltip when hovering over a certain element or elements on the page. It allows fine-grained control over the tooltip's alignment relative to the target element or mouse, and the timing of when it is automatically shown and hidden. This implementation does not have a built-in method of automatically populating the tooltip's text based on the target element; you must either configure a fixed html value for each ToolTip instance, or implement custom logic (e.g. in a beforeshow event listener) to generate the appropriate tooltip content on the fly. See Ext.tip.QuickTip for a more convenient way of automatically populating and configuring a tooltip based on specific DOM attributes of each target element. More...
 
class  TransformFunction
 A Transform config option for a Reader and a Writer More...
 
class  TransformGrid
 A Grid which creates itself from an existing HTML table element. More...
 
class  TrayClock
 
class  TreeColumn
 Provides indentation and folder structure markup for a Tree taking into account depth and position within the tree hierarchy. More...
 
class  TreeDragZone
 
class  TreeDropZone
 
class  TreeList
 A lightweight component to display data in a simple tree structure using a Ext.Net.TreeStore. More...
 
class  TreeListDirectEvents
 /summary> More...
 
class  TreeListListeners
 /summary> More...
 
class  TreeNodeDirectEvents
 
class  TreeNodeListeners
 
class  TreePanel
 The TreePanel provides tree-structured UI representation of tree-structured data. More...
 
class  TreePanelBase
 
class  TreePanelDirectEvents
 
class  TreePanelListeners
 
class  TreeSelectionModel
 Adds custom behavior for left/right keyboard navigation for use with a tree. Depends on the view having an expand and collapse method which accepts a record. More...
 
class  TreeStore
 The TreeStore is a store implementation that is backed by by an Ext.data.Tree. It provides convenience methods for loading nodes, as well as the ability to use the hierarchical tree structure combined with a store. This class is generally used in conjunction with Ext.tree.Panel. This class also relays many events from the Tree for convenience. More...
 
class  TreeStoreBase
 
class  TreeStoreDirectEvents
 
class  TreeStoreListeners
 
class  TreeSubmitConfig
 
class  TreeView
 
class  TreeViewDragDrop
 This plugin provides drag and/or drop functionality for a TreeView. More...
 
class  TriStateSparkLine
 Plots bars based upon "win"/"draw" or "lose" status of the input values array. Positive values mean a win, zero a draw, and negative a lose. More...
 
class  TypeUtils
 
class  UnitJsonConverter
 
class  UpdateOptions
 
class  UserControlAddedEventArgs
 
class  UserControlLoader
 
class  UserControlRenderer
 
class  UserControlRendererConfig
 
class  UuidIdGenerator
 This class generates UUID's according to RFC 4122. This class has a default id property. This means that a single instance is shared unless the id property is overridden. See http://www.ietf.org/rfc/rfc4122.txt for details. More...
 
class  ValidationStatus
 
class  Validator
 The base class for validators to be used to validate fields in a model. The model will call the validate method, which may be overridden by subclasses. More...
 
class  ValidatorCollection
 
class  VBoxLayoutConfig
 A layout that arranges items vertically down a Container. This layout optionally divides available vertical space between child items containing a numeric flex configuration. This layout may also be used to set the widths of child items by configuring it with the align option. More...
 
class  VerticalMarker
 
class  VerticalMarkerDirectEvents
 
class  VerticalMarkerListeners
 
class  ViewCollection
 
class  ViewItem
 
class  ViewItemCollection
 
class  Viewport
 A specialized container representing the viewable application area (the browser viewport). More...
 
class  ViewportBase
 A specialized container representing the viewable application area (the browser viewport). More...
 
class  WaitConfig
 A config object containing any or all of the following properties. If this object is not specified the status will be cleared using the defaults. More...
 
class  WebConfigUtils
 
class  WebStorageProxy
 WebStorageProxy is simply a superclass for the localStorage and sessionStorage proxies. It uses the new HTML5 key/value client-side storage objects to save model instances for offline use. Proxy throws an client side error if local storage is not supported in the current browser More...
 
class  WeekView
 Displays a calendar view by week. This class does not usually need to be used directly as you can use a CalendarPanel to manage multiple calendar views at once including the week view. More...
 
class  Widget
 Ext.Widget is a light-weight Component that consists of nothing more than a template Element that can be cloned to quickly and efficiently replicate many instances. Ext.Widget is typically not instantiated directly, because the default template is just a single element with no listeners. Instead Ext.Widget should be extended to create Widgets that have a useful markup structure and event listeners. More...
 
class  WidgetColumn
 A widget column is configured with a widget config object which specifies an xtype to indicate which type of Widget or Component belongs in the cells of this column. When a widget cell is rendered, a Widget or Component of the specified type is rendered into that cell. Its defaultBindProperty is set using this column's dataIndex field from the associated record. More...
 
class  WidgetDirectEvents
 /summary> More...
 
class  WidgetListeners
 /summary> More...
 
class  Window
 A specialized panel intended for use as an application window. Windows are floated, resizable, and draggable by default. Windows can be maximized to fill the viewport, restored to their prior size, and can be minimized. More...
 
class  WindowCollection
 
class  WindowDirectEvents
 
class  WindowListeners
 
class  WindowManager
 The default global floating Component group that is available automatically. More...
 
class  WriterCollection
 
class  X
 Ext core utilities and functions. More...
 
class  XController
 Controllers are the glue that binds an application together. All they really do is listen for events (usually from views) and take some action. Here's how we might create a Controller to manage Users: More...
 
class  XControllerBase
 
class  XmlReader
 The XML Reader is used by a Proxy to read a server response that is sent back in XML format. This usually happens as a result of loading a Store - for example we might create something like this:Ext.regModel('User', { fields: ['id', 'name', 'email'] });var store = new Ext.data.Store({ model: 'User', proxy: { type: 'ajax', url : 'users.xml', reader: { type: 'xml', record: 'user' } } }); The example above creates a 'User' model. Models are explained in the Model docs if you're not already familiar with them.We created the simplest type of XML Reader possible by simply telling our Store's Proxy that we want a XML Reader. The Store automatically passes the configured model to the Store, so it is as if we passed this instead:reader: { type : 'xml', model: 'User', record: 'user' } The reader we set up is ready to read data from our server - at the moment it will accept a response like this:<?xml version="1.0" encoding="UTF-8"?> <user> <id>1</id> <name>Ed Spencer</name> <email>ed@se.nosp@m.ncha.nosp@m..com</email> </user> <user> <id>2</id> <name>Abe Elias</name> <email>abe@s.nosp@m.ench.nosp@m.a.com</email> </user> The XML Reader uses the configured record option to pull out the data for each record - in this case we set record to 'user', so each <user> above will be converted into a User model.Reading other XML formatsIf you already have your XML format defined and it doesn't look quite like what we have above, you can usually pass XmlReader a couple of configuration options to make it parse your format. For example, we can use the root configuration to parse data that comes back like this:<?xml version="1.0" encoding="UTF-8"?> <users> <user> <id>1</id> <name>Ed Spencer</name> <email>ed@se.nosp@m.ncha.nosp@m..com</email> </user> <user> <id>2</id> <name>Abe Elias</name> <email>abe@s.nosp@m.ench.nosp@m.a.com</email> </user> </users> To parse this we just pass in a root configuration that matches the 'users' above:reader: { type : 'xml', root : 'users', record: 'user' } Note that XmlReader doesn't care whether your root and record elements are nested deep inside a larger structure, so a response like this will still work:<?xml version="1.0" encoding="UTF-8"?> <deeply> <nested> <xml> <users> <user> <id>1</id> <name>Ed Spencer</name> <email>ed@se.nosp@m.ncha.nosp@m..com</email> </user> <user> <id>2</id> <name>Abe Elias</name> <email>abe@s.nosp@m.ench.nosp@m.a.com</email> </user> </users> </xml> </nested> </deeply> Response metadataThe server can return additional data in its response, such as the total number of records and the success status of the response. These are typically included in the XML response like this:<?xml version="1.0" encoding="UTF-8"?> <total>100</total> <success>true</success> <users> <user> <id>1</id> <name>Ed Spencer</name> <email>ed@se.nosp@m.ncha.nosp@m..com</email> </user> <user> <id>2</id> <name>Abe Elias</name> <email>abe@s.nosp@m.ench.nosp@m.a.com</email> </user> </users> If these properties are present in the XML response they can be parsed out by the XmlReader and used by the Store that loaded it. We can set up the names of these properties by specifying a final pair of configuration options:reader: { type: 'xml', root: 'users', totalProperty : 'total', successProperty: 'success' } These final options are not necessary to make the Reader work, but can be useful when the server needs to report an error or if it needs to indicate that there is a lot of data available of which only a subset is currently being returned.Response formatNote: in order for the browser to parse a returned XML document, the Content-Type header in the HTTP response must be set to "text/xml" or "application/xml". This is very important - the XmlReader will not work correctly otherwise. More...
 
class  XmlWriter
 Writer that outputs model data in XML format More...
 
class  XScript
 
class  XTemplate
 
class  ZoomAxes
 
class  ZoomAxis
 

Enumerations

enum  ScriptPosition { ScriptPosition.BeforeInit, ScriptPosition.AfterInit, ScriptPosition.Auto }
 
enum  ClientProxy { ClientProxy.Default, ClientProxy.Ignore, ClientProxy.Include }
 
enum  AjaxRequestType {
  AjaxRequestType.Event, AjaxRequestType.Bus, AjaxRequestType.Custom, AjaxRequestType.PostBack,
  AjaxRequestType.Static, AjaxRequestType.Public
}
 
enum  ResourceMode { ResourceMode.Style, ResourceMode.Script, ResourceMode.ScriptFiles }
 An enumeration of possible modes for ResourcePlaceHodler. More...
 
enum  ResourceType { ResourceType.ExtJS, ResourceType.ExtNet, ResourceType.Other }
 
enum  DirectEventType { DirectEventType.Submit, DirectEventType.Load }
 
enum  Alignment { Alignment.Right, Alignment.Left, Alignment.Center }
 
enum  AlignRoundingMethod { AlignRoundingMethod.Round, AlignRoundingMethod.Floor, AlignRoundingMethod.Ceil }
 For a BoxLayout: the Math method to use for rounding fractional pixels when align:middle is used. More...
 
enum  AnchorPoint {
  AnchorPoint.TopLeft, AnchorPoint.Top, AnchorPoint.TopRight, AnchorPoint.RightTop,
  AnchorPoint.Right, AnchorPoint.RightBottom, AnchorPoint.Center, AnchorPoint.BottomLeft,
  AnchorPoint.Bottom, AnchorPoint.BottomRight, AnchorPoint.LeftTop, AnchorPoint.Left,
  AnchorPoint.LeftBottom
}
 
enum  AnimationType { AnimationType.Run, AnimationType.Color, AnimationType.Motion, AnimationType.Scroll }
 
enum  ApplyMode { ApplyMode.Always, ApplyMode.IfNotExists }
 
enum  ArrowAlign { ArrowAlign.Right, ArrowAlign.Bottom }
 
enum  BatchUpdateMode { BatchUpdateMode.Complete, BatchUpdateMode.Operation }
 Updating behavior based on batch synchronization More...
 
enum  BoxLabelAlign { BoxLabelAlign.Before, BoxLabelAlign.After }
 The position relative to the checkbox/radio where the boxLabel should appear. More...
 
enum  BoxPack { BoxPack.Start, BoxPack.Center, BoxPack.End }
 Controls how the child items of the container are packed together. More...
 
enum  ButtonScale { ButtonScale.Small, ButtonScale.Medium, ButtonScale.Large }
 The size of the Button More...
 
enum  ButtonsShowMode {
  ButtonsShowMode.Always, ButtonsShowMode.Focus, ButtonsShowMode.MouseOver, ButtonsShowMode.NonBlank,
  ButtonsShowMode.MouseOverNonBlank, ButtonsShowMode.MouseOverOrFocus
}
 
enum  ButtonTextAlign { ButtonTextAlign.Left, ButtonTextAlign.Right, ButtonTextAlign.Center }
 The text alignment for a button (center, left, right). More...
 
enum  CalloutTrigger {
  CalloutTrigger.Auto, CalloutTrigger.Click, CalloutTrigger.Hover, CalloutTrigger.Focus,
  CalloutTrigger.Manual
}
 
enum  CaptionAlign { CaptionAlign.Default, CaptionAlign.Right, CaptionAlign.Left, CaptionAlign.Center }
 Determines right, left or center alignment, with 'Default' to use client-side default value, whatever it is. More...
 
enum  CaptionAlignTo { CaptionAlignTo.Default, CaptionAlignTo.Series, CaptionAlignTo.Chart }
 Whether to align the caption to the 'series' or the 'chart'. More...
 
enum  CaptionDock { CaptionDock.Default, CaptionDock.Bottom, CaptionDock.Top }
 Caption docking position. More...
 
enum  ChartExportType { ChartExportType.SVG, ChartExportType.PNG, ChartExportType.JPEG }
 
enum  ChartMask { ChartMask.None, ChartMask.Box, ChartMask.Horizontal, ChartMask.Vertical }
 
enum  ClickableAction { ClickableAction.Default, ClickableAction.Focus, ClickableAction.Destroy, ClickableAction.Hide }
 Possible actions to take with a clickable element of the page. More...
 
enum  ClientStoreStorage { ClientStoreStorage.Local, ClientStoreStorage.Session, ClientStoreStorage.Default }
 Persistence mechanism the ClientStore will rely on. More...
 
enum  ClientTarget { ClientTarget.Auto, ClientTarget.UpLevel, ClientTarget.DownLevel }
 
enum  CloseAction { CloseAction.Destroy, CloseAction.Hide }
 
enum  CollapseMode { CollapseMode.Default, CollapseMode.Header, CollapseMode.Mini }
 
enum  CollapseTarget { CollapseTarget.Default, CollapseTarget.Prev, CollapseTarget.Next }
 Relative position of the immediate sibling Panel to collapse More...
 
enum  ColorStringFormat {
  ColorStringFormat.Default, ColorStringFormat.lchex6, ColorStringFormat.lchex8, ColorStringFormat.lcrgb,
  ColorStringFormat.lcrgba, ColorStringFormat.sharplchex6, ColorStringFormat.sharplchex8, ColorStringFormat.ucHEX6,
  ColorStringFormat.ucHEX8, ColorStringFormat.ucrgb, ColorStringFormat.ucrgba, ColorStringFormat.sharpucHEX6,
  ColorStringFormat.sharpucHEX8
}
 Format a JS color string is expected. More...
 
enum  ColumnAlign { ColumnAlign.Center, ColumnAlign.Default, ColumnAlign.End, ColumnAlign.Start }
 
enum  PickerAutoPostBackEvent { PickerAutoPostBackEvent.Change, PickerAutoPostBackEvent.Select }
 
enum  ConfigOptionsExtraction { ConfigOptionsExtraction.List, ConfigOptionsExtraction.Reflection }
 
enum  CssPosition { CssPosition.Static, CssPosition.Relative, CssPosition.Absolute, CssPosition.Fixed }
 
enum  DataLoadMode { DataLoadMode.Default, DataLoadMode.Remote, DataLoadMode.Local, DataLoadMode.Single }
 Specifies the mechanism that should be used for data querying. More...
 
enum  DatePickerType { DatePickerType.Date, DatePickerType.Month }
 
enum  DateUnit {
  DateUnit.Day, DateUnit.Hour, DateUnit.Milli, DateUnit.Minute,
  DateUnit.Month, DateUnit.Second, DateUnit.Year
}
 
enum  DefaultRenderTo { DefaultRenderTo.Body, DefaultRenderTo.Form }
 
enum  DefaultValueMode { DefaultValueMode.Ignore, DefaultValueMode.RenderExplicit }
 
enum  DesignMode { DesignMode.Enabled, DesignMode.ActionsOnly, DesignMode.Disabled }
 
enum  Direction {
  Direction.None, Direction.Left, Direction.Right, Direction.Top,
  Direction.Bottom
}
 
enum  Dock {
  Dock.None, Dock.Top, Dock.Bottom, Dock.Left,
  Dock.Right
}
 /summary> More...
 
enum  DominantBaseline {
  DominantBaseline.Auto, DominantBaseline.UseScript, DominantBaseline.NoChange, DominantBaseline.ResetSize,
  DominantBaseline.Alphabetic, DominantBaseline.Hanging, DominantBaseline.Ideographic, DominantBaseline.Mathematical,
  DominantBaseline.Central, DominantBaseline.Middle, DominantBaseline.TextAfterEdge, DominantBaseline.TextBeforeEdge,
  DominantBaseline.Top
}
 CSS3 : The 'dominant-baseline' property is used to determine or re-determine a scaled-baseline-table. More...
 
enum  DropDownMode { DropDownMode.Text, DropDownMode.ValueText }
 
enum  DropPoint { DropPoint.Append, DropPoint.Before, DropPoint.After }
 The point of the drop More...
 
enum  Easing {
  Easing.EaseNone, Easing.Ease, Easing.EaseIn, Easing.EaseOut,
  Easing.EaseInOut, Easing.ElasticIn, Easing.ElasticOut, Easing.BackIn,
  Easing.BackOut, Easing.BounceIn, Easing.BounceOut, Easing.Bezier
}
 
enum  EmptyValue { EmptyValue.None, EmptyValue.Null, EmptyValue.EmptyString }
 Empty value representation More...
 
enum  EventAction { EventAction.None, EventAction.StopEvent, EventAction.StopPropagation, EventAction.PreventDefault }
 
enum  Filterer { Filterer.TopDown, Filterer.BottomUp, Filterer.Default }
 Filterer enum, used by Ext.Net.TreeStore.Filterer config. May be 'TopDown' and 'BottomUp'. 'Default' means it will not be specified so default value is used insted. More...
 
enum  HBoxAlign {
  HBoxAlign.Top, HBoxAlign.Middle, HBoxAlign.Bottom, HBoxAlign.Stretch,
  HBoxAlign.StretchMax
}
 Controls how the child items of the container are aligned More...
 
enum  HideMode { HideMode.Visibility, HideMode.Offsets, HideMode.Display }
 
enum  HtmlEvent {
  HtmlEvent.Abort, HtmlEvent.Blur, HtmlEvent.Change, HtmlEvent.Click,
  HtmlEvent.DoubleClick, HtmlEvent.Error, HtmlEvent.Focus, HtmlEvent.KeyDown,
  HtmlEvent.KeyPress, HtmlEvent.KeyUp, HtmlEvent.Load, HtmlEvent.MouseDown,
  HtmlEvent.MouseMove, HtmlEvent.MouseOut, HtmlEvent.MouseOver, HtmlEvent.MouseUp,
  HtmlEvent.Reset, HtmlEvent.Resize, HtmlEvent.Select, HtmlEvent.Submit,
  HtmlEvent.Unload
}
 
enum  HttpMethod {
  HttpMethod.Default, HttpMethod.GET, HttpMethod.POST, HttpMethod.OPTIONS,
  HttpMethod.HEAD, HttpMethod.PUT, HttpMethod.DELETE, HttpMethod.TRACE,
  HttpMethod.CONNECT
}
 List of HTTP methods (verbs), RFC 2616 More...
 
enum  Icon {
  Icon.None, Icon.Accept, Icon.Add, Icon.Anchor,
  Icon.Application, Icon.ApplicationAdd, Icon.ApplicationCascade, Icon.ApplicationDelete,
  Icon.ApplicationDouble, Icon.ApplicationEdit, Icon.ApplicationError, Icon.ApplicationForm,
  Icon.ApplicationFormAdd, Icon.ApplicationFormDelete, Icon.ApplicationFormEdit, Icon.ApplicationFormMagnify,
  Icon.ApplicationGet, Icon.ApplicationGo, Icon.ApplicationHome, Icon.ApplicationKey,
  Icon.ApplicationLightning, Icon.ApplicationLink, Icon.ApplicationOsx, Icon.ApplicationOsxAdd,
  Icon.ApplicationOsxCascade, Icon.ApplicationOsxDelete, Icon.ApplicationOsxDouble, Icon.ApplicationOsxError,
  Icon.ApplicationOsxGet, Icon.ApplicationOsxGo, Icon.ApplicationOsxHome, Icon.ApplicationOsxKey,
  Icon.ApplicationOsxLightning, Icon.ApplicationOsxLink, Icon.ApplicationOsxSplit, Icon.ApplicationOsxStart,
  Icon.ApplicationOsxStop, Icon.ApplicationOsxTerminal, Icon.ApplicationPut, Icon.ApplicationSideBoxes,
  Icon.ApplicationSideContract, Icon.ApplicationSideExpand, Icon.ApplicationSideList, Icon.ApplicationSideTree,
  Icon.ApplicationSplit, Icon.ApplicationStart, Icon.ApplicationStop, Icon.ApplicationTileHorizontal,
  Icon.ApplicationTileVertical, Icon.ApplicationViewColumns, Icon.ApplicationViewDetail, Icon.ApplicationViewGallery,
  Icon.ApplicationViewIcons, Icon.ApplicationViewList, Icon.ApplicationViewTile, Icon.ApplicationXp,
  Icon.ApplicationXpTerminal, Icon.ArrowBranch, Icon.ArrowDivide, Icon.ArrowDown,
  Icon.ArrowEw, Icon.ArrowIn, Icon.ArrowInout, Icon.ArrowInLonger,
  Icon.ArrowJoin, Icon.ArrowLeft, Icon.ArrowMerge, Icon.ArrowNe,
  Icon.ArrowNs, Icon.ArrowNsew, Icon.ArrowNw, Icon.ArrowNwNeSwSe,
  Icon.ArrowNwSe, Icon.ArrowOut, Icon.ArrowOutLonger, Icon.ArrowRedo,
  Icon.ArrowRefresh, Icon.ArrowRefreshSmall, Icon.ArrowRight, Icon.ArrowRotateAnticlockwise,
  Icon.ArrowRotateClockwise, Icon.ArrowSe, Icon.ArrowSw, Icon.ArrowSwitch,
  Icon.ArrowSwitchBluegreen, Icon.ArrowSwNe, Icon.ArrowTurnLeft, Icon.ArrowTurnRight,
  Icon.ArrowUndo, Icon.ArrowUp, Icon.AsteriskOrange, Icon.AsteriskRed,
  Icon.AsteriskYellow, Icon.Attach, Icon.AwardStarAdd, Icon.AwardStarBronze1,
  Icon.AwardStarBronze2, Icon.AwardStarBronze3, Icon.AwardStarDelete, Icon.AwardStarGold1,
  Icon.AwardStarGold2, Icon.AwardStarGold3, Icon.AwardStarSilver1, Icon.AwardStarSilver2,
  Icon.AwardStarSilver3, Icon.Basket, Icon.BasketAdd, Icon.BasketDelete,
  Icon.BasketEdit, Icon.BasketError, Icon.BasketGo, Icon.BasketPut,
  Icon.BasketRemove, Icon.Bell, Icon.BellAdd, Icon.BellDelete,
  Icon.BellError, Icon.BellGo, Icon.BellLink, Icon.BellSilver,
  Icon.BellSilverStart, Icon.BellSilverStop, Icon.BellStart, Icon.BellStop,
  Icon.Bin, Icon.BinClosed, Icon.BinEmpty, Icon.Blank,
  Icon.Bomb, Icon.Book, Icon.Bookmark, Icon.BookmarkAdd,
  Icon.BookmarkDelete, Icon.BookmarkEdit, Icon.BookmarkError, Icon.BookmarkGo,
  Icon.BookAdd, Icon.BookAddresses, Icon.BookAddressesAdd, Icon.BookAddressesDelete,
  Icon.BookAddressesEdit, Icon.BookAddressesError, Icon.BookAddressesKey, Icon.BookDelete,
  Icon.BookEdit, Icon.BookError, Icon.BookGo, Icon.BookKey,
  Icon.BookLink, Icon.BookMagnify, Icon.BookNext, Icon.BookOpen,
  Icon.BookOpenMark, Icon.BookPrevious, Icon.BookRed, Icon.BookTabs,
  Icon.BorderAll, Icon.BorderBottom, Icon.BorderDraw, Icon.BorderInner,
  Icon.BorderInnerHorizontal, Icon.BorderInnerVertical, Icon.BorderLeft, Icon.BorderNone,
  Icon.BorderOuter, Icon.BorderRight, Icon.BorderTop, Icon.Box,
  Icon.BoxError, Icon.BoxPicture, Icon.BoxWorld, Icon.Brick,
  Icon.Bricks, Icon.BrickAdd, Icon.BrickDelete, Icon.BrickEdit,
  Icon.BrickError, Icon.BrickGo, Icon.BrickLink, Icon.BrickMagnify,
  Icon.Briefcase, Icon.Bug, Icon.BugAdd, Icon.BugDelete,
  Icon.BugEdit, Icon.BugError, Icon.BugFix, Icon.BugGo,
  Icon.BugLink, Icon.BugMagnify, Icon.Build, Icon.Building,
  Icon.BuildingAdd, Icon.BuildingDelete, Icon.BuildingEdit, Icon.BuildingError,
  Icon.BuildingGo, Icon.BuildingKey, Icon.BuildingLink, Icon.BuildCancel,
  Icon.BulletAdd, Icon.BulletArrowBottom, Icon.BulletArrowDown, Icon.BulletArrowTop,
  Icon.BulletArrowUp, Icon.BulletBlack, Icon.BulletBlue, Icon.BulletConnect,
  Icon.BulletCross, Icon.BulletDatabase, Icon.BulletDatabaseYellow, Icon.BulletDelete,
  Icon.BulletDisk, Icon.BulletEarth, Icon.BulletEdit, Icon.BulletEject,
  Icon.BulletError, Icon.BulletFeed, Icon.BulletGet, Icon.BulletGo,
  Icon.BulletGreen, Icon.BulletHome, Icon.BulletKey, Icon.BulletLeft,
  Icon.BulletLightning, Icon.BulletMagnify, Icon.BulletMinus, Icon.BulletOrange,
  Icon.BulletPageWhite, Icon.BulletPicture, Icon.BulletPink, Icon.BulletPlus,
  Icon.BulletPurple, Icon.BulletRed, Icon.BulletRight, Icon.BulletShape,
  Icon.BulletSparkle, Icon.BulletStar, Icon.BulletStart, Icon.BulletStop,
  Icon.BulletStopAlt, Icon.BulletTick, Icon.BulletToggleMinus, Icon.BulletTogglePlus,
  Icon.BulletWhite, Icon.BulletWrench, Icon.BulletWrenchRed, Icon.BulletYellow,
  Icon.Button, Icon.Cake, Icon.CakeOut, Icon.CakeSliced,
  Icon.Calculator, Icon.CalculatorAdd, Icon.CalculatorDelete, Icon.CalculatorEdit,
  Icon.CalculatorError, Icon.CalculatorLink, Icon.Calendar, Icon.CalendarAdd,
  Icon.CalendarDelete, Icon.CalendarEdit, Icon.CalendarLink, Icon.CalendarSelectDay,
  Icon.CalendarSelectNone, Icon.CalendarSelectWeek, Icon.CalendarStar, Icon.CalendarViewDay,
  Icon.CalendarViewMonth, Icon.CalendarViewWeek, Icon.Camera, Icon.CameraAdd,
  Icon.CameraConnect, Icon.CameraDelete, Icon.CameraEdit, Icon.CameraError,
  Icon.CameraGo, Icon.CameraLink, Icon.CameraMagnify, Icon.CameraPicture,
  Icon.CameraSmall, Icon.CameraStart, Icon.CameraStop, Icon.Cancel,
  Icon.Car, Icon.Cart, Icon.CartAdd, Icon.CartDelete,
  Icon.CartEdit, Icon.CartError, Icon.CartFull, Icon.CartGo,
  Icon.CartMagnify, Icon.CartPut, Icon.CartRemove, Icon.CarAdd,
  Icon.CarDelete, Icon.CarError, Icon.CarRed, Icon.CarStart,
  Icon.CarStop, Icon.Cd, Icon.Cdr, Icon.CdrAdd,
  Icon.CdrBurn, Icon.CdrCross, Icon.CdrDelete, Icon.CdrEdit,
  Icon.CdrEject, Icon.CdrError, Icon.CdrGo, Icon.CdrMagnify,
  Icon.CdrPlay, Icon.CdrStart, Icon.CdrStop, Icon.CdrStopAlt,
  Icon.CdrTick, Icon.CdAdd, Icon.CdBurn, Icon.CdDelete,
  Icon.CdEdit, Icon.CdEject, Icon.CdGo, Icon.CdMagnify,
  Icon.CdPlay, Icon.CdStop, Icon.CdStopAlt, Icon.CdTick,
  Icon.ChartBar, Icon.ChartBarAdd, Icon.ChartBarDelete, Icon.ChartBarEdit,
  Icon.ChartBarError, Icon.ChartBarLink, Icon.ChartCurve, Icon.ChartCurveAdd,
  Icon.ChartCurveDelete, Icon.ChartCurveEdit, Icon.ChartCurveError, Icon.ChartCurveGo,
  Icon.ChartCurveLink, Icon.ChartLine, Icon.ChartLineAdd, Icon.ChartLineDelete,
  Icon.ChartLineEdit, Icon.ChartLineError, Icon.ChartLineLink, Icon.ChartOrganisation,
  Icon.ChartOrganisationAdd, Icon.ChartOrganisationDelete, Icon.ChartOrgInverted, Icon.ChartPie,
  Icon.ChartPieAdd, Icon.ChartPieDelete, Icon.ChartPieEdit, Icon.ChartPieError,
  Icon.ChartPieLightning, Icon.ChartPieLink, Icon.CheckError, Icon.Clipboard,
  Icon.Clock, Icon.ClockAdd, Icon.ClockDelete, Icon.ClockEdit,
  Icon.ClockError, Icon.ClockGo, Icon.ClockLink, Icon.ClockPause,
  Icon.ClockPlay, Icon.ClockRed, Icon.ClockStart, Icon.ClockStop,
  Icon.ClockStop2, Icon.Cmy, Icon.Cog, Icon.CogAdd,
  Icon.CogDelete, Icon.CogEdit, Icon.CogError, Icon.CogGo,
  Icon.CogStart, Icon.CogStop, Icon.Coins, Icon.CoinsAdd,
  Icon.CoinsDelete, Icon.Color, Icon.ColorSwatch, Icon.ColorWheel,
  Icon.Comment, Icon.Comments, Icon.CommentsAdd, Icon.CommentsDelete,
  Icon.CommentAdd, Icon.CommentDelete, Icon.CommentDull, Icon.CommentEdit,
  Icon.CommentPlay, Icon.CommentRecord, Icon.Compass, Icon.Compress,
  Icon.Computer, Icon.ComputerAdd, Icon.ComputerConnect, Icon.ComputerDelete,
  Icon.ComputerEdit, Icon.ComputerError, Icon.ComputerGo, Icon.ComputerKey,
  Icon.ComputerLink, Icon.ComputerMagnify, Icon.ComputerOff, Icon.ComputerStart,
  Icon.ComputerStop, Icon.ComputerWrench, Icon.Connect, Icon.Contrast,
  Icon.ContrastDecrease, Icon.ContrastHigh, Icon.ContrastIncrease, Icon.ContrastLow,
  Icon.Controller, Icon.ControllerAdd, Icon.ControllerDelete, Icon.ControllerError,
  Icon.ControlAdd, Icon.ControlAddBlue, Icon.ControlBlank, Icon.ControlBlankBlue,
  Icon.ControlEject, Icon.ControlEjectBlue, Icon.ControlEnd, Icon.ControlEndBlue,
  Icon.ControlEqualizer, Icon.ControlEqualizerBlue, Icon.ControlFastforward, Icon.ControlFastforwardBlue,
  Icon.ControlPause, Icon.ControlPauseBlue, Icon.ControlPlay, Icon.ControlPlayBlue,
  Icon.ControlPower, Icon.ControlPowerBlue, Icon.ControlRecord, Icon.ControlRecordBlue,
  Icon.ControlRemove, Icon.ControlRemoveBlue, Icon.ControlRepeat, Icon.ControlRepeatBlue,
  Icon.ControlRewind, Icon.ControlRewindBlue, Icon.ControlStart, Icon.ControlStartBlue,
  Icon.ControlStop, Icon.ControlStopBlue, Icon.Creditcards, Icon.Cross,
  Icon.Css, Icon.CssAdd, Icon.CssDelete, Icon.CssError,
  Icon.CssGo, Icon.CssValid, Icon.Cup, Icon.CupAdd,
  Icon.CupBlack, Icon.CupDelete, Icon.CupEdit, Icon.CupError,
  Icon.CupGo, Icon.CupGreen, Icon.CupKey, Icon.CupLink,
  Icon.CupTea, Icon.Cursor, Icon.CursorSmall, Icon.Cut,
  Icon.CutRed, Icon.Database, Icon.DatabaseAdd, Icon.DatabaseConnect,
  Icon.DatabaseCopy, Icon.DatabaseDelete, Icon.DatabaseEdit, Icon.DatabaseError,
  Icon.DatabaseGear, Icon.DatabaseGo, Icon.DatabaseKey, Icon.DatabaseLightning,
  Icon.DatabaseLink, Icon.DatabaseRefresh, Icon.DatabaseSave, Icon.DatabaseStart,
  Icon.DatabaseStop, Icon.DatabaseTable, Icon.DatabaseWrench, Icon.DatabaseYellow,
  Icon.DatabaseYellowStart, Icon.DatabaseYellowStop, Icon.Date, Icon.DateAdd,
  Icon.DateDelete, Icon.DateEdit, Icon.DateError, Icon.DateGo,
  Icon.DateLink, Icon.DateMagnify, Icon.DateNext, Icon.DatePrevious,
  Icon.Decline, Icon.Delete, Icon.DeviceStylus, Icon.Disconnect,
  Icon.Disk, Icon.DiskBlack, Icon.DiskBlackError, Icon.DiskBlackMagnify,
  Icon.DiskDownload, Icon.DiskEdit, Icon.DiskError, Icon.DiskMagnify,
  Icon.DiskMultiple, Icon.DiskUpload, Icon.Door, Icon.DoorError,
  Icon.DoorIn, Icon.DoorOpen, Icon.DoorOut, Icon.Drink,
  Icon.DrinkEmpty, Icon.DrinkRed, Icon.Drive, Icon.DriveAdd,
  Icon.DriveBurn, Icon.DriveCd, Icon.DriveCdr, Icon.DriveCdEmpty,
  Icon.DriveDelete, Icon.DriveDisk, Icon.DriveEdit, Icon.DriveError,
  Icon.DriveGo, Icon.DriveKey, Icon.DriveLink, Icon.DriveMagnify,
  Icon.DriveNetwork, Icon.DriveNetworkError, Icon.DriveNetworkStop, Icon.DriveRename,
  Icon.DriveUser, Icon.DriveWeb, Icon.Dvd, Icon.DvdAdd,
  Icon.DvdDelete, Icon.DvdEdit, Icon.DvdError, Icon.DvdGo,
  Icon.DvdKey, Icon.DvdLink, Icon.DvdStart, Icon.DvdStop,
  Icon.EjectBlue, Icon.EjectGreen, Icon.Email, Icon.EmailAdd,
  Icon.EmailAttach, Icon.EmailDelete, Icon.EmailEdit, Icon.EmailError,
  Icon.EmailGo, Icon.EmailLink, Icon.EmailMagnify, Icon.EmailOpen,
  Icon.EmailOpenImage, Icon.EmailStar, Icon.EmailStart, Icon.EmailStop,
  Icon.EmailTransfer, Icon.EmoticonEvilgrin, Icon.EmoticonGrin, Icon.EmoticonHappy,
  Icon.EmoticonSmile, Icon.EmoticonSurprised, Icon.EmoticonTongue, Icon.EmoticonUnhappy,
  Icon.EmoticonWaii, Icon.EmoticonWink, Icon.Erase, Icon.Error,
  Icon.ErrorAdd, Icon.ErrorDelete, Icon.ErrorGo, Icon.Exclamation,
  Icon.Eye, Icon.Eyes, Icon.Feed, Icon.FeedAdd,
  Icon.FeedDelete, Icon.FeedDisk, Icon.FeedEdit, Icon.FeedError,
  Icon.FeedGo, Icon.FeedKey, Icon.FeedLink, Icon.FeedMagnify,
  Icon.FeedStar, Icon.Female, Icon.Film, Icon.FilmAdd,
  Icon.FilmDelete, Icon.FilmEdit, Icon.FilmEject, Icon.FilmError,
  Icon.FilmGo, Icon.FilmKey, Icon.FilmLink, Icon.FilmMagnify,
  Icon.FilmSave, Icon.FilmStar, Icon.FilmStart, Icon.FilmStop,
  Icon.Find, Icon.FingerPoint, Icon.FlagAd, Icon.FlagAe,
  Icon.FlagAf, Icon.FlagAg, Icon.FlagAi, Icon.FlagAl,
  Icon.FlagAm, Icon.FlagAn, Icon.FlagAo, Icon.FlagAr,
  Icon.FlagAs, Icon.FlagAt, Icon.FlagAu, Icon.FlagAw,
  Icon.FlagAx, Icon.FlagAz, Icon.FlagBa, Icon.FlagBb,
  Icon.FlagBd, Icon.FlagBe, Icon.FlagBf, Icon.FlagBg,
  Icon.FlagBh, Icon.FlagBi, Icon.FlagBj, Icon.FlagBlack,
  Icon.FlagBlue, Icon.FlagBm, Icon.FlagBn, Icon.FlagBo,
  Icon.FlagBr, Icon.FlagBs, Icon.FlagBt, Icon.FlagBv,
  Icon.FlagBw, Icon.FlagBy, Icon.FlagBz, Icon.FlagCa,
  Icon.FlagCatalonia, Icon.FlagCc, Icon.FlagCd, Icon.FlagCf,
  Icon.FlagCg, Icon.FlagCh, Icon.FlagChecked, Icon.FlagCi,
  Icon.FlagCk, Icon.FlagCl, Icon.FlagCm, Icon.FlagCn,
  Icon.FlagCo, Icon.FlagCr, Icon.FlagCs, Icon.FlagCu,
  Icon.FlagCv, Icon.FlagCx, Icon.FlagCy, Icon.FlagCz,
  Icon.FlagDe, Icon.FlagDj, Icon.FlagDk, Icon.FlagDm,
  Icon.FlagDo, Icon.FlagDz, Icon.FlagEc, Icon.FlagEe,
  Icon.FlagEg, Icon.FlagEh, Icon.FlagEngland, Icon.FlagEr,
  Icon.FlagEs, Icon.FlagEt, Icon.FlagEuropeanunion, Icon.FlagFam,
  Icon.FlagFi, Icon.FlagFj, Icon.FlagFk, Icon.FlagFm,
  Icon.FlagFo, Icon.FlagFr, Icon.FlagFrance, Icon.FlagGa,
  Icon.FlagGb, Icon.FlagGd, Icon.FlagGe, Icon.FlagGf,
  Icon.FlagGg, Icon.FlagGh, Icon.FlagGi, Icon.FlagGl,
  Icon.FlagGm, Icon.FlagGn, Icon.FlagGp, Icon.FlagGq,
  Icon.FlagGr, Icon.FlagGreen, Icon.FlagGrey, Icon.FlagGs,
  Icon.FlagGt, Icon.FlagGu, Icon.FlagGw, Icon.FlagGy,
  Icon.FlagHk, Icon.FlagHm, Icon.FlagHn, Icon.FlagHr,
  Icon.FlagHt, Icon.FlagHu, Icon.FlagId, Icon.FlagIe,
  Icon.FlagIl, Icon.FlagIn, Icon.FlagIo, Icon.FlagIq,
  Icon.FlagIr, Icon.FlagIs, Icon.FlagIt, Icon.FlagJm,
  Icon.FlagJo, Icon.FlagJp, Icon.FlagKe, Icon.FlagKg,
  Icon.FlagKh, Icon.FlagKi, Icon.FlagKm, Icon.FlagKn,
  Icon.FlagKp, Icon.FlagKr, Icon.FlagKw, Icon.FlagKy,
  Icon.FlagKz, Icon.FlagLa, Icon.FlagLb, Icon.FlagLc,
  Icon.FlagLi, Icon.FlagLk, Icon.FlagLr, Icon.FlagLs,
  Icon.FlagLt, Icon.FlagLu, Icon.FlagLv, Icon.FlagLy,
  Icon.FlagMa, Icon.FlagMc, Icon.FlagMd, Icon.FlagMe,
  Icon.FlagMg, Icon.FlagMh, Icon.FlagMk, Icon.FlagMl,
  Icon.FlagMm, Icon.FlagMn, Icon.FlagMo, Icon.FlagMp,
  Icon.FlagMq, Icon.FlagMr, Icon.FlagMs, Icon.FlagMt,
  Icon.FlagMu, Icon.FlagMv, Icon.FlagMw, Icon.FlagMx,
  Icon.FlagMy, Icon.FlagMz, Icon.FlagNa, Icon.FlagNc,
  Icon.FlagNe, Icon.FlagNf, Icon.FlagNg, Icon.FlagNi,
  Icon.FlagNl, Icon.FlagNo, Icon.FlagNp, Icon.FlagNr,
  Icon.FlagNu, Icon.FlagNz, Icon.FlagOm, Icon.FlagOrange,
  Icon.FlagPa, Icon.FlagPe, Icon.FlagPf, Icon.FlagPg,
  Icon.FlagPh, Icon.FlagPink, Icon.FlagPk, Icon.FlagPl,
  Icon.FlagPm, Icon.FlagPn, Icon.FlagPr, Icon.FlagPs,
  Icon.FlagPt, Icon.FlagPurple, Icon.FlagPw, Icon.FlagPy,
  Icon.FlagQa, Icon.FlagRe, Icon.FlagRed, Icon.FlagRo,
  Icon.FlagRs, Icon.FlagRu, Icon.FlagRw, Icon.FlagSa,
  Icon.FlagSb, Icon.FlagSc, Icon.FlagScotland, Icon.FlagSd,
  Icon.FlagSe, Icon.FlagSg, Icon.FlagSh, Icon.FlagSi,
  Icon.FlagSj, Icon.FlagSk, Icon.FlagSl, Icon.FlagSm,
  Icon.FlagSn, Icon.FlagSo, Icon.FlagSr, Icon.FlagSt,
  Icon.FlagSv, Icon.FlagSy, Icon.FlagSz, Icon.FlagTc,
  Icon.FlagTd, Icon.FlagTf, Icon.FlagTg, Icon.FlagTh,
  Icon.FlagTj, Icon.FlagTk, Icon.FlagTl, Icon.FlagTm,
  Icon.FlagTn, Icon.FlagTo, Icon.FlagTr, Icon.FlagTt,
  Icon.FlagTv, Icon.FlagTw, Icon.FlagTz, Icon.FlagUa,
  Icon.FlagUg, Icon.FlagUm, Icon.FlagUs, Icon.FlagUy,
  Icon.FlagUz, Icon.FlagVa, Icon.FlagVc, Icon.FlagVe,
  Icon.FlagVg, Icon.FlagVi, Icon.FlagVn, Icon.FlagVu,
  Icon.FlagWales, Icon.FlagWf, Icon.FlagWhite, Icon.FlagWs,
  Icon.FlagYe, Icon.FlagYellow, Icon.FlagYt, Icon.FlagZa,
  Icon.FlagZm, Icon.FlagZw, Icon.FlowerDaisy, Icon.Folder,
  Icon.FolderAdd, Icon.FolderBell, Icon.FolderBookmark, Icon.FolderBrick,
  Icon.FolderBug, Icon.FolderCamera, Icon.FolderConnect, Icon.FolderDatabase,
  Icon.FolderDelete, Icon.FolderEdit, Icon.FolderError, Icon.FolderExplore,
  Icon.FolderFeed, Icon.FolderFilm, Icon.FolderFind, Icon.FolderFont,
  Icon.FolderGo, Icon.FolderHeart, Icon.FolderHome, Icon.FolderImage,
  Icon.FolderKey, Icon.FolderLightbulb, Icon.FolderLink, Icon.FolderMagnify,
  Icon.FolderPage, Icon.FolderPageWhite, Icon.FolderPalette, Icon.FolderPicture,
  Icon.FolderStar, Icon.FolderTable, Icon.FolderUp, Icon.FolderUser,
  Icon.FolderWrench, Icon.Font, Icon.FontAdd, Icon.FontColor,
  Icon.FontDelete, Icon.FontGo, Icon.FontLarger, Icon.FontSmaller,
  Icon.ForwardBlue, Icon.ForwardGreen, Icon.Group, Icon.GroupAdd,
  Icon.GroupDelete, Icon.GroupEdit, Icon.GroupError, Icon.GroupGear,
  Icon.GroupGo, Icon.GroupKey, Icon.GroupLink, Icon.Heart,
  Icon.HeartAdd, Icon.HeartBroken, Icon.HeartConnect, Icon.HeartDelete,
  Icon.Help, Icon.Hourglass, Icon.HourglassAdd, Icon.HourglassDelete,
  Icon.HourglassGo, Icon.HourglassLink, Icon.House, Icon.HouseConnect,
  Icon.HouseGo, Icon.HouseKey, Icon.HouseLink, Icon.HouseStar,
  Icon.Html, Icon.HtmlAdd, Icon.HtmlDelete, Icon.HtmlError,
  Icon.HtmlGo, Icon.HtmlValid, Icon.Image, Icon.Images,
  Icon.ImageAdd, Icon.ImageDelete, Icon.ImageEdit, Icon.ImageLink,
  Icon.ImageMagnify, Icon.ImageStar, Icon.Information, Icon.Ipod,
  Icon.IpodCast, Icon.IpodCastAdd, Icon.IpodCastDelete, Icon.IpodConnect,
  Icon.IpodNano, Icon.IpodNanoConnect, Icon.IpodSound, Icon.Joystick,
  Icon.JoystickAdd, Icon.JoystickConnect, Icon.JoystickDelete, Icon.JoystickError,
  Icon.Key, Icon.Keyboard, Icon.KeyboardAdd, Icon.KeyboardConnect,
  Icon.KeyboardDelete, Icon.KeyboardMagnify, Icon.KeyAdd, Icon.KeyDelete,
  Icon.KeyGo, Icon.KeyStart, Icon.KeyStop, Icon.Laptop,
  Icon.LaptopAdd, Icon.LaptopConnect, Icon.LaptopDelete, Icon.LaptopDisk,
  Icon.LaptopEdit, Icon.LaptopError, Icon.LaptopGo, Icon.LaptopKey,
  Icon.LaptopLink, Icon.LaptopMagnify, Icon.LaptopStart, Icon.LaptopStop,
  Icon.LaptopWrench, Icon.Layers, Icon.Layout, Icon.LayoutAdd,
  Icon.LayoutContent, Icon.LayoutDelete, Icon.LayoutEdit, Icon.LayoutError,
  Icon.LayoutHeader, Icon.LayoutKey, Icon.LayoutLightning, Icon.LayoutLink,
  Icon.LayoutSidebar, Icon.Lightbulb, Icon.LightbulbAdd, Icon.LightbulbDelete,
  Icon.LightbulbOff, Icon.Lightning, Icon.LightningAdd, Icon.LightningDelete,
  Icon.LightningGo, Icon.Link, Icon.LinkAdd, Icon.LinkBreak,
  Icon.LinkDelete, Icon.LinkEdit, Icon.LinkError, Icon.LinkGo,
  Icon.Lock, Icon.LockAdd, Icon.LockBreak, Icon.LockDelete,
  Icon.LockEdit, Icon.LockGo, Icon.LockKey, Icon.LockOpen,
  Icon.LockStart, Icon.LockStop, Icon.Lorry, Icon.LorryAdd,
  Icon.LorryDelete, Icon.LorryError, Icon.LorryFlatbed, Icon.LorryGo,
  Icon.LorryLink, Icon.LorryStart, Icon.LorryStop, Icon.MagifierZoomOut,
  Icon.Magnifier, Icon.MagnifierZoomIn, Icon.Mail, Icon.Male,
  Icon.Map, Icon.MapAdd, Icon.MapClipboard, Icon.MapCursor,
  Icon.MapDelete, Icon.MapEdit, Icon.MapError, Icon.MapGo,
  Icon.MapLink, Icon.MapMagnify, Icon.MapStart, Icon.MapStop,
  Icon.MedalBronze1, Icon.MedalBronze2, Icon.MedalBronze3, Icon.MedalBronzeAdd,
  Icon.MedalBronzeDelete, Icon.MedalGold1, Icon.MedalGold2, Icon.MedalGold3,
  Icon.MedalGoldAdd, Icon.MedalGoldDelete, Icon.MedalSilver1, Icon.MedalSilver2,
  Icon.MedalSilver3, Icon.MedalSilverAdd, Icon.MedalSilverDelete, Icon.Money,
  Icon.MoneyAdd, Icon.MoneyDelete, Icon.MoneyDollar, Icon.MoneyEuro,
  Icon.MoneyPound, Icon.MoneyYen, Icon.Monitor, Icon.MonitorAdd,
  Icon.MonitorDelete, Icon.MonitorEdit, Icon.MonitorError, Icon.MonitorGo,
  Icon.MonitorKey, Icon.MonitorLightning, Icon.MonitorLink, Icon.MoonFull,
  Icon.Mouse, Icon.MouseAdd, Icon.MouseDelete, Icon.MouseError,
  Icon.Music, Icon.MusicNote, Icon.Neighbourhood, Icon.New,
  Icon.Newspaper, Icon.NewspaperAdd, Icon.NewspaperDelete, Icon.NewspaperGo,
  Icon.NewspaperLink, Icon.NewBlue, Icon.NewRed, Icon.NextBlue,
  Icon.NextGreen, Icon.Note, Icon.NoteAdd, Icon.NoteDelete,
  Icon.NoteEdit, Icon.NoteError, Icon.NoteGo, Icon.Outline,
  Icon.Overlays, Icon.Package, Icon.PackageAdd, Icon.PackageDelete,
  Icon.PackageDown, Icon.PackageGo, Icon.PackageGreen, Icon.PackageIn,
  Icon.PackageLink, Icon.PackageSe, Icon.PackageStart, Icon.PackageStop,
  Icon.PackageWhite, Icon.Page, Icon.PageAdd, Icon.PageAttach,
  Icon.PageBack, Icon.PageBreak, Icon.PageBreakInsert, Icon.PageCancel,
  Icon.PageCode, Icon.PageCopy, Icon.PageDelete, Icon.PageEdit,
  Icon.PageError, Icon.PageExcel, Icon.PageFind, Icon.PageForward,
  Icon.PageGear, Icon.PageGo, Icon.PageGreen, Icon.PageHeaderFooter,
  Icon.PageKey, Icon.PageLandscape, Icon.PageLandscapeShot, Icon.PageLightning,
  Icon.PageLink, Icon.PageMagnify, Icon.PagePaintbrush, Icon.PagePaste,
  Icon.PagePortrait, Icon.PagePortraitShot, Icon.PageRed, Icon.PageRefresh,
  Icon.PageSave, Icon.PageWhite, Icon.PageWhiteAcrobat, Icon.PageWhiteActionscript,
  Icon.PageWhiteAdd, Icon.PageWhiteBreak, Icon.PageWhiteC, Icon.PageWhiteCamera,
  Icon.PageWhiteCd, Icon.PageWhiteCdr, Icon.PageWhiteCode, Icon.PageWhiteCodeRed,
  Icon.PageWhiteColdfusion, Icon.PageWhiteCompressed, Icon.PageWhiteConnect, Icon.PageWhiteCopy,
  Icon.PageWhiteCplusplus, Icon.PageWhiteCsharp, Icon.PageWhiteCup, Icon.PageWhiteDatabase,
  Icon.PageWhiteDatabaseYellow, Icon.PageWhiteDelete, Icon.PageWhiteDvd, Icon.PageWhiteEdit,
  Icon.PageWhiteError, Icon.PageWhiteExcel, Icon.PageWhiteFind, Icon.PageWhiteFlash,
  Icon.PageWhiteFont, Icon.PageWhiteFreehand, Icon.PageWhiteGear, Icon.PageWhiteGet,
  Icon.PageWhiteGo, Icon.PageWhiteH, Icon.PageWhiteHorizontal, Icon.PageWhiteKey,
  Icon.PageWhiteLightning, Icon.PageWhiteLink, Icon.PageWhiteMagnify, Icon.PageWhiteMedal,
  Icon.PageWhiteOffice, Icon.PageWhitePaint, Icon.PageWhitePaintbrush, Icon.PageWhitePaint2,
  Icon.PageWhitePaste, Icon.PageWhitePasteTable, Icon.PageWhitePhp, Icon.PageWhitePicture,
  Icon.PageWhitePowerpoint, Icon.PageWhitePut, Icon.PageWhiteRefresh, Icon.PageWhiteRuby,
  Icon.PageWhiteSideBySide, Icon.PageWhiteStack, Icon.PageWhiteStar, Icon.PageWhiteSwoosh,
  Icon.PageWhiteText, Icon.PageWhiteTextWidth, Icon.PageWhiteTux, Icon.PageWhiteVector,
  Icon.PageWhiteVisualstudio, Icon.PageWhiteWidth, Icon.PageWhiteWord, Icon.PageWhiteWorld,
  Icon.PageWhiteWrench, Icon.PageWhiteZip, Icon.PageWord, Icon.PageWorld,
  Icon.Paint, Icon.Paintbrush, Icon.PaintbrushColor, Icon.Paintcan,
  Icon.PaintcanRed, Icon.PaintCanBrush, Icon.Palette, Icon.PastePlain,
  Icon.PasteWord, Icon.PauseBlue, Icon.PauseGreen, Icon.PauseRecord,
  Icon.Pencil, Icon.PencilAdd, Icon.PencilDelete, Icon.PencilGo,
  Icon.Phone, Icon.PhoneAdd, Icon.PhoneDelete, Icon.PhoneEdit,
  Icon.PhoneError, Icon.PhoneGo, Icon.PhoneKey, Icon.PhoneLink,
  Icon.PhoneSound, Icon.PhoneStart, Icon.PhoneStop, Icon.Photo,
  Icon.Photos, Icon.PhotoAdd, Icon.PhotoDelete, Icon.PhotoEdit,
  Icon.PhotoLink, Icon.PhotoPaint, Icon.Picture, Icon.Pictures,
  Icon.PicturesThumbs, Icon.PictureAdd, Icon.PictureClipboard, Icon.PictureDelete,
  Icon.PictureEdit, Icon.PictureEmpty, Icon.PictureError, Icon.PictureGo,
  Icon.PictureKey, Icon.PictureLink, Icon.PictureSave, Icon.Pilcrow,
  Icon.Pill, Icon.PillAdd, Icon.PillDelete, Icon.PillError,
  Icon.PillGo, Icon.PlayBlue, Icon.PlayGreen, Icon.Plugin,
  Icon.PluginAdd, Icon.PluginDelete, Icon.PluginDisabled, Icon.PluginEdit,
  Icon.PluginError, Icon.PluginGo, Icon.PluginKey, Icon.PluginLink,
  Icon.PreviousGreen, Icon.Printer, Icon.PrinterAdd, Icon.PrinterCancel,
  Icon.PrinterColor, Icon.PrinterConnect, Icon.PrinterDelete, Icon.PrinterEmpty,
  Icon.PrinterError, Icon.PrinterGo, Icon.PrinterKey, Icon.PrinterMono,
  Icon.PrinterStart, Icon.PrinterStop, Icon.Rainbow, Icon.RainbowStar,
  Icon.RecordBlue, Icon.RecordGreen, Icon.RecordRed, Icon.Reload,
  Icon.Report, Icon.ReportAdd, Icon.ReportDelete, Icon.ReportDisk,
  Icon.ReportEdit, Icon.ReportGo, Icon.ReportKey, Icon.ReportLink,
  Icon.ReportMagnify, Icon.ReportPicture, Icon.ReportStart, Icon.ReportStop,
  Icon.ReportUser, Icon.ReportWord, Icon.ResultsetFirst, Icon.ResultsetLast,
  Icon.ResultsetNext, Icon.ResultsetPrevious, Icon.ReverseBlue, Icon.ReverseGreen,
  Icon.RewindBlue, Icon.RewindGreen, Icon.Rgb, Icon.Rosette,
  Icon.RosetteBlue, Icon.Rss, Icon.RssAdd, Icon.RssDelete,
  Icon.RssError, Icon.RssGo, Icon.RssValid, Icon.Ruby,
  Icon.RubyAdd, Icon.RubyDelete, Icon.RubyGear, Icon.RubyGet,
  Icon.RubyGo, Icon.RubyKey, Icon.RubyLink, Icon.RubyPut,
  Icon.Script, Icon.ScriptAdd, Icon.ScriptCode, Icon.ScriptCodeRed,
  Icon.ScriptDelete, Icon.ScriptEdit, Icon.ScriptError, Icon.ScriptGear,
  Icon.ScriptGo, Icon.ScriptKey, Icon.ScriptLightning, Icon.ScriptLink,
  Icon.ScriptPalette, Icon.ScriptSave, Icon.ScriptStart, Icon.ScriptStop,
  Icon.Seasons, Icon.SectionCollapsed, Icon.SectionExpanded, Icon.Server,
  Icon.ServerAdd, Icon.ServerChart, Icon.ServerCompressed, Icon.ServerConnect,
  Icon.ServerDatabase, Icon.ServerDelete, Icon.ServerEdit, Icon.ServerError,
  Icon.ServerGo, Icon.ServerKey, Icon.ServerLightning, Icon.ServerLink,
  Icon.ServerStart, Icon.ServerStop, Icon.ServerUncompressed, Icon.ServerWrench,
  Icon.Shading, Icon.ShapesMany, Icon.ShapesManySelect, Icon.Shape3d,
  Icon.ShapeAlignBottom, Icon.ShapeAlignCenter, Icon.ShapeAlignLeft, Icon.ShapeAlignMiddle,
  Icon.ShapeAlignRight, Icon.ShapeAlignTop, Icon.ShapeFlipHorizontal, Icon.ShapeFlipVertical,
  Icon.ShapeGroup, Icon.ShapeHandles, Icon.ShapeMoveBack, Icon.ShapeMoveBackwards,
  Icon.ShapeMoveForwards, Icon.ShapeMoveFront, Icon.ShapeRotateAnticlockwise, Icon.ShapeRotateClockwise,
  Icon.ShapeShadeA, Icon.ShapeShadeB, Icon.ShapeShadeC, Icon.ShapeShadow,
  Icon.ShapeShadowToggle, Icon.ShapeSquare, Icon.ShapeSquareAdd, Icon.ShapeSquareDelete,
  Icon.ShapeSquareEdit, Icon.ShapeSquareError, Icon.ShapeSquareGo, Icon.ShapeSquareKey,
  Icon.ShapeSquareLink, Icon.ShapeSquareSelect, Icon.ShapeUngroup, Icon.Share,
  Icon.Shield, Icon.ShieldAdd, Icon.ShieldDelete, Icon.ShieldError,
  Icon.ShieldGo, Icon.ShieldRainbow, Icon.ShieldSilver, Icon.ShieldStart,
  Icon.ShieldStop, Icon.Sitemap, Icon.SitemapColor, Icon.Smartphone,
  Icon.SmartphoneAdd, Icon.SmartphoneConnect, Icon.SmartphoneDelete, Icon.SmartphoneDisk,
  Icon.SmartphoneEdit, Icon.SmartphoneError, Icon.SmartphoneGo, Icon.SmartphoneKey,
  Icon.SmartphoneWrench, Icon.SortAscending, Icon.SortDescending, Icon.Sound,
  Icon.SoundAdd, Icon.SoundDelete, Icon.SoundHigh, Icon.SoundIn,
  Icon.SoundLow, Icon.SoundMute, Icon.SoundNone, Icon.SoundOut,
  Icon.Spellcheck, Icon.Sport8ball, Icon.SportBasketball, Icon.SportFootball,
  Icon.SportGolf, Icon.SportGolfPractice, Icon.SportRaquet, Icon.SportShuttlecock,
  Icon.SportSoccer, Icon.SportTennis, Icon.Star, Icon.StarBronze,
  Icon.StarBronzeHalfGrey, Icon.StarGold, Icon.StarGoldHalfGrey, Icon.StarGoldHalfSilver,
  Icon.StarGrey, Icon.StarHalfGrey, Icon.StarSilver, Icon.StatusAway,
  Icon.StatusBeRightBack, Icon.StatusBusy, Icon.StatusInvisible, Icon.StatusOffline,
  Icon.StatusOnline, Icon.Stop, Icon.StopBlue, Icon.StopGreen,
  Icon.StopRed, Icon.Style, Icon.StyleAdd, Icon.StyleDelete,
  Icon.StyleEdit, Icon.StyleGo, Icon.Sum, Icon.Tab,
  Icon.Table, Icon.TableAdd, Icon.TableCell, Icon.TableColumn,
  Icon.TableColumnAdd, Icon.TableColumnDelete, Icon.TableConnect, Icon.TableDelete,
  Icon.TableEdit, Icon.TableError, Icon.TableGear, Icon.TableGo,
  Icon.TableKey, Icon.TableLightning, Icon.TableLink, Icon.TableMultiple,
  Icon.TableRefresh, Icon.TableRelationship, Icon.TableRow, Icon.TableRowDelete,
  Icon.TableRowInsert, Icon.TableSave, Icon.TableSort, Icon.TabAdd,
  Icon.TabBlue, Icon.TabDelete, Icon.TabEdit, Icon.TabGo,
  Icon.TabGreen, Icon.TabRed, Icon.Tag, Icon.TagsGrey,
  Icon.TagsRed, Icon.TagBlue, Icon.TagBlueAdd, Icon.TagBlueDelete,
  Icon.TagBlueEdit, Icon.TagGreen, Icon.TagOrange, Icon.TagPink,
  Icon.TagPurple, Icon.TagRed, Icon.TagYellow, Icon.Telephone,
  Icon.TelephoneAdd, Icon.TelephoneDelete, Icon.TelephoneEdit, Icon.TelephoneError,
  Icon.TelephoneGo, Icon.TelephoneKey, Icon.TelephoneLink, Icon.TelephoneRed,
  Icon.Television, Icon.TelevisionAdd, Icon.TelevisionDelete, Icon.TelevisionIn,
  Icon.TelevisionOff, Icon.TelevisionOut, Icon.TelevisionStar, Icon.Textfield,
  Icon.TextfieldAdd, Icon.TextfieldDelete, Icon.TextfieldKey, Icon.TextfieldRename,
  Icon.TextAb, Icon.TextAlignCenter, Icon.TextAlignJustify, Icon.TextAlignLeft,
  Icon.TextAlignRight, Icon.TextAllcaps, Icon.TextBold, Icon.TextColumns,
  Icon.TextComplete, Icon.TextDirection, Icon.TextDoubleUnderline, Icon.TextDropcaps,
  Icon.TextFit, Icon.TextFlip, Icon.TextFontDefault, Icon.TextHeading1,
  Icon.TextHeading2, Icon.TextHeading3, Icon.TextHeading4, Icon.TextHeading5,
  Icon.TextHeading6, Icon.TextHorizontalrule, Icon.TextIndent, Icon.TextIndentRemove,
  Icon.TextInverse, Icon.TextItalic, Icon.TextKerning, Icon.TextLeftToRight,
  Icon.TextLetterspacing, Icon.TextLetterOmega, Icon.TextLinespacing, Icon.TextListBullets,
  Icon.TextListNumbers, Icon.TextLowercase, Icon.TextLowercaseA, Icon.TextMirror,
  Icon.TextPaddingBottom, Icon.TextPaddingLeft, Icon.TextPaddingRight, Icon.TextPaddingTop,
  Icon.TextReplace, Icon.TextRightToLeft, Icon.TextRotate0, Icon.TextRotate180,
  Icon.TextRotate270, Icon.TextRotate90, Icon.TextRuler, Icon.TextShading,
  Icon.TextSignature, Icon.TextSmallcaps, Icon.TextSpelling, Icon.TextStrikethrough,
  Icon.TextSubscript, Icon.TextSuperscript, Icon.TextTab, Icon.TextUnderline,
  Icon.TextUppercase, Icon.Theme, Icon.ThumbDown, Icon.ThumbUp,
  Icon.Tick, Icon.Time, Icon.TimelineMarker, Icon.TimeAdd,
  Icon.TimeDelete, Icon.TimeGo, Icon.TimeGreen, Icon.TimeRed,
  Icon.Transmit, Icon.TransmitAdd, Icon.TransmitBlue, Icon.TransmitDelete,
  Icon.TransmitEdit, Icon.TransmitError, Icon.TransmitGo, Icon.TransmitRed,
  Icon.Tux, Icon.User, Icon.UserAdd, Icon.UserAlert,
  Icon.UserB, Icon.UserBrown, Icon.UserComment, Icon.UserComment2,
  Icon.UserCross, Icon.UserDelete, Icon.UserEarth, Icon.UserEdit,
  Icon.UserFemale, Icon.UserGo, Icon.UserGray, Icon.UserGrayCool,
  Icon.UserGreen, Icon.UserHome, Icon.UserKey, Icon.UserMagnify,
  Icon.UserMature, Icon.UserOrange, Icon.UserRed, Icon.UserStar,
  Icon.UserSuit, Icon.UserSuitBlack, Icon.UserTick, Icon.Vcard,
  Icon.VcardAdd, Icon.VcardDelete, Icon.VcardEdit, Icon.VcardKey,
  Icon.Vector, Icon.VectorAdd, Icon.VectorDelete, Icon.VectorKey,
  Icon.Wand, Icon.WeatherCloud, Icon.WeatherClouds, Icon.WeatherCloudy,
  Icon.WeatherCloudyRain, Icon.WeatherLightning, Icon.WeatherRain, Icon.WeatherSnow,
  Icon.WeatherSun, Icon.Webcam, Icon.WebcamAdd, Icon.WebcamConnect,
  Icon.WebcamDelete, Icon.WebcamError, Icon.WebcamStart, Icon.WebcamStop,
  Icon.World, Icon.WorldAdd, Icon.WorldConnect, Icon.WorldDawn,
  Icon.WorldDelete, Icon.WorldEdit, Icon.WorldGo, Icon.WorldKey,
  Icon.WorldLink, Icon.WorldNight, Icon.WorldOrbit, Icon.Wrench,
  Icon.WrenchOrange, Icon.Xhtml, Icon.XhtmlAdd, Icon.XhtmlDelete,
  Icon.XhtmlError, Icon.XhtmlGo, Icon.XhtmlValid, Icon.Zoom,
  Icon.ZoomIn, Icon.ZoomOut
}
 
enum  IconAlign { IconAlign.Top, IconAlign.Right, IconAlign.Bottom, IconAlign.Left }
 
enum  IDMode {
  IDMode.Inherit, IDMode.Legacy, IDMode.Static, IDMode.Ignore,
  IDMode.Explicit, IDMode.Client, IDMode.Predictable, IDMode.Parent
}
 
enum  ImageLocationType { ImageLocationType.File, ImageLocationType.Embedded }
 
enum  InitScriptMode { InitScriptMode.Inline, InitScriptMode.Linked }
 
enum  InitValueValidation { InitValueValidation.Valid, InitValueValidation.Invalid, InitValueValidation.Validate }
 Defines behaviour of field remote validation for init value More...
 
enum  InputType {
  InputType.Text, InputType.Password, InputType.Checkbox, InputType.Radio,
  InputType.Image, InputType.Reset, InputType.Button, InputType.Hidden,
  InputType.File, InputType.Color, InputType.Date, InputType.DateTime,
  InputType.Email, InputType.Number, InputType.Range, InputType.Search,
  InputType.Tel, InputType.Time, InputType.Url, InputType.Month,
  InputType.Week
}
 
enum  InsertPosition {
  InsertPosition.BeforeBegin, InsertPosition.AfterBegin, InsertPosition.BeforeEnd, InsertPosition.AfterEnd,
  InsertPosition.Before, InsertPosition.After
}
 
enum  JsonMode {
  JsonMode.Array, JsonMode.AlwaysArray, JsonMode.ArrayToObject, JsonMode.Custom,
  JsonMode.Ignore, JsonMode.Object, JsonMode.ObjectAllowEmpty, JsonMode.Raw,
  JsonMode.ToLower, JsonMode.ToCamelLower, JsonMode.UnrollCollection, JsonMode.UnrollObject,
  JsonMode.Reflection, JsonMode.Value, JsonMode.ClientConfigSerialize, JsonMode.ToString,
  JsonMode.ToClientID, JsonMode.Url, JsonMode.Serialize, JsonMode.ReflectionToCamel
}
 
enum  KeyCode {
  KeyCode.None = 0, KeyCode.BACKSPACE = 8, KeyCode.TAB = 9, KeyCode.NUM_CENTER = 12,
  KeyCode.ENTER = 13, KeyCode.RETURN = 13, KeyCode.SHIFT = 16, KeyCode.CTRL = 17,
  KeyCode.CONTROL = 17, KeyCode.ALT = 18, KeyCode.PAUSE = 19, KeyCode.CAPS_LOCK = 20,
  KeyCode.ESC = 27, KeyCode.SPACE = 32, KeyCode.PAGE_UP = 33, KeyCode.PAGEUP = 33,
  KeyCode.PAGE_DOWN = 34, KeyCode.PAGEDOWN = 34, KeyCode.END = 35, KeyCode.HOME = 36,
  KeyCode.LEFT = 37, KeyCode.UP = 38, KeyCode.RIGHT = 39, KeyCode.DOWN = 40,
  KeyCode.PRINT_SCREEN = 44, KeyCode.INSERT = 45, KeyCode.DELETE = 46, KeyCode.ZERO = 48,
  KeyCode.ONE = 49, KeyCode.TWO = 50, KeyCode.THREE = 51, KeyCode.FOUR = 52,
  KeyCode.FIVE = 53, KeyCode.SIX = 54, KeyCode.SEVEN = 55, KeyCode.EIGHT = 56,
  KeyCode.NINE = 57, KeyCode.A = 65, KeyCode.B = 66, KeyCode.C = 67,
  KeyCode.D = 68, KeyCode.E = 69, KeyCode.F = 70, KeyCode.G = 71,
  KeyCode.H = 72, KeyCode.I = 73, KeyCode.J = 74, KeyCode.K = 75,
  KeyCode.L = 76, KeyCode.M = 77, KeyCode.N = 78, KeyCode.O = 79,
  KeyCode.P = 80, KeyCode.Q = 81, KeyCode.R = 82, KeyCode.S = 83,
  KeyCode.T = 84, KeyCode.U = 85, KeyCode.V = 86, KeyCode.W = 87,
  KeyCode.X = 88, KeyCode.Y = 89, KeyCode.Z = 90, KeyCode.CONTEXT_MENU = 93,
  KeyCode.NUM_ZERO = 96, KeyCode.NUM_ONE = 97, KeyCode.NUM_TWO = 98, KeyCode.NUM_THREE = 99,
  KeyCode.NUM_FOUR = 100, KeyCode.NUM_FIVE = 101, KeyCode.NUM_SIX = 102, KeyCode.NUM_SEVEN = 103,
  KeyCode.NUM_EIGHT = 104, KeyCode.NUM_NINE = 105, KeyCode.NUM_MULTIPLY = 106, KeyCode.NUM_PLUS = 107,
  KeyCode.NUM_MINUS = 109, KeyCode.NUM_PERIOD = 110, KeyCode.NUM_DIVISION = 111, KeyCode.F1 = 112,
  KeyCode.F2 = 113, KeyCode.F3 = 114, KeyCode.F4 = 115, KeyCode.F5 = 116,
  KeyCode.F6 = 117, KeyCode.F7 = 118, KeyCode.F8 = 119, KeyCode.F9 = 120,
  KeyCode.F10 = 121, KeyCode.F11 = 122, KeyCode.F12 = 123
}
 
enum  LabelAlign { LabelAlign.Left, LabelAlign.Top, LabelAlign.Right }
 
enum  LayoutType {
  LayoutType.Absolute, LayoutType.Accordion, LayoutType.Anchor, LayoutType.Auto,
  LayoutType.Border, LayoutType.Card, LayoutType.Center, LayoutType.Column,
  LayoutType.Fit, LayoutType.Form, LayoutType.HBox, LayoutType.Table,
  LayoutType.VBox
}
 
enum  LazyMode { LazyMode.Default, LazyMode.Inherit, LazyMode.Config, LazyMode.Instance }
 How t he JavaScript code should be rendered client-side. More...
 
enum  LegendPosition {
  LegendPosition.Left, LegendPosition.Bottom, LegendPosition.Right, LegendPosition.Top,
  LegendPosition.Float
}
 
enum  LoadMode {
  LoadMode.Html, LoadMode.Data, LoadMode.Component, LoadMode.Frame,
  LoadMode.Script
}
 The type of content that is to be loaded into a component, which can be one of 4 types More...
 
enum  MaskClickActions { MaskClickActions.Default, MaskClickActions.Focus, MaskClickActions.Hide }
 Possible messagebox mask click action methods. More...
 
enum  MaskTarget {
  MaskTarget.This, MaskTarget.Parent, MaskTarget.Page, MaskTarget.CustomTarget,
  MaskTarget.Body
}
 
enum  MessageTarget {
  MessageTarget.Default, MessageTarget.Qtip, MessageTarget.Title, MessageTarget.Under,
  MessageTarget.Side, MessageTarget.None
}
 
enum  ModelFieldType {
  ModelFieldType.Auto, ModelFieldType.String, ModelFieldType.Int, ModelFieldType.Float,
  ModelFieldType.Boolean, ModelFieldType.Date, ModelFieldType.Object
}
 The data type for conversion to displayable value More...
 
enum  MultiSelectMode { MultiSelectMode.Checkbox, MultiSelectMode.Selection, MultiSelectMode.All }
 
enum  NoteAlign { NoteAlign.Top, NoteAlign.Down }
 
enum  Orientation { Orientation.Default, Orientation.Vertical, Orientation.Horizontal, Orientation.None }
 Vertical or horizontal orientation. More...
 
enum  Overflow { Overflow.Hidden, Overflow.Auto, Overflow.Scroll }
 
enum  OverflowHandler { OverflowHandler.None, OverflowHandler.Scroller, OverflowHandler.Menu }
 The overflowHandler for toolbar More...
 
enum  PasswordMaskMode { PasswordMaskMode.ShowLast, PasswordMaskMode.ShowAll, PasswordMaskMode.HideAll }
 
enum  Position {
  Position.Angular, Position.Bottom, Position.Left, Position.Radial,
  Position.Right, Position.Top, Position.Gauge
}
 
enum  PropagateDirection {
  PropagateDirection.Default, PropagateDirection.None, PropagateDirection.Up, PropagateDirection.Down,
  PropagateDirection.Both
}
 Possible propagation options for hierarchical entities. More...
 
enum  PropertyGridEditorType {
  PropertyGridEditorType.Auto, PropertyGridEditorType.Date, PropertyGridEditorType.Boolean, PropertyGridEditorType.Number,
  PropertyGridEditorType.String
}
 
enum  Region {
  Region.None, Region.North, Region.South, Region.West,
  Region.East, Region.Center
}
 
enum  RemoteTreeAction {
  RemoteTreeAction.Edit, RemoteTreeAction.Remove, RemoteTreeAction.Insert, RemoteTreeAction.Append,
  RemoteTreeAction.Move
}
 
enum  RendererFormat {
  RendererFormat.None, RendererFormat.Capitalize, RendererFormat.Date, RendererFormat.DateRenderer,
  RendererFormat.DefaultValue, RendererFormat.Ellipsis, RendererFormat.Escape, RendererFormat.FileSize,
  RendererFormat.Hex, RendererFormat.HtmlDecode, RendererFormat.HtmlEncode, RendererFormat.Nl2br,
  RendererFormat.Number, RendererFormat.NumberRenderer, RendererFormat.Lowercase, RendererFormat.Percent,
  RendererFormat.Plural, RendererFormat.Round, RendererFormat.StripScripts, RendererFormat.StripTags,
  RendererFormat.Substr, RendererFormat.Trim, RendererFormat.Uncapitalize, RendererFormat.Undef,
  RendererFormat.Uppercase, RendererFormat.UsMoney, RendererFormat.EuroMoney, RendererFormat.Checkbox,
  RendererFormat.Time, RendererFormat.Tags
}
 Reusable data formatting functions More...
 
enum  RenderMode {
  RenderMode.Auto, RenderMode.RenderTo, RenderMode.AddTo, RenderMode.InsertTo,
  RenderMode.Replace, RenderMode.Config
}
 
enum  ResizeHandle {
  ResizeHandle.Default, ResizeHandle.North, ResizeHandle.South, ResizeHandle.East,
  ResizeHandle.West, ResizeHandle.NorthWest, ResizeHandle.SouthWest, ResizeHandle.SouthEast,
  ResizeHandle.NorthEast, ResizeHandle.All
}
 Resize handle position in relation of the reference/component. More...
 
enum  ResourceLocationType { ResourceLocationType.None, ResourceLocationType.CDN, ResourceLocationType.File, ResourceLocationType.Embedded }
 
enum  ScriptMode { ScriptMode.Debug, ScriptMode.Release }
 
enum  ScrollableOption {
  ScrollableOption.Both, ScrollableOption.Default, ScrollableOption.Disabled, ScrollableOption.Horizontal,
  ScrollableOption.Vertical
}
 Configuration options to make the Component scrollable More...
 
enum  ScrollMode { ScrollMode.None, ScrollMode.Both, ScrollMode.Horizontal, ScrollMode.Vertical }
 
enum  SelectionMode { SelectionMode.Simple, SelectionMode.Single, Multi }
 Selection mode for selection model More...
 
enum  SelectionType { SelectionType.Cell, SelectionType.Row, SelectionType.Checkbox, SelectionType.Tree }
 
enum  SeriesLabelDisplay {
  SeriesLabelDisplay.Default, SeriesLabelDisplay.None, SeriesLabelDisplay.Rotate, SeriesLabelDisplay.Inside,
  SeriesLabelDisplay.InsideStart, SeriesLabelDisplay.InsideEnd, SeriesLabelDisplay.Outside, SeriesLabelDisplay.Over,
  SeriesLabelDisplay.Under, SeriesLabelDisplay.Horizontal, SeriesLabelDisplay.Vertical
}
 Specifies the presence and position of labels for each pie slice. Area and Radar series do not support this, use tooltips instead. More...
 
enum  ShadowMode {
  ShadowMode.Default, ShadowMode.None, ShadowMode.Sides, ShadowMode.Frame,
  ShadowMode.Drop
}
 The shadow display mode. More...
 
enum  ShrinkWrap { ShrinkWrap.Neither = 0, ShrinkWrap.Width = 1, ShrinkWrap.Height = 2, ShrinkWrap.Both = 3 }
 In CSS terms, shrink-wrap width is analogous to an inline-block element as opposed to a block-level element. Some container layouts always shrink-wrap their children, effectively ignoring this property (e.g., Ext.layout.container.HBox, Ext.layout.container.VBox, Ext.layout.component.Dock). More...
 
enum  SlideTo {
  SlideTo.Auto, SlideTo.Up, SlideTo.Right, SlideTo.Left,
  SlideTo.Down
}
 
enum  SortDirection { SortDirection.Default, SortDirection.ASC, SortDirection.DESC }
 
enum  SortTypeMethod {
  SortTypeMethod.None, SortTypeMethod.AsDate, SortTypeMethod.AsFloat, SortTypeMethod.AsInt,
  SortTypeMethod.AsText, SortTypeMethod.AsUCString, SortTypeMethod.AsUCText
}
 Sort types More...
 
enum  SpreadsheetExtensible { SpreadsheetExtensible.Default, SpreadsheetExtensible.X, SpreadsheetExtensible.XY, SpreadsheetExtensible.Y }
 Possible values for the SpreadsheetSelectionModel's Extensible configuration More...
 
enum  SpriteType {
  SpriteType.None, SpriteType.Circle, SpriteType.Path, SpriteType.Rect,
  SpriteType.Text, SpriteType.Square, SpriteType.Image, SpriteType.Line,
  SpriteType.Triangle, SpriteType.Diamond, SpriteType.Cross, SpriteType.Plus,
  SpriteType.Arrow, SpriteType.Drop, SpriteType.Ellipse, SpriteType.Composite
}
 The type of the sprite. More...
 
enum  StandardChartTheme {
  StandardChartTheme.Default, StandardChartTheme.DefaultGradients, StandardChartTheme.Green, StandardChartTheme.GreenGradients,
  StandardChartTheme.Sky, StandardChartTheme.SkyGradients, StandardChartTheme.Red, StandardChartTheme.RedGradients,
  StandardChartTheme.Purple, StandardChartTheme.PurpleGradients, StandardChartTheme.Blue, StandardChartTheme.BlueGradients,
  StandardChartTheme.Yellow, StandardChartTheme.YellowGradients, StandardChartTheme.Category1, StandardChartTheme.Category1Gradients,
  StandardChartTheme.Category2, StandardChartTheme.Category2Gradients, StandardChartTheme.Category3, StandardChartTheme.Category3Gradients,
  StandardChartTheme.Category4, StandardChartTheme.Category4Gradients, StandardChartTheme.Category5, StandardChartTheme.Category5Gradients,
  StandardChartTheme.Category6, StandardChartTheme.Category6Gradients
}
 
enum  StateProvider { StateProvider.None, StateProvider.Cookie, StateProvider.PostBack, StateProvider.LocalStorage }
 
enum  StatusAlign { StatusAlign.Left, StatusAlign.Right }
 
enum  StoreAction {
  StoreAction.Read, StoreAction.Create, StoreAction.Update, StoreAction.Destroy,
  StoreAction.Submit
}
 
enum  StrokeLinecap {
  StrokeLinecap.None, StrokeLinecap.Butt, StrokeLinecap.Round, StrokeLinecap.Square,
  StrokeLinecap.Miter
}
 
enum  StrokeLinejoin { StrokeLinejoin.None, StrokeLinejoin.Miter, StrokeLinejoin.Round, StrokeLinejoin.Bevel }
 
enum  SummaryDock { SummaryDock.None, SummaryDock.Bottom, SummaryDock.Top }
 
enum  SummaryType {
  SummaryType.None, SummaryType.Average, SummaryType.Count, SummaryType.Max,
  SummaryType.Min, SummaryType.Sum
}
 
enum  TabPosition { TabPosition.Top, TabPosition.Bottom, TabPosition.Left, TabPosition.Right }
 
enum  TabAlign { TabAlign.Left, TabAlign.Right }
 
enum  TagSelectionMode { TagSelectionMode.None, TagSelectionMode.Simple, TagSelectionMode.Single, Multi }
 Selection mode for tag label More...
 
enum  TemplateWriteMode {
  TemplateWriteMode.Append, TemplateWriteMode.InsertAfter, TemplateWriteMode.InsertBefore, TemplateWriteMode.InsertFirst,
  Overwrite
}
 The Ext.XTemplate method to use when updating the content area of the AbstractComponent /summary> More...
 
enum  TextAlign { TextAlign.Left, TextAlign.Right, TextAlign.Center, TextAlign.Justify }
 The text-align property specifies the horizontal alignment of text in an element. More...
 
enum  TextSelectDirection { TextSelectDirection.Default, TextSelectDirection.Forward, Backward }
 The direction of the text selection. More...
 
enum  TextSpriteAlign {
  TextSpriteAlign.Start, TextSpriteAlign.End, TextSpriteAlign.Left, TextSpriteAlign.Right,
  TextSpriteAlign.Center
}
 
enum  Theme {
  Theme.Aria, Theme.Classic, Theme.Crisp, Theme.CrispTouch,
  Theme.Graphite, Theme.Gray, Theme.Material, Theme.Neptune,
  Theme.NeptuneTouch, Theme.Triton, Theme.None
}
 
enum  ThreeStateBool { ThreeStateBool.Undefined, ThreeStateBool.False, ThreeStateBool.True }
 
enum  TimeIntervalUnit { TimeIntervalUnit.Second, TimeIntervalUnit.Minute, TimeIntervalUnit.Hour }
 
enum  TitleAlign { TitleAlign.Default, TitleAlign.Left, TitleAlign.Right, TitleAlign.Center }
 
enum  ToastAlign {
  ToastAlign.Default, ToastAlign.BottomRight, ToastAlign.BottomLeft, ToastAlign.TopRight,
  ToastAlign.TopLeft, ToastAlign.Top, ToastAlign.Left, ToastAlign.Bottom,
  ToastAlign.Right
}
 List of possible Toast alignments. More...
 
enum  ToolTipType { ToolTipType.Qtip, ToolTipType.Title }
 
enum  ToolType {
  ToolType.None, ToolType.Toggle, ToolType.Close, ToolType.Collapse,
  ToolType.Expand, ToolType.Minimize, ToolType.Maximize, ToolType.Move,
  ToolType.Restore, ToolType.Gear, ToolType.Pin, ToolType.Unpin,
  ToolType.Right, ToolType.Left, ToolType.Up, ToolType.Down,
  ToolType.Refresh, ToolType.Minus, ToolType.Next, ToolType.Plus,
  ToolType.Help, ToolType.Search, ToolType.Save, ToolType.Print,
  ToolType.Prev, ToolType.Resize
}
 
enum  TreePanelMode { TreePanelMode.Local, TreePanelMode.Remote }
 
enum  TriggerAction { TriggerAction.All, TriggerAction.Query }
 
enum  UI {
  UI.Default, UI.Primary, UI.Success, UI.Info,
  UI.Danger, UI.Warning
}
 
enum  ValidationEventOwner { ValidationEventOwner.Input, ValidationEventOwner.Field }
 
enum  ValidationType {
  ValidationType.None, ValidationType.Alpha, ValidationType.AlphaNum, ValidationType.Email,
  ValidationType.Url, ValidationType.DateRange, ValidationType.Password, ValidationType.IP
}
 Standard validation types More...
 
enum  ValueMode { ValueMode.Array, ValueMode.String }
 
enum  VBoxAlign {
  VBoxAlign.Left, VBoxAlign.Center, VBoxAlign.Right, VBoxAlign.Stretch,
  VBoxAlign.StretchMax
}
 Controls how the child items of the container are aligned. More...
 
enum  ViewStateMode { ViewStateMode.Inherit, ViewStateMode.Disabled, ViewStateMode.Enabled }
 
enum  VisibilityMode { VisibilityMode.Visibility, VisibilityMode.Display }
 
enum  DrawFormat { DrawFormat.PNG, DrawFormat.PDF, DrawFormat.JPEG, DrawFormat.GIF }
 
enum  PDFFormat {
  PDFFormat.A3, PDFFormat.A4, PDFFormat.A5, PDFFormat.Legal,
  PDFFormat.Letter, PDFFormat.Tabloid
}
 
enum  PDFOrientation { PDFOrientation.Portrait, PDFOrientation.Landscape }
 
enum  EditorAutoSizeDimension { EditorAutoSizeDimension.None, EditorAutoSizeDimension.BoundEl, EditorAutoSizeDimension.Field }
 
enum  TriggerIcon {
  TriggerIcon.Empty, TriggerIcon.Ellipsis, TriggerIcon.Date, TriggerIcon.Clear,
  TriggerIcon.Search, TriggerIcon.Combo, TriggerIcon.SimpleEllipsis, TriggerIcon.SimpleAdd,
  TriggerIcon.SimpleAlt, TriggerIcon.SimpleArrowDown, TriggerIcon.SimpleArrowUp, TriggerIcon.SimpleConnect,
  TriggerIcon.SimpleCross, TriggerIcon.SimpleDatabase, TriggerIcon.SimpleDelete, TriggerIcon.SimpleDisk,
  TriggerIcon.SimpleEarth, TriggerIcon.SimpleEdit, TriggerIcon.SimpleError, TriggerIcon.SimpleFeed,
  TriggerIcon.SimpleGet, TriggerIcon.SimpleGo, TriggerIcon.SimpleHome, TriggerIcon.SimpleImage,
  TriggerIcon.SimpleKey, TriggerIcon.SimpleLeft, TriggerIcon.SimpleLightning, TriggerIcon.SimpleMagnify,
  TriggerIcon.SimpleMinus, TriggerIcon.SimplePlus, TriggerIcon.SimpleRight, TriggerIcon.SimpleShape,
  TriggerIcon.SimpleSparkle, TriggerIcon.SimpleStar, TriggerIcon.SimpleStart, TriggerIcon.SimpleStop,
  TriggerIcon.SimpleTick, TriggerIcon.SimpleToggleMinus, TriggerIcon.SimpleTogglePlus, TriggerIcon.SimpleWrench,
  TriggerIcon.SimpleWrenchRed, TriggerIcon.SimpleTime, TriggerIcon.SimpleDate
}
 
enum  Comparison {
  Comparison.Eq, Comparison.Gt, Comparison.Lt, Comparison.Like,
  Comparison.In
}
 
enum  FilterType {
  FilterType.Boolean, FilterType.Date, FilterType.List, FilterType.Number,
  FilterType.String
}
 
enum  ShowMode { ShowMode.Grid, ShowMode.Stack }
 
enum  ItemSelectorButton {
  ItemSelectorButton.Top, ItemSelectorButton.Up, ItemSelectorButton.Add, ItemSelectorButton.Remove,
  ItemSelectorButton.Down, ItemSelectorButton.Bottom
}
 
enum  AutoGeneratingScript { AutoGeneratingScript.Simple, AutoGeneratingScript.WithSet }
 
enum  DirectMethodProxyIDMode {
  DirectMethodProxyIDMode.Default, DirectMethodProxyIDMode.None, DirectMethodProxyIDMode.ClientID, DirectMethodProxyIDMode.ID,
  DirectMethodProxyIDMode.Alias, DirectMethodProxyIDMode.AliasPlusID
}
 
enum  ParameterMode { ParameterMode.Raw, ParameterMode.Value, ParameterMode.Auto }
 

Enumeration Type Documentation

◆ AjaxRequestType

Enumerator
Event 
    </summary> 
Bus 
    </summary> 
Custom 
    </summary> 
PostBack 
    </summary> 
Static 
    </summary> 
Public 
    </summary> 

◆ Alignment

enum Ext.Net.Alignment
strong

Enumerator
Right 
    </summary> 
Left 
    </summary> 
Center 
    </summary> 

◆ AlignRoundingMethod

For a BoxLayout: the Math method to use for rounding fractional pixels when align:middle is used.

Enumerator
Round 

The value of a number rounded to the nearest integer.

Floor 

The largest integer less than or equal to a number.

Ceil 

The smallest integer greater than or equal to a number.

◆ AnchorPoint

enum Ext.Net.AnchorPoint
strong

Enumerator
TopLeft 

The top left corner

Top 

The center of the top edge

TopRight 

The top right corner

RightTop 

The right top corner

Right 

The center of the right edge

RightBottom 

The right bottom corner

Center 

In the center of the element

BottomLeft 

The bottom left corner

Bottom 

The center of the bottom edge

BottomRight 

The bottom right corner

LeftTop 

The left top corner

Left 

The center of the left edge

LeftBottom 

The left bottom corner

◆ AnimationType

enum Ext.Net.AnimationType
strong

Enumerator
Run 

Default

Color 

Animates transition of background, text, or border colors.

Motion 

Animates the motion of an element to/from specific points using optional bezier way points during transit.

Scroll 

Animate horizontal or vertical scrolling of an overflowing page element.

◆ ApplyMode

enum Ext.Net.ApplyMode
strong

Enumerator
Always 
    </summary> 
IfNotExists 
    </summary> 

◆ ArrowAlign

enum Ext.Net.ArrowAlign
strong

Enumerator
Right 
    </summary> 
Bottom 
    </summary> 

◆ AutoGeneratingScript

Enumerator
Simple 
    </summary> 
WithSet 
    </summary> 

◆ BatchUpdateMode

Updating behavior based on batch synchronization

Enumerator
Complete 

'Complete' waits until the entire batch has been completed before updating the Store's data. 'Complete' is a good choice for local storage proxies

Operation 

'Operation' (the default) will update the Store's internal representation of the data after each operation of the batch has completed, 'Operation' is better for remote proxies, where there is a comparatively high latency

◆ BoxLabelAlign

enum Ext.Net.BoxLabelAlign
strong

The position relative to the checkbox/radio where the boxLabel should appear.

Enumerator
Before 
    </summary> 
After 
    </summary> 

◆ BoxPack

enum Ext.Net.BoxPack
strong

Controls how the child items of the container are packed together.

Enumerator
Start 

child items are packed together at left side of container

Center 

child items are packed together at mid-width of container

End 

child items are packed together at right side of container

◆ ButtonScale

enum Ext.Net.ButtonScale
strong

The size of the Button

Enumerator
Small 

Results in the button element being 16px high.

Medium 

Results in the button element being 24px high.

Large 

Results in the button element being 32px high.

◆ ButtonsShowMode

Enumerator
Always 
    </summary> 
Focus 
    </summary> 
MouseOver 
    </summary> 
NonBlank 
    </summary> 
MouseOverNonBlank 
    </summary> 
MouseOverOrFocus 
    </summary> 

◆ ButtonTextAlign

The text alignment for a button (center, left, right).

Enumerator
Left 

Aligns the text to the left

Right 

Aligns the text to the right

Center 

Centers the text

◆ CalloutTrigger

Enumerator
Auto 
    </summary> 
Click 
    </summary> 
Hover 
    </summary> 
Focus 
    </summary> 
Manual 
    </summary> 

◆ CaptionAlign

enum Ext.Net.CaptionAlign
strong

Determines right, left or center alignment, with 'Default' to use client-side default value, whatever it is.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Right 

Aligns to the right.

Left 

Align to the left.

Center 

Align to the center.

◆ CaptionAlignTo

Whether to align the caption to the 'series' or the 'chart'.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Series 

Aligns to the series representation in the chart.

Chart 

Aligns to the chart itself.

◆ CaptionDock

enum Ext.Net.CaptionDock
strong

Caption docking position.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Bottom 

Docks to the bottom.

Top 

Docks to the top.

◆ ChartExportType

Enumerator
SVG 

SVG format.

PNG 

PNG format.

JPEG 

JPEG format (jpg).

◆ ChartMask

enum Ext.Net.ChartMask
strong

Enumerator
None 
    </summary> 
Box 
    </summary> 
Horizontal 
    </summary> 
Vertical 
    </summary> 

◆ ClickableAction

Possible actions to take with a clickable element of the page.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Focus 

The default. Focus the window, which will then pass focus into its defaultFocus delegate.

Destroy 

Remove the window from the DOM and destroy it and all descendant Components.

Hide 

Hide the window by setting visibility to hidden and applying negative offsets.

◆ ClientProxy

enum Ext.Net.ClientProxy
strong

Enumerator
Default 
    </summary> 
Ignore 
    </summary> 
Include 
    </summary> 

◆ ClientStoreStorage

Persistence mechanism the ClientStore will rely on.

Enumerator
Local 

Use 'localStorage' mechanism

Session 

Use 'sessionStorage' mechanism

Default 

This setting is not valid in client side, but used from server-side to suppress output of the setting to the config object at run-time.

◆ ClientTarget

enum Ext.Net.ClientTarget
strong

Enumerator
Auto 
    </summary> 
UpLevel 
    </summary> 
DownLevel 
    </summary> 

◆ CloseAction

enum Ext.Net.CloseAction
strong

Enumerator
Destroy 
    </summary> 
Hide 
    </summary> 

◆ CollapseMode

enum Ext.Net.CollapseMode
strong

Enumerator
Default 

When collapsed, a placeholder Header is injected into the layout to represent the Panel and to provide a UI with a Tool to allow the user to re-expand the Panel. This option is equivalent to not specifying anything at all (will not emit any code to JavaScript).

Header 

The Panel collapses to leave its header visible as when not inside a border layout.

Mini 

The Panel collapses without a visible header.

◆ CollapseTarget

Relative position of the immediate sibling Panel to collapse

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Prev 

Collapses towards the panel before/first in the container.

Next 

Collapses towards the panel after/last in the container.

◆ ColorStringFormat

Format a JS color string is expected.

Names must have 'lc/uc' to differ from lowercase/uppercase as just having different case is no "CLS-compliant". https://msdn.microsoft.com/en-us/library/bhc3fa7f.aspx

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

lchex6 

Six hex numbers, lowercase format: 0a1b2c

lchex8 

Eight hex numbers, lowercase format: 0a1b2cff

lcrgb 

red-green-blue sequence: rgb(255,255,0) (Note: does not preserve transparency)

lcrgba 

red-green-blue-alpha sequence: rgb(255,255,0,25)

sharplchex6 

Six hex numbers, lowercase format, sharp symbol prepended: #0a1b2c

sharplchex8 

Eight hex numbers, lowercase format, sharp symbol prepended: #0a1b2cff

ucHEX6 

Six hex numbers, uppercase format: 0A1B2C

ucHEX8 

Eight hex numbers, uppercase format: 0A1B2CFF

ucrgb 

Uppercase red-green-blue sequence: RGB(255,255,0) (Note: does not preserve transparency)

ucrgba 

Uppercase red-green-blue-alpha sequence: RGB(255,255,0,25)

sharpucHEX6 

Six hex numbers, uppercase format, sharp symbol prepended: #0A1B2C

sharpucHEX8 

Eight hex numbers, uppercase format, sharp symbol prepended: #0A1B2CFF

◆ ColumnAlign

enum Ext.Net.ColumnAlign
strong

Enumerator
Center 

Centers the alignment of the header and rendered columns.

Default 

Assumes default value on client-side (do not specify anything on output JS).

End 

Packs the contents of the header and rendered columns to the end.

Start 

Packs the contents of the header and rendered columns to the start.

◆ Comparison

enum Ext.Net.Comparison
strong

Enumerator
Eq 
    </summary> 
Gt 
    </summary> 
Lt 
    </summary> 
Like 
    </summary> 
In 
    </summary> 

◆ ConfigOptionsExtraction

Enumerator
List 
    </summary> 
Reflection 
    </summary> 

◆ CssPosition

enum Ext.Net.CssPosition
strong

Enumerator
Static 
    </summary> 
Relative 
    </summary> 
Absolute 
    </summary> 
Fixed 
    </summary> 

◆ DataLoadMode

enum Ext.Net.DataLoadMode
strong

Specifies the mechanism that should be used for data querying.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Remote 

Performs remote (server-side) data loading of the store.

Local 

Performs local data loading from client-side store data.

Single 

Acts as a 'Remote' at first, then switches to 'Local' for next load attempts.

◆ DatePickerType

Enumerator
Date 
    </summary> 
Month 
    </summary> 

◆ DateUnit

enum Ext.Net.DateUnit
strong

Enumerator
Day 
    </summary> 
Hour 
    </summary> 
Milli 
    </summary> 
Minute 
    </summary> 
Month 
    </summary> 
Second 
    </summary> 
Year 
    </summary> 

◆ DefaultRenderTo

Enumerator
Body 
    </summary> 
Form 
    </summary> 

◆ DefaultValueMode

Enumerator
Ignore 
    </summary> 
RenderExplicit 
    </summary> 

◆ DesignMode

enum Ext.Net.DesignMode
strong

Enumerator
Enabled 
    </summary> 
ActionsOnly 
    </summary> 
Disabled 
    </summary> 

◆ DirectEventType

Enumerator
Submit 
    </summary> 
Load 
    </summary> 

◆ Direction

enum Ext.Net.Direction
strong

Enumerator
None 
    </summary> 
Left 
    </summary> 
Right 
    </summary> 
Top 
    </summary> 
Bottom 
    </summary> 

◆ DirectMethodProxyIDMode

Enumerator
Default 
    </summary> 
None 
    </summary> 
ClientID 
    </summary> 
ID 
    </summary> 
Alias 
    </summary> 
AliasPlusID 
    </summary> 

◆ Dock

enum Ext.Net.Dock
strong

/summary>

Enumerator
None 
    </summary> 
Top 
    </summary> 
Bottom 
    </summary> 
Left 
    </summary> 
Right 
    </summary> 

◆ DominantBaseline

CSS3 : The 'dominant-baseline' property is used to determine or re-determine a scaled-baseline-table.

Enumerator
Auto 
    </summary> 
UseScript 
    </summary> 
NoChange 
    </summary> 
ResetSize 
    </summary> 
Alphabetic 
    </summary> 
Hanging 
    </summary> 
Ideographic 
    </summary> 
Mathematical 
    </summary> 
Central 
    </summary> 
Middle 
    </summary> 
TextAfterEdge 
    </summary> 
TextBeforeEdge 
    </summary> 
Top 
    </summary> 

◆ DrawFormat

enum Ext.Net.DrawFormat
strong

Enumerator
PNG 
    </summary> 
PDF 
    </summary> 
JPEG 
    </summary> 
GIF 
    </summary> 

◆ DropDownMode

enum Ext.Net.DropDownMode
strong

Enumerator
Text 
    </summary> 
ValueText 
    </summary> 

◆ DropPoint

enum Ext.Net.DropPoint
strong

The point of the drop

Enumerator
Append 
    </summary> 
Before 
    </summary> 
After 
    </summary> 

◆ Easing

enum Ext.Net.Easing
strong

Enumerator
EaseNone 
    </summary> 
Ease 
    </summary> 
EaseIn 
    </summary> 
EaseOut 
    </summary> 
EaseInOut 
    </summary> 
ElasticIn 
    </summary> 
ElasticOut 
    </summary> 
BackIn 
    </summary> 
BackOut 
    </summary> 
BounceIn 
    </summary> 
BounceOut 
    </summary> 
Bezier 
    </summary> 

◆ EditorAutoSizeDimension

Enumerator
None 
    </summary> 
BoundEl 

Height/Width from the bound element

Field 

Height/Width from the field

◆ EmptyValue

enum Ext.Net.EmptyValue
strong

Empty value representation

Enumerator
None 
    </summary> 
Null 
    </summary> 
EmptyString 
    </summary> 

◆ EventAction

enum Ext.Net.EventAction
strong

Enumerator
None 

No action at all.

StopEvent 

Stop the ongoing event.

StopPropagation 

Inhibit the event to propagate through the DOM.

PreventDefault 

Prevent default event handler.

◆ Filterer

enum Ext.Net.Filterer
strong

Filterer enum, used by Ext.Net.TreeStore.Filterer config. May be 'TopDown' and 'BottomUp'. 'Default' means it will not be specified so default value is used insted.

Enumerator
TopDown 

If a parent node does not pass the filter, then the branch ends there, and no descendant nodes are filtered in, even if they would pass the filter.

BottomUp 

If a leaf node passes the filter, then all its ancestor nodes are filtered in to allow it to be visible.

Default 

Assumes default behavior (does not specify anything).

◆ FilterType

enum Ext.Net.FilterType
strong

Enumerator
Boolean 
    </summary> 
Date 
    </summary> 
List 
    </summary> 
Number 
    </summary> 
String 
    </summary> 

◆ HBoxAlign

enum Ext.Net.HBoxAlign
strong

Controls how the child items of the container are aligned

Enumerator
Top 

child items are aligned vertically at the top side of the container

Middle 

child items are aligned vertically in the middle of the container

Bottom 

child items are aligned vertically at the bottom of the container.

Stretch 

child items are stretched vertically to fill the height of the container

StretchMax 

child items are stretched vertically to the height of the largest item.

◆ HideMode

enum Ext.Net.HideMode
strong

Enumerator
Visibility 
    </summary> 
Offsets 
    </summary> 
Display 
    </summary> 

◆ HtmlEvent

enum Ext.Net.HtmlEvent
strong

Enumerator
Abort 

Loading of an image is interrupted

Blur 

An element loses focus

Change 

The user changes the content of a field

Click 

Mouse clicks an object

DoubleClick 

Mouse double-clicks an object

Error 

An error occurs when loading a document or an image

Focus 

An element gets focus

KeyDown 

A keyboard key is pressed

KeyPress 

A keyboard key is pressed or held down

KeyUp 

A keyboard key is released

Load 

A page or an image is finished loading

MouseDown 

A mouse button is pressed

MouseMove 

The mouse is moved

MouseOut 

The mouse is moved off an element

MouseOver 

The mouse is moved over an element

MouseUp 

A mouse button is released

Reset 

The reset button is clicked

Resize 

A window or frame is resized

Select 

Text is selected

Submit 

The submit button is clicked

Unload 

The user exits the page

◆ HttpMethod

enum Ext.Net.HttpMethod
strong

List of HTTP methods (verbs), RFC 2616

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

GET 

HTTP GET method.

POST 

HTTP POST method.

OPTIONS 
    </summary> 
HEAD 
    </summary> 
PUT 
    </summary> 
DELETE 
    </summary> 
TRACE 
    </summary> 
CONNECT 
    </summary> 

◆ Icon

enum Ext.Net.Icon
strong

Enumerator
None 
    </summary> 
Accept 
    </summary> 
Add 
    </summary> 
Anchor 
    </summary> 
Application 
    </summary> 
ApplicationAdd 
    </summary> 
ApplicationCascade 
    </summary> 
ApplicationDelete 
    </summary> 
ApplicationDouble 
    </summary> 
ApplicationEdit 
    </summary> 
ApplicationError 
    </summary> 
ApplicationForm 
    </summary> 
ApplicationFormAdd 
    </summary> 
ApplicationFormDelete 
    </summary> 
ApplicationFormEdit 
    </summary> 
ApplicationFormMagnify 
    </summary> 
ApplicationGet 
    </summary> 
ApplicationGo 
    </summary> 
ApplicationHome 
    </summary> 
ApplicationKey 
    </summary> 
ApplicationLightning 
    </summary> 
ApplicationLink 
    </summary> 
ApplicationOsx 
    </summary> 
ApplicationOsxAdd 
    </summary> 
ApplicationOsxCascade 
    </summary> 
ApplicationOsxDelete 
    </summary> 
ApplicationOsxDouble 
    </summary> 
ApplicationOsxError 
    </summary> 
ApplicationOsxGet 
    </summary> 
ApplicationOsxGo 
    </summary> 
ApplicationOsxHome 
    </summary> 
ApplicationOsxKey 
    </summary> 
ApplicationOsxLightning 
    </summary> 
ApplicationOsxLink 
    </summary> 
ApplicationOsxSplit 
    </summary> 
ApplicationOsxStart 
    </summary> 
ApplicationOsxStop 
    </summary> 
ApplicationOsxTerminal 
    </summary> 
ApplicationPut 
    </summary> 
ApplicationSideBoxes 
    </summary> 
ApplicationSideContract 
    </summary> 
ApplicationSideExpand 
    </summary> 
ApplicationSideList 
    </summary> 
ApplicationSideTree 
    </summary> 
ApplicationSplit 
    </summary> 
ApplicationStart 
    </summary> 
ApplicationStop 
    </summary> 
ApplicationTileHorizontal 
    </summary> 
ApplicationTileVertical 
    </summary> 
ApplicationViewColumns 
    </summary> 
ApplicationViewDetail 
    </summary> 
ApplicationViewGallery 
    </summary> 
ApplicationViewIcons 
    </summary> 
ApplicationViewList 
    </summary> 
ApplicationViewTile 
    </summary> 
ApplicationXp 
    </summary> 
ApplicationXpTerminal 
    </summary> 
ArrowBranch 
    </summary> 
ArrowDivide 
    </summary> 
ArrowDown 
    </summary> 
ArrowEw 
    </summary> 
ArrowIn 
    </summary> 
ArrowInout 
    </summary> 
ArrowInLonger 
    </summary> 
ArrowJoin 
    </summary> 
ArrowLeft 
    </summary> 
ArrowMerge 
    </summary> 
ArrowNe 
    </summary> 
ArrowNs 
    </summary> 
ArrowNsew 
    </summary> 
ArrowNw 
    </summary> 
ArrowNwNeSwSe 
    </summary> 
ArrowNwSe 
    </summary> 
ArrowOut 
    </summary> 
ArrowOutLonger 
    </summary> 
ArrowRedo 
    </summary> 
ArrowRefresh 
    </summary> 
ArrowRefreshSmall 
    </summary> 
ArrowRight 
    </summary> 
ArrowRotateAnticlockwise 
    </summary> 
ArrowRotateClockwise 
    </summary> 
ArrowSe 
    </summary> 
ArrowSw 
    </summary> 
ArrowSwitch 
    </summary> 
ArrowSwitchBluegreen 
    </summary> 
ArrowSwNe 
    </summary> 
ArrowTurnLeft 
    </summary> 
ArrowTurnRight 
    </summary> 
ArrowUndo 
    </summary> 
ArrowUp 
    </summary> 
AsteriskOrange 
    </summary> 
AsteriskRed 
    </summary> 
AsteriskYellow 
    </summary> 
Attach 
    </summary> 
AwardStarAdd 
    </summary> 
AwardStarBronze1 
    </summary> 
AwardStarBronze2 
    </summary> 
AwardStarBronze3 
    </summary> 
AwardStarDelete 
    </summary> 
AwardStarGold1 
    </summary> 
AwardStarGold2 
    </summary> 
AwardStarGold3 
    </summary> 
AwardStarSilver1 
    </summary> 
AwardStarSilver2 
    </summary> 
AwardStarSilver3 
    </summary> 
Basket 
    </summary> 
BasketAdd 
    </summary> 
BasketDelete 
    </summary> 
BasketEdit 
    </summary> 
BasketError 
    </summary> 
BasketGo 
    </summary> 
BasketPut 
    </summary> 
BasketRemove 
    </summary> 
Bell 
    </summary> 
BellAdd 
    </summary> 
BellDelete 
    </summary> 
BellError 
    </summary> 
BellGo 
    </summary> 
BellLink 
    </summary> 
BellSilver 
    </summary> 
BellSilverStart 
    </summary> 
BellSilverStop 
    </summary> 
BellStart 
    </summary> 
BellStop 
    </summary> 
Bin 
    </summary> 
BinClosed 
    </summary> 
BinEmpty 
    </summary> 
Blank 
    </summary> 
Bomb 
    </summary> 
Book 
    </summary> 
Bookmark 
    </summary> 
BookmarkAdd 
    </summary> 
BookmarkDelete 
    </summary> 
BookmarkEdit 
    </summary> 
BookmarkError 
    </summary> 
BookmarkGo 
    </summary> 
BookAdd 
    </summary> 
BookAddresses 
    </summary> 
BookAddressesAdd 
    </summary> 
BookAddressesDelete 
    </summary> 
BookAddressesEdit 
    </summary> 
BookAddressesError 
    </summary> 
BookAddressesKey 
    </summary> 
BookDelete 
    </summary> 
BookEdit 
    </summary> 
BookError 
    </summary> 
BookGo 
    </summary> 
BookKey 
    </summary> 
BookLink 
    </summary> 
BookMagnify 
    </summary> 
BookNext 
    </summary> 
BookOpen 
    </summary> 
BookOpenMark 
    </summary> 
BookPrevious 
    </summary> 
BookRed 
    </summary> 
BookTabs 
    </summary> 
BorderAll 
    </summary> 
BorderBottom 
    </summary> 
BorderDraw 
    </summary> 
BorderInner 
    </summary> 
BorderInnerHorizontal 
    </summary> 
BorderInnerVertical 
    </summary> 
BorderLeft 
    </summary> 
BorderNone 
    </summary> 
BorderOuter 
    </summary> 
BorderRight 
    </summary> 
BorderTop 
    </summary> 
Box 
    </summary> 
BoxError 
    </summary> 
BoxPicture 
    </summary> 
BoxWorld 
    </summary> 
Brick 
    </summary> 
Bricks 
    </summary> 
BrickAdd 
    </summary> 
BrickDelete 
    </summary> 
BrickEdit 
    </summary> 
BrickError 
    </summary> 
BrickGo 
    </summary> 
BrickLink 
    </summary> 
BrickMagnify 
    </summary> 
Briefcase 
    </summary> 
Bug 
    </summary> 
BugAdd 
    </summary> 
BugDelete 
    </summary> 
BugEdit 
    </summary> 
BugError 
    </summary> 
BugFix 
    </summary> 
BugGo 
    </summary> 
BugLink 
    </summary> 
BugMagnify 
    </summary> 
Build 
    </summary> 
Building 
    </summary> 
BuildingAdd 
    </summary> 
BuildingDelete 
    </summary> 
BuildingEdit 
    </summary> 
BuildingError 
    </summary> 
BuildingGo 
    </summary> 
BuildingKey 
    </summary> 
BuildingLink 
    </summary> 
BuildCancel 
    </summary> 
BulletAdd 
    </summary> 
BulletArrowBottom 
    </summary> 
BulletArrowDown 
    </summary> 
BulletArrowTop 
    </summary> 
BulletArrowUp 
    </summary> 
BulletBlack 
    </summary> 
BulletBlue 
    </summary> 
BulletConnect 
    </summary> 
BulletCross 
    </summary> 
BulletDatabase 
    </summary> 
BulletDatabaseYellow 
    </summary> 
BulletDelete 
    </summary> 
BulletDisk 
    </summary> 
BulletEarth 
    </summary> 
BulletEdit 
    </summary> 
BulletEject 
    </summary> 
BulletError 
    </summary> 
BulletFeed 
    </summary> 
BulletGet 
    </summary> 
BulletGo 
    </summary> 
BulletGreen 
    </summary> 
BulletHome 
    </summary> 
BulletKey 
    </summary> 
BulletLeft 
    </summary> 
BulletLightning 
    </summary> 
BulletMagnify 
    </summary> 
BulletMinus 
    </summary> 
BulletOrange 
    </summary> 
BulletPageWhite 
    </summary> 
BulletPicture 
    </summary> 
BulletPink 
    </summary> 
BulletPlus 
    </summary> 
BulletPurple 
    </summary> 
BulletRed 
    </summary> 
BulletRight 
    </summary> 
BulletShape 
    </summary> 
BulletSparkle 
    </summary> 
BulletStar 
    </summary> 
BulletStart 
    </summary> 
BulletStop 
    </summary> 
BulletStopAlt 
    </summary> 
BulletTick 
    </summary> 
BulletToggleMinus 
    </summary> 
BulletTogglePlus 
    </summary> 
BulletWhite 
    </summary> 
BulletWrench 
    </summary> 
BulletWrenchRed 
    </summary> 
BulletYellow 
    </summary> 
Button 
    </summary> 
Cake 
    </summary> 
CakeOut 
    </summary> 
CakeSliced 
    </summary> 
Calculator 
    </summary> 
CalculatorAdd 
    </summary> 
CalculatorDelete 
    </summary> 
CalculatorEdit 
    </summary> 
CalculatorError 
    </summary> 
CalculatorLink 
    </summary> 
Calendar 
    </summary> 
CalendarAdd 
    </summary> 
CalendarDelete 
    </summary> 
CalendarEdit 
    </summary> 
CalendarLink 
    </summary> 
CalendarSelectDay 
    </summary> 
CalendarSelectNone 
    </summary> 
CalendarSelectWeek 
    </summary> 
CalendarStar 
    </summary> 
CalendarViewDay 
    </summary> 
CalendarViewMonth 
    </summary> 
CalendarViewWeek 
    </summary> 
Camera 
    </summary> 
CameraAdd 
    </summary> 
CameraConnect 
    </summary> 
CameraDelete 
    </summary> 
CameraEdit 
    </summary> 
CameraError 
    </summary> 
CameraGo 
    </summary> 
CameraLink 
    </summary> 
CameraMagnify 
    </summary> 
CameraPicture 
    </summary> 
CameraSmall 
    </summary> 
CameraStart 
    </summary> 
CameraStop 
    </summary> 
Cancel 
    </summary> 
Car 
    </summary> 
Cart 
    </summary> 
CartAdd 
    </summary> 
CartDelete 
    </summary> 
CartEdit 
    </summary> 
CartError 
    </summary> 
CartFull 
    </summary> 
CartGo 
    </summary> 
CartMagnify 
    </summary> 
CartPut 
    </summary> 
CartRemove 
    </summary> 
CarAdd 
    </summary> 
CarDelete 
    </summary> 
CarError 
    </summary> 
CarRed 
    </summary> 
CarStart 
    </summary> 
CarStop 
    </summary> 
Cd 
    </summary> 
Cdr 
    </summary> 
CdrAdd 
    </summary> 
CdrBurn 
    </summary> 
CdrCross 
    </summary> 
CdrDelete 
    </summary> 
CdrEdit 
    </summary> 
CdrEject 
    </summary> 
CdrError 
    </summary> 
CdrGo 
    </summary> 
CdrMagnify 
    </summary> 
CdrPlay 
    </summary> 
CdrStart 
    </summary> 
CdrStop 
    </summary> 
CdrStopAlt 
    </summary> 
CdrTick 
    </summary> 
CdAdd 
    </summary> 
CdBurn 
    </summary> 
CdDelete 
    </summary> 
CdEdit 
    </summary> 
CdEject 
    </summary> 
CdGo 
    </summary> 
CdMagnify 
    </summary> 
CdPlay 
    </summary> 
CdStop 
    </summary> 
CdStopAlt 
    </summary> 
CdTick 
    </summary> 
ChartBar 
    </summary> 
ChartBarAdd 
    </summary> 
ChartBarDelete 
    </summary> 
ChartBarEdit 
    </summary> 
ChartBarError 
    </summary> 
ChartBarLink 
    </summary> 
ChartCurve 
    </summary> 
ChartCurveAdd 
    </summary> 
ChartCurveDelete 
    </summary> 
ChartCurveEdit 
    </summary> 
ChartCurveError 
    </summary> 
ChartCurveGo 
    </summary> 
ChartCurveLink 
    </summary> 
ChartLine 
    </summary> 
ChartLineAdd 
    </summary> 
ChartLineDelete 
    </summary> 
ChartLineEdit 
    </summary> 
ChartLineError 
    </summary> 
ChartLineLink 
    </summary> 
ChartOrganisation 
    </summary> 
ChartOrganisationAdd 
    </summary> 
ChartOrganisationDelete 
    </summary> 
ChartOrgInverted 
    </summary> 
ChartPie 
    </summary> 
ChartPieAdd 
    </summary> 
ChartPieDelete 
    </summary> 
ChartPieEdit 
    </summary> 
ChartPieError 
    </summary> 
ChartPieLightning 
    </summary> 
ChartPieLink 
    </summary> 
CheckError 
    </summary> 
Clipboard 
    </summary> 
Clock 
    </summary> 
ClockAdd 
    </summary> 
ClockDelete 
    </summary> 
ClockEdit 
    </summary> 
ClockError 
    </summary> 
ClockGo 
    </summary> 
ClockLink 
    </summary> 
ClockPause 
    </summary> 
ClockPlay 
    </summary> 
ClockRed 
    </summary> 
ClockStart 
    </summary> 
ClockStop 
    </summary> 
ClockStop2 
    </summary> 
Cmy 
    </summary> 
Cog 
    </summary> 
CogAdd 
    </summary> 
CogDelete 
    </summary> 
CogEdit 
    </summary> 
CogError 
    </summary> 
CogGo 
    </summary> 
CogStart 
    </summary> 
CogStop 
    </summary> 
Coins 
    </summary> 
CoinsAdd 
    </summary> 
CoinsDelete 
    </summary> 
Color 
    </summary> 
ColorSwatch 
    </summary> 
ColorWheel 
    </summary> 
Comment 
    </summary> 
Comments 
    </summary> 
CommentsAdd 
    </summary> 
CommentsDelete 
    </summary> 
CommentAdd 
    </summary> 
CommentDelete 
    </summary> 
CommentDull 
    </summary> 
CommentEdit 
    </summary> 
CommentPlay 
    </summary> 
CommentRecord 
    </summary> 
Compass 
    </summary> 
Compress 
    </summary> 
Computer 
    </summary> 
ComputerAdd 
    </summary> 
ComputerConnect 
    </summary> 
ComputerDelete 
    </summary> 
ComputerEdit 
    </summary> 
ComputerError 
    </summary> 
ComputerGo 
    </summary> 
ComputerKey 
    </summary> 
ComputerLink 
    </summary> 
ComputerMagnify 
    </summary> 
ComputerOff 
    </summary> 
ComputerStart 
    </summary> 
ComputerStop 
    </summary> 
ComputerWrench 
    </summary> 
Connect 
    </summary> 
Contrast 
    </summary> 
ContrastDecrease 
    </summary> 
ContrastHigh 
    </summary> 
ContrastIncrease 
    </summary> 
ContrastLow 
    </summary> 
Controller 
    </summary> 
ControllerAdd 
    </summary> 
ControllerDelete 
    </summary> 
ControllerError 
    </summary> 
ControlAdd 
    </summary> 
ControlAddBlue 
    </summary> 
ControlBlank 
    </summary> 
ControlBlankBlue 
    </summary> 
ControlEject 
    </summary> 
ControlEjectBlue 
    </summary> 
ControlEnd 
    </summary> 
ControlEndBlue 
    </summary> 
ControlEqualizer 
    </summary> 
ControlEqualizerBlue 
    </summary> 
ControlFastforward 
    </summary> 
ControlFastforwardBlue 
    </summary> 
ControlPause 
    </summary> 
ControlPauseBlue 
    </summary> 
ControlPlay 
    </summary> 
ControlPlayBlue 
    </summary> 
ControlPower 
    </summary> 
ControlPowerBlue 
    </summary> 
ControlRecord 
    </summary> 
ControlRecordBlue 
    </summary> 
ControlRemove 
    </summary> 
ControlRemoveBlue 
    </summary> 
ControlRepeat 
    </summary> 
ControlRepeatBlue 
    </summary> 
ControlRewind 
    </summary> 
ControlRewindBlue 
    </summary> 
ControlStart 
    </summary> 
ControlStartBlue 
    </summary> 
ControlStop 
    </summary> 
ControlStopBlue 
    </summary> 
Creditcards 
    </summary> 
Cross 
    </summary> 
Css 
    </summary> 
CssAdd 
    </summary> 
CssDelete 
    </summary> 
CssError 
    </summary> 
CssGo 
    </summary> 
CssValid 
    </summary> 
Cup 
    </summary> 
CupAdd 
    </summary> 
CupBlack 
    </summary> 
CupDelete 
    </summary> 
CupEdit 
    </summary> 
CupError 
    </summary> 
CupGo 
    </summary> 
CupGreen 
    </summary> 
CupKey 
    </summary> 
CupLink 
    </summary> 
CupTea 
    </summary> 
Cursor 
    </summary> 
CursorSmall 
    </summary> 
Cut 
    </summary> 
CutRed 
    </summary> 
Database 
    </summary> 
DatabaseAdd 
    </summary> 
DatabaseConnect 
    </summary> 
DatabaseCopy 
    </summary> 
DatabaseDelete 
    </summary> 
DatabaseEdit 
    </summary> 
DatabaseError 
    </summary> 
DatabaseGear 
    </summary> 
DatabaseGo 
    </summary> 
DatabaseKey 
    </summary> 
DatabaseLightning 
    </summary> 
DatabaseLink 
    </summary> 
DatabaseRefresh 
    </summary> 
DatabaseSave 
    </summary> 
DatabaseStart 
    </summary> 
DatabaseStop 
    </summary> 
DatabaseTable 
    </summary> 
DatabaseWrench 
    </summary> 
DatabaseYellow 
    </summary> 
DatabaseYellowStart 
    </summary> 
DatabaseYellowStop 
    </summary> 
Date 
    </summary> 
DateAdd 
    </summary> 
DateDelete 
    </summary> 
DateEdit 
    </summary> 
DateError 
    </summary> 
DateGo 
    </summary> 
DateLink 
    </summary> 
DateMagnify 
    </summary> 
DateNext 
    </summary> 
DatePrevious 
    </summary> 
Decline 
    </summary> 
Delete 
    </summary> 
DeviceStylus 
    </summary> 
Disconnect 
    </summary> 
Disk 
    </summary> 
DiskBlack 
    </summary> 
DiskBlackError 
    </summary> 
DiskBlackMagnify 
    </summary> 
DiskDownload 
    </summary> 
DiskEdit 
    </summary> 
DiskError 
    </summary> 
DiskMagnify 
    </summary> 
DiskMultiple 
    </summary> 
DiskUpload 
    </summary> 
Door 
    </summary> 
DoorError 
    </summary> 
DoorIn 
    </summary> 
DoorOpen 
    </summary> 
DoorOut 
    </summary> 
Drink 
    </summary> 
DrinkEmpty 
    </summary> 
DrinkRed 
    </summary> 
Drive 
    </summary> 
DriveAdd 
    </summary> 
DriveBurn 
    </summary> 
DriveCd 
    </summary> 
DriveCdr 
    </summary> 
DriveCdEmpty 
    </summary> 
DriveDelete 
    </summary> 
DriveDisk 
    </summary> 
DriveEdit 
    </summary> 
DriveError 
    </summary> 
DriveGo 
    </summary> 
DriveKey 
    </summary> 
DriveLink 
    </summary> 
DriveMagnify 
    </summary> 
DriveNetwork 
    </summary> 
DriveNetworkError 
    </summary> 
DriveNetworkStop 
    </summary> 
DriveRename 
    </summary> 
DriveUser 
    </summary> 
DriveWeb 
    </summary> 
Dvd 
    </summary> 
DvdAdd 
    </summary> 
DvdDelete 
    </summary> 
DvdEdit 
    </summary> 
DvdError 
    </summary> 
DvdGo 
    </summary> 
DvdKey 
    </summary> 
DvdLink 
    </summary> 
DvdStart 
    </summary> 
DvdStop 
    </summary> 
EjectBlue 
    </summary> 
EjectGreen 
    </summary> 
Email 
    </summary> 
EmailAdd 
    </summary> 
EmailAttach 
    </summary> 
EmailDelete 
    </summary> 
EmailEdit 
    </summary> 
EmailError 
    </summary> 
EmailGo 
    </summary> 
EmailLink 
    </summary> 
EmailMagnify 
    </summary> 
EmailOpen 
    </summary> 
EmailOpenImage 
    </summary> 
EmailStar 
    </summary> 
EmailStart 
    </summary> 
EmailStop 
    </summary> 
EmailTransfer 
    </summary> 
EmoticonEvilgrin 
    </summary> 
EmoticonGrin 
    </summary> 
EmoticonHappy 
    </summary> 
EmoticonSmile 
    </summary> 
EmoticonSurprised 
    </summary> 
EmoticonTongue 
    </summary> 
EmoticonUnhappy 
    </summary> 
EmoticonWaii 
    </summary> 
EmoticonWink 
    </summary> 
Erase 
    </summary> 
Error 
    </summary> 
ErrorAdd 
    </summary> 
ErrorDelete 
    </summary> 
ErrorGo 
    </summary> 
Exclamation 
    </summary> 
Eye 
    </summary> 
Eyes 
    </summary> 
Feed 
    </summary> 
FeedAdd 
    </summary> 
FeedDelete 
    </summary> 
FeedDisk 
    </summary> 
FeedEdit 
    </summary> 
FeedError 
    </summary> 
FeedGo 
    </summary> 
FeedKey 
    </summary> 
FeedLink 
    </summary> 
FeedMagnify 
    </summary> 
FeedStar 
    </summary> 
Female 
    </summary> 
Film 
    </summary> 
FilmAdd 
    </summary> 
FilmDelete 
    </summary> 
FilmEdit 
    </summary> 
FilmEject 
    </summary> 
FilmError 
    </summary> 
FilmGo 
    </summary> 
FilmKey 
    </summary> 
FilmLink 
    </summary> 
FilmMagnify 
    </summary> 
FilmSave 
    </summary> 
FilmStar 
    </summary> 
FilmStart 
    </summary> 
FilmStop 
    </summary> 
Find 
    </summary> 
FingerPoint 
    </summary> 
FlagAd 
    </summary> 
FlagAe 
    </summary> 
FlagAf 
    </summary> 
FlagAg 
    </summary> 
FlagAi 
    </summary> 
FlagAl 
    </summary> 
FlagAm 
    </summary> 
FlagAn 
    </summary> 
FlagAo 
    </summary> 
FlagAr 
    </summary> 
FlagAs 
    </summary> 
FlagAt 
    </summary> 
FlagAu 
    </summary> 
FlagAw 
    </summary> 
FlagAx 
    </summary> 
FlagAz 
    </summary> 
FlagBa 
    </summary> 
FlagBb 
    </summary> 
FlagBd 
    </summary> 
FlagBe 
    </summary> 
FlagBf 
    </summary> 
FlagBg 
    </summary> 
FlagBh 
    </summary> 
FlagBi 
    </summary> 
FlagBj 
    </summary> 
FlagBlack 
    </summary> 
FlagBlue 
    </summary> 
FlagBm 
    </summary> 
FlagBn 
    </summary> 
FlagBo 
    </summary> 
FlagBr 
    </summary> 
FlagBs 
    </summary> 
FlagBt 
    </summary> 
FlagBv 
    </summary> 
FlagBw 
    </summary> 
FlagBy 
    </summary> 
FlagBz 
    </summary> 
FlagCa 
    </summary> 
FlagCatalonia 
    </summary> 
FlagCc 
    </summary> 
FlagCd 
    </summary> 
FlagCf 
    </summary> 
FlagCg 
    </summary> 
FlagCh 
    </summary> 
FlagChecked 
    </summary> 
FlagCi 
    </summary> 
FlagCk 
    </summary> 
FlagCl 
    </summary> 
FlagCm 
    </summary> 
FlagCn 
    </summary> 
FlagCo 
    </summary> 
FlagCr 
    </summary> 
FlagCs 
    </summary> 
FlagCu 
    </summary> 
FlagCv 
    </summary> 
FlagCx 
    </summary> 
FlagCy 
    </summary> 
FlagCz 
    </summary> 
FlagDe 
    </summary> 
FlagDj 
    </summary> 
FlagDk 
    </summary> 
FlagDm 
    </summary> 
FlagDo 
    </summary> 
FlagDz 
    </summary> 
FlagEc 
    </summary> 
FlagEe 
    </summary> 
FlagEg 
    </summary> 
FlagEh 
    </summary> 
FlagEngland 
    </summary> 
FlagEr 
    </summary> 
FlagEs 
    </summary> 
FlagEt 
    </summary> 
FlagEuropeanunion 
    </summary> 
FlagFam 
    </summary> 
FlagFi 
    </summary> 
FlagFj 
    </summary> 
FlagFk 
    </summary> 
FlagFm 
    </summary> 
FlagFo 
    </summary> 
FlagFr 
    </summary> 
FlagFrance 
    </summary> 
FlagGa 
    </summary> 
FlagGb 
    </summary> 
FlagGd 
    </summary> 
FlagGe 
    </summary> 
FlagGf 
    </summary> 
FlagGg 
    </summary> 
FlagGh 
    </summary> 
FlagGi 
    </summary> 
FlagGl 
    </summary> 
FlagGm 
    </summary> 
FlagGn 
    </summary> 
FlagGp 
    </summary> 
FlagGq 
    </summary> 
FlagGr 
    </summary> 
FlagGreen 
    </summary> 
FlagGrey 
    </summary> 
FlagGs 
    </summary> 
FlagGt 
    </summary> 
FlagGu 
    </summary> 
FlagGw 
    </summary> 
FlagGy 
    </summary> 
FlagHk 
    </summary> 
FlagHm 
    </summary> 
FlagHn 
    </summary> 
FlagHr 
    </summary> 
FlagHt 
    </summary> 
FlagHu 
    </summary> 
FlagId 
    </summary> 
FlagIe 
    </summary> 
FlagIl 
    </summary> 
FlagIn 
    </summary> 
FlagIo 
    </summary> 
FlagIq 
    </summary> 
FlagIr 
    </summary> 
FlagIs 
    </summary> 
FlagIt 
    </summary> 
FlagJm 
    </summary> 
FlagJo 
    </summary> 
FlagJp 
    </summary> 
FlagKe 
    </summary> 
FlagKg 
    </summary> 
FlagKh 
    </summary> 
FlagKi 
    </summary> 
FlagKm 
    </summary> 
FlagKn 
    </summary> 
FlagKp 
    </summary> 
FlagKr 
    </summary> 
FlagKw 
    </summary> 
FlagKy 
    </summary> 
FlagKz 
    </summary> 
FlagLa 
    </summary> 
FlagLb 
    </summary> 
FlagLc 
    </summary> 
FlagLi 
    </summary> 
FlagLk 
    </summary> 
FlagLr 
    </summary> 
FlagLs 
    </summary> 
FlagLt 
    </summary> 
FlagLu 
    </summary> 
FlagLv 
    </summary> 
FlagLy 
    </summary> 
FlagMa 
    </summary> 
FlagMc 
    </summary> 
FlagMd 
    </summary> 
FlagMe 
    </summary> 
FlagMg 
    </summary> 
FlagMh 
    </summary> 
FlagMk 
    </summary> 
FlagMl 
    </summary> 
FlagMm 
    </summary> 
FlagMn 
    </summary> 
FlagMo 
    </summary> 
FlagMp 
    </summary> 
FlagMq 
    </summary> 
FlagMr 
    </summary> 
FlagMs 
    </summary> 
FlagMt 
    </summary> 
FlagMu 
    </summary> 
FlagMv 
    </summary> 
FlagMw 
    </summary> 
FlagMx 
    </summary> 
FlagMy 
    </summary> 
FlagMz 
    </summary> 
FlagNa 
    </summary> 
FlagNc 
    </summary> 
FlagNe 
    </summary> 
FlagNf 
    </summary> 
FlagNg 
    </summary> 
FlagNi 
    </summary> 
FlagNl 
    </summary> 
FlagNo 
    </summary> 
FlagNp 
    </summary> 
FlagNr 
    </summary> 
FlagNu 
    </summary> 
FlagNz 
    </summary> 
FlagOm 
    </summary> 
FlagOrange 
    </summary> 
FlagPa 
    </summary> 
FlagPe 
    </summary> 
FlagPf 
    </summary> 
FlagPg 
    </summary> 
FlagPh 
    </summary> 
FlagPink 
    </summary> 
FlagPk 
    </summary> 
FlagPl 
    </summary> 
FlagPm 
    </summary> 
FlagPn 
    </summary> 
FlagPr 
    </summary> 
FlagPs 
    </summary> 
FlagPt 
    </summary> 
FlagPurple 
    </summary> 
FlagPw 
    </summary> 
FlagPy 
    </summary> 
FlagQa 
    </summary> 
FlagRe 
    </summary> 
FlagRed 
    </summary> 
FlagRo 
    </summary> 
FlagRs 
    </summary> 
FlagRu 
    </summary> 
FlagRw 
    </summary> 
FlagSa 
    </summary> 
FlagSb 
    </summary> 
FlagSc 
    </summary> 
FlagScotland 
    </summary> 
FlagSd 
    </summary> 
FlagSe 
    </summary> 
FlagSg 
    </summary> 
FlagSh 
    </summary> 
FlagSi 
    </summary> 
FlagSj 
    </summary> 
FlagSk 
    </summary> 
FlagSl 
    </summary> 
FlagSm 
    </summary> 
FlagSn 
    </summary> 
FlagSo 
    </summary> 
FlagSr 
    </summary> 
FlagSt 
    </summary> 
FlagSv 
    </summary> 
FlagSy 
    </summary> 
FlagSz 
    </summary> 
FlagTc 
    </summary> 
FlagTd 
    </summary> 
FlagTf 
    </summary> 
FlagTg 
    </summary> 
FlagTh 
    </summary> 
FlagTj 
    </summary> 
FlagTk 
    </summary> 
FlagTl 
    </summary> 
FlagTm 
    </summary> 
FlagTn 
    </summary> 
FlagTo 
    </summary> 
FlagTr 
    </summary> 
FlagTt 
    </summary> 
FlagTv 
    </summary> 
FlagTw 
    </summary> 
FlagTz 
    </summary> 
FlagUa 
    </summary> 
FlagUg 
    </summary> 
FlagUm 
    </summary> 
FlagUs 
    </summary> 
FlagUy 
    </summary> 
FlagUz 
    </summary> 
FlagVa 
    </summary> 
FlagVc 
    </summary> 
FlagVe 
    </summary> 
FlagVg 
    </summary> 
FlagVi 
    </summary> 
FlagVn 
    </summary> 
FlagVu 
    </summary> 
FlagWales 
    </summary> 
FlagWf 
    </summary> 
FlagWhite 
    </summary> 
FlagWs 
    </summary> 
FlagYe 
    </summary> 
FlagYellow 
    </summary> 
FlagYt 
    </summary> 
FlagZa 
    </summary> 
FlagZm 
    </summary> 
FlagZw 
    </summary> 
FlowerDaisy 
    </summary> 
Folder 
    </summary> 
FolderAdd 
    </summary> 
FolderBell 
    </summary> 
FolderBookmark 
    </summary> 
FolderBrick 
    </summary> 
FolderBug 
    </summary> 
FolderCamera 
    </summary> 
FolderConnect 
    </summary> 
FolderDatabase 
    </summary> 
FolderDelete 
    </summary> 
FolderEdit 
    </summary> 
FolderError 
    </summary> 
FolderExplore 
    </summary> 
FolderFeed 
    </summary> 
FolderFilm 
    </summary> 
FolderFind 
    </summary> 
FolderFont 
    </summary> 
FolderGo 
    </summary> 
FolderHeart 
    </summary> 
FolderHome 
    </summary> 
FolderImage 
    </summary> 
FolderKey 
    </summary> 
FolderLightbulb 
    </summary> 
FolderLink 
    </summary> 
FolderMagnify 
    </summary> 
FolderPage 
    </summary> 
FolderPageWhite 
    </summary> 
FolderPalette 
    </summary> 
FolderPicture 
    </summary> 
FolderStar 
    </summary> 
FolderTable 
    </summary> 
FolderUp 
    </summary> 
FolderUser 
    </summary> 
FolderWrench 
    </summary> 
Font 
    </summary> 
FontAdd 
    </summary> 
FontColor 
    </summary> 
FontDelete 
    </summary> 
FontGo 
    </summary> 
FontLarger 
    </summary> 
FontSmaller 
    </summary> 
ForwardBlue 
    </summary> 
ForwardGreen 
    </summary> 
Group 
    </summary> 
GroupAdd 
    </summary> 
GroupDelete 
    </summary> 
GroupEdit 
    </summary> 
GroupError 
    </summary> 
GroupGear 
    </summary> 
GroupGo 
    </summary> 
GroupKey 
    </summary> 
GroupLink 
    </summary> 
Heart 
    </summary> 
HeartAdd 
    </summary> 
HeartBroken 
    </summary> 
HeartConnect 
    </summary> 
HeartDelete 
    </summary> 
Help 
    </summary> 
Hourglass 
    </summary> 
HourglassAdd 
    </summary> 
HourglassDelete 
    </summary> 
HourglassGo 
    </summary> 
HourglassLink 
    </summary> 
House 
    </summary> 
HouseConnect 
    </summary> 
HouseGo 
    </summary> 
HouseKey 
    </summary> 
HouseLink 
    </summary> 
HouseStar 
    </summary> 
Html 
    </summary> 
HtmlAdd 
    </summary> 
HtmlDelete 
    </summary> 
HtmlError 
    </summary> 
HtmlGo 
    </summary> 
HtmlValid 
    </summary> 
Image 
    </summary> 
Images 
    </summary> 
ImageAdd 
    </summary> 
ImageDelete 
    </summary> 
ImageEdit 
    </summary> 
ImageLink 
    </summary> 
ImageMagnify 
    </summary> 
ImageStar 
    </summary> 
Information 
    </summary> 
Ipod 
    </summary> 
IpodCast 
    </summary> 
IpodCastAdd 
    </summary> 
IpodCastDelete 
    </summary> 
IpodConnect 
    </summary> 
IpodNano 
    </summary> 
IpodNanoConnect 
    </summary> 
IpodSound 
    </summary> 
Joystick 
    </summary> 
JoystickAdd 
    </summary> 
JoystickConnect 
    </summary> 
JoystickDelete 
    </summary> 
JoystickError 
    </summary> 
Key 
    </summary> 
Keyboard 
    </summary> 
KeyboardAdd 
    </summary> 
KeyboardConnect 
    </summary> 
KeyboardDelete 
    </summary> 
KeyboardMagnify 
    </summary> 
KeyAdd 
    </summary> 
KeyDelete 
    </summary> 
KeyGo 
    </summary> 
KeyStart 
    </summary> 
KeyStop 
    </summary> 
Laptop 
    </summary> 
LaptopAdd 
    </summary> 
LaptopConnect 
    </summary> 
LaptopDelete 
    </summary> 
LaptopDisk 
    </summary> 
LaptopEdit 
    </summary> 
LaptopError 
    </summary> 
LaptopGo 
    </summary> 
LaptopKey 
    </summary> 
LaptopLink 
    </summary> 
LaptopMagnify 
    </summary> 
LaptopStart 
    </summary> 
LaptopStop 
    </summary> 
LaptopWrench 
    </summary> 
Layers 
    </summary> 
Layout 
    </summary> 
LayoutAdd 
    </summary> 
LayoutContent 
    </summary> 
LayoutDelete 
    </summary> 
LayoutEdit 
    </summary> 
LayoutError 
    </summary> 
LayoutHeader 
    </summary> 
LayoutKey 
    </summary> 
LayoutLightning 
    </summary> 
LayoutLink 
    </summary> 
LayoutSidebar 
    </summary> 
Lightbulb 
    </summary> 
LightbulbAdd 
    </summary> 
LightbulbDelete 
    </summary> 
LightbulbOff 
    </summary> 
Lightning 
    </summary> 
LightningAdd 
    </summary> 
LightningDelete 
    </summary> 
LightningGo 
    </summary> 
Link 
    </summary> 
LinkAdd 
    </summary> 
LinkBreak 
    </summary> 
LinkDelete 
    </summary> 
LinkEdit 
    </summary> 
LinkError 
    </summary> 
LinkGo 
    </summary> 
Lock 
    </summary> 
LockAdd 
    </summary> 
LockBreak 
    </summary> 
LockDelete 
    </summary> 
LockEdit 
    </summary> 
LockGo 
    </summary> 
LockKey 
    </summary> 
LockOpen 
    </summary> 
LockStart 
    </summary> 
LockStop 
    </summary> 
Lorry 
    </summary> 
LorryAdd 
    </summary> 
LorryDelete 
    </summary> 
LorryError 
    </summary> 
LorryFlatbed 
    </summary> 
LorryGo 
    </summary> 
LorryLink 
    </summary> 
LorryStart 
    </summary> 
LorryStop 
    </summary> 
MagifierZoomOut 
    </summary> 
Magnifier 
    </summary> 
MagnifierZoomIn 
    </summary> 
Mail 
    </summary> 
Male 
    </summary> 
Map 
    </summary> 
MapAdd 
    </summary> 
MapClipboard 
    </summary> 
MapCursor 
    </summary> 
MapDelete 
    </summary> 
MapEdit 
    </summary> 
MapError 
    </summary> 
MapGo 
    </summary> 
MapLink 
    </summary> 
MapMagnify 
    </summary> 
MapStart 
    </summary> 
MapStop 
    </summary> 
MedalBronze1 
    </summary> 
MedalBronze2 
    </summary> 
MedalBronze3 
    </summary> 
MedalBronzeAdd 
    </summary> 
MedalBronzeDelete 
    </summary> 
MedalGold1 
    </summary> 
MedalGold2 
    </summary> 
MedalGold3 
    </summary> 
MedalGoldAdd 
    </summary> 
MedalGoldDelete 
    </summary> 
MedalSilver1 
    </summary> 
MedalSilver2 
    </summary> 
MedalSilver3 
    </summary> 
MedalSilverAdd 
    </summary> 
MedalSilverDelete 
    </summary> 
Money 
    </summary> 
MoneyAdd 
    </summary> 
MoneyDelete 
    </summary> 
MoneyDollar 
    </summary> 
MoneyEuro 
    </summary> 
MoneyPound 
    </summary> 
MoneyYen 
    </summary> 
Monitor 
    </summary> 
MonitorAdd 
    </summary> 
MonitorDelete 
    </summary> 
MonitorEdit 
    </summary> 
MonitorError 
    </summary> 
MonitorGo 
    </summary> 
MonitorKey 
    </summary> 
MonitorLightning 
    </summary> 
MonitorLink 
    </summary> 
MoonFull 
    </summary> 
Mouse 
    </summary> 
MouseAdd 
    </summary> 
MouseDelete 
    </summary> 
MouseError 
    </summary> 
Music 
    </summary> 
MusicNote 
    </summary> 
Neighbourhood 
    </summary> 
New 
    </summary> 
Newspaper 
    </summary> 
NewspaperAdd 
    </summary> 
NewspaperDelete 
    </summary> 
NewspaperGo 
    </summary> 
NewspaperLink 
    </summary> 
NewBlue 
    </summary> 
NewRed 
    </summary> 
NextBlue 
    </summary> 
NextGreen 
    </summary> 
Note 
    </summary> 
NoteAdd 
    </summary> 
NoteDelete 
    </summary> 
NoteEdit 
    </summary> 
NoteError 
    </summary> 
NoteGo 
    </summary> 
Outline 
    </summary> 
Overlays 
    </summary> 
Package 
    </summary> 
PackageAdd 
    </summary> 
PackageDelete 
    </summary> 
PackageDown 
    </summary> 
PackageGo 
    </summary> 
PackageGreen 
    </summary> 
PackageIn 
    </summary> 
PackageLink 
    </summary> 
PackageSe 
    </summary> 
PackageStart 
    </summary> 
PackageStop 
    </summary> 
PackageWhite 
    </summary> 
Page 
    </summary> 
PageAdd 
    </summary> 
PageAttach 
    </summary> 
PageBack 
    </summary> 
PageBreak 
    </summary> 
PageBreakInsert 
    </summary> 
PageCancel 
    </summary> 
PageCode 
    </summary> 
PageCopy 
    </summary> 
PageDelete 
    </summary> 
PageEdit 
    </summary> 
PageError 
    </summary> 
PageExcel 
    </summary> 
PageFind 
    </summary> 
PageForward 
    </summary> 
PageGear 
    </summary> 
PageGo 
    </summary> 
PageGreen 
    </summary> 
PageHeaderFooter 
    </summary> 
PageKey 
    </summary> 
PageLandscape 
    </summary> 
PageLandscapeShot 
    </summary> 
PageLightning 
    </summary> 
PageLink 
    </summary> 
PageMagnify 
    </summary> 
PagePaintbrush 
    </summary> 
PagePaste 
    </summary> 
PagePortrait 
    </summary> 
PagePortraitShot 
    </summary> 
PageRed 
    </summary> 
PageRefresh 
    </summary> 
PageSave 
    </summary> 
PageWhite 
    </summary> 
PageWhiteAcrobat 
    </summary> 
PageWhiteActionscript 
    </summary> 
PageWhiteAdd 
    </summary> 
PageWhiteBreak 
    </summary> 
PageWhiteC 
    </summary> 
PageWhiteCamera 
    </summary> 
PageWhiteCd 
    </summary> 
PageWhiteCdr 
    </summary> 
PageWhiteCode 
    </summary> 
PageWhiteCodeRed 
    </summary> 
PageWhiteColdfusion 
    </summary> 
PageWhiteCompressed 
    </summary> 
PageWhiteConnect 
    </summary> 
PageWhiteCopy 
    </summary> 
PageWhiteCplusplus 
    </summary> 
PageWhiteCsharp 
    </summary> 
PageWhiteCup 
    </summary> 
PageWhiteDatabase 
    </summary> 
PageWhiteDatabaseYellow 
    </summary> 
PageWhiteDelete 
    </summary> 
PageWhiteDvd 
    </summary> 
PageWhiteEdit 
    </summary> 
PageWhiteError 
    </summary> 
PageWhiteExcel 
    </summary> 
PageWhiteFind 
    </summary> 
PageWhiteFlash 
    </summary> 
PageWhiteFont 
    </summary> 
PageWhiteFreehand 
    </summary> 
PageWhiteGear 
    </summary> 
PageWhiteGet 
    </summary> 
PageWhiteGo 
    </summary> 
PageWhiteH 
    </summary> 
PageWhiteHorizontal 
    </summary> 
PageWhiteKey 
    </summary> 
PageWhiteLightning 
    </summary> 
PageWhiteLink 
    </summary> 
PageWhiteMagnify 
    </summary> 
PageWhiteMedal 
    </summary> 
PageWhiteOffice 
    </summary> 
PageWhitePaint 
    </summary> 
PageWhitePaintbrush 
    </summary> 
PageWhitePaint2 
    </summary> 
PageWhitePaste 
    </summary> 
PageWhitePasteTable 
    </summary> 
PageWhitePhp 
    </summary> 
PageWhitePicture 
    </summary> 
PageWhitePowerpoint 
    </summary> 
PageWhitePut 
    </summary> 
PageWhiteRefresh 
    </summary> 
PageWhiteRuby 
    </summary> 
PageWhiteSideBySide 
    </summary> 
PageWhiteStack 
    </summary> 
PageWhiteStar 
    </summary> 
PageWhiteSwoosh 
    </summary> 
PageWhiteText 
    </summary> 
PageWhiteTextWidth 
    </summary> 
PageWhiteTux 
    </summary> 
PageWhiteVector 
    </summary> 
PageWhiteVisualstudio 
    </summary> 
PageWhiteWidth 
    </summary> 
PageWhiteWord 
    </summary> 
PageWhiteWorld 
    </summary> 
PageWhiteWrench 
    </summary> 
PageWhiteZip 
    </summary> 
PageWord 
    </summary> 
PageWorld 
    </summary> 
Paint 
    </summary> 
Paintbrush 
    </summary> 
PaintbrushColor 
    </summary> 
Paintcan 
    </summary> 
PaintcanRed 
    </summary> 
PaintCanBrush 
    </summary> 
Palette 
    </summary> 
PastePlain 
    </summary> 
PasteWord 
    </summary> 
PauseBlue 
    </summary> 
PauseGreen 
    </summary> 
PauseRecord 
    </summary> 
Pencil 
    </summary> 
PencilAdd 
    </summary> 
PencilDelete 
    </summary> 
PencilGo 
    </summary> 
Phone 
    </summary> 
PhoneAdd 
    </summary> 
PhoneDelete 
    </summary> 
PhoneEdit 
    </summary> 
PhoneError 
    </summary> 
PhoneGo 
    </summary> 
PhoneKey 
    </summary> 
PhoneLink 
    </summary> 
PhoneSound 
    </summary> 
PhoneStart 
    </summary> 
PhoneStop 
    </summary> 
Photo 
    </summary> 
Photos 
    </summary> 
PhotoAdd 
    </summary> 
PhotoDelete 
    </summary> 
PhotoEdit 
    </summary> 
PhotoLink 
    </summary> 
PhotoPaint 
    </summary> 
Picture 
    </summary> 
Pictures 
    </summary> 
PicturesThumbs 
    </summary> 
PictureAdd 
    </summary> 
PictureClipboard 
    </summary> 
PictureDelete 
    </summary> 
PictureEdit 
    </summary> 
PictureEmpty 
    </summary> 
PictureError 
    </summary> 
PictureGo 
    </summary> 
PictureKey 
    </summary> 
PictureLink 
    </summary> 
PictureSave 
    </summary> 
Pilcrow 
    </summary> 
Pill 
    </summary> 
PillAdd 
    </summary> 
PillDelete 
    </summary> 
PillError 
    </summary> 
PillGo 
    </summary> 
PlayBlue 
    </summary> 
PlayGreen 
    </summary> 
Plugin 
    </summary> 
PluginAdd 
    </summary> 
PluginDelete 
    </summary> 
PluginDisabled 
    </summary> 
PluginEdit 
    </summary> 
PluginError 
    </summary> 
PluginGo 
    </summary> 
PluginKey 
    </summary> 
PluginLink 
    </summary> 
PreviousGreen 
    </summary> 
Printer 
    </summary> 
PrinterAdd 
    </summary> 
PrinterCancel 
    </summary> 
PrinterColor 
    </summary> 
PrinterConnect 
    </summary> 
PrinterDelete 
    </summary> 
PrinterEmpty 
    </summary> 
PrinterError 
    </summary> 
PrinterGo 
    </summary> 
PrinterKey 
    </summary> 
PrinterMono 
    </summary> 
PrinterStart 
    </summary> 
PrinterStop 
    </summary> 
Rainbow 
    </summary> 
RainbowStar 
    </summary> 
RecordBlue 
    </summary> 
RecordGreen 
    </summary> 
RecordRed 
    </summary> 
Reload 
    </summary> 
Report 
    </summary> 
ReportAdd 
    </summary> 
ReportDelete 
    </summary> 
ReportDisk 
    </summary> 
ReportEdit 
    </summary> 
ReportGo 
    </summary> 
ReportKey 
    </summary> 
ReportLink 
    </summary> 
ReportMagnify 
    </summary> 
ReportPicture 
    </summary> 
ReportStart 
    </summary> 
ReportStop 
    </summary> 
ReportUser 
    </summary> 
ReportWord 
    </summary> 
ResultsetFirst 
    </summary> 
ResultsetLast 
    </summary> 
ResultsetNext 
    </summary> 
ResultsetPrevious 
    </summary> 
ReverseBlue 
    </summary> 
ReverseGreen 
    </summary> 
RewindBlue 
    </summary> 
RewindGreen 
    </summary> 
Rgb 
    </summary> 
Rosette 
    </summary> 
RosetteBlue 
    </summary> 
Rss 
    </summary> 
RssAdd 
    </summary> 
RssDelete 
    </summary> 
RssError 
    </summary> 
RssGo 
    </summary> 
RssValid 
    </summary> 
Ruby 
    </summary> 
RubyAdd 
    </summary> 
RubyDelete 
    </summary> 
RubyGear 
    </summary> 
RubyGet 
    </summary> 
RubyGo 
    </summary> 
RubyKey 
    </summary> 
RubyLink 
    </summary> 
RubyPut 
    </summary> 
Script 
    </summary> 
ScriptAdd 
    </summary> 
ScriptCode 
    </summary> 
ScriptCodeRed 
    </summary> 
ScriptDelete 
    </summary> 
ScriptEdit 
    </summary> 
ScriptError 
    </summary> 
ScriptGear 
    </summary> 
ScriptGo 
    </summary> 
ScriptKey 
    </summary> 
ScriptLightning 
    </summary> 
ScriptLink 
    </summary> 
ScriptPalette 
    </summary> 
ScriptSave 
    </summary> 
ScriptStart 
    </summary> 
ScriptStop 
    </summary> 
Seasons 
    </summary> 
SectionCollapsed 
    </summary> 
SectionExpanded 
    </summary> 
Server 
    </summary> 
ServerAdd 
    </summary> 
ServerChart 
    </summary> 
ServerCompressed 
    </summary> 
ServerConnect 
    </summary> 
ServerDatabase 
    </summary> 
ServerDelete 
    </summary> 
ServerEdit 
    </summary> 
ServerError 
    </summary> 
ServerGo 
    </summary> 
ServerKey 
    </summary> 
ServerLightning 
    </summary> 
ServerLink 
    </summary> 
ServerStart 
    </summary> 
ServerStop 
    </summary> 
ServerUncompressed 
    </summary> 
ServerWrench 
    </summary> 
Shading 
    </summary> 
ShapesMany 
    </summary> 
ShapesManySelect 
    </summary> 
Shape3d 
    </summary> 
ShapeAlignBottom 
    </summary> 
ShapeAlignCenter 
    </summary> 
ShapeAlignLeft 
    </summary> 
ShapeAlignMiddle 
    </summary> 
ShapeAlignRight 
    </summary> 
ShapeAlignTop 
    </summary> 
ShapeFlipHorizontal 
    </summary> 
ShapeFlipVertical 
    </summary> 
ShapeGroup 
    </summary> 
ShapeHandles 
    </summary> 
ShapeMoveBack 
    </summary> 
ShapeMoveBackwards 
    </summary> 
ShapeMoveForwards 
    </summary> 
ShapeMoveFront 
    </summary> 
ShapeRotateAnticlockwise 
    </summary> 
ShapeRotateClockwise 
    </summary> 
ShapeShadeA 
    </summary> 
ShapeShadeB 
    </summary> 
ShapeShadeC 
    </summary> 
ShapeShadow 
    </summary> 
ShapeShadowToggle 
    </summary> 
ShapeSquare 
    </summary> 
ShapeSquareAdd 
    </summary> 
ShapeSquareDelete 
    </summary> 
ShapeSquareEdit 
    </summary> 
ShapeSquareError 
    </summary> 
ShapeSquareGo 
    </summary> 
ShapeSquareKey 
    </summary> 
ShapeSquareLink 
    </summary> 
ShapeSquareSelect 
    </summary> 
ShapeUngroup 
    </summary> 
Share 
    </summary> 
Shield 
    </summary> 
ShieldAdd 
    </summary> 
ShieldDelete 
    </summary> 
ShieldError 
    </summary> 
ShieldGo 
    </summary> 
ShieldRainbow 
    </summary> 
ShieldSilver 
    </summary> 
ShieldStart 
    </summary> 
ShieldStop 
    </summary> 
Sitemap 
    </summary> 
SitemapColor 
    </summary> 
Smartphone 
    </summary> 
SmartphoneAdd 
    </summary> 
SmartphoneConnect 
    </summary> 
SmartphoneDelete 
    </summary> 
SmartphoneDisk 
    </summary> 
SmartphoneEdit 
    </summary> 
SmartphoneError 
    </summary> 
SmartphoneGo 
    </summary> 
SmartphoneKey 
    </summary> 
SmartphoneWrench 
    </summary> 
SortAscending 
    </summary> 
SortDescending 
    </summary> 
Sound 
    </summary> 
SoundAdd 
    </summary> 
SoundDelete 
    </summary> 
SoundHigh 
    </summary> 
SoundIn 
    </summary> 
SoundLow 
    </summary> 
SoundMute 
    </summary> 
SoundNone 
    </summary> 
SoundOut 
    </summary> 
Spellcheck 
    </summary> 
Sport8ball 
    </summary> 
SportBasketball 
    </summary> 
SportFootball 
    </summary> 
SportGolf 
    </summary> 
SportGolfPractice 
    </summary> 
SportRaquet 
    </summary> 
SportShuttlecock 
    </summary> 
SportSoccer 
    </summary> 
SportTennis 
    </summary> 
Star 
    </summary> 
StarBronze 
    </summary> 
StarBronzeHalfGrey 
    </summary> 
StarGold 
    </summary> 
StarGoldHalfGrey 
    </summary> 
StarGoldHalfSilver 
    </summary> 
StarGrey 
    </summary> 
StarHalfGrey 
    </summary> 
StarSilver 
    </summary> 
StatusAway 
    </summary> 
StatusBeRightBack 
    </summary> 
StatusBusy 
    </summary> 
StatusInvisible 
    </summary> 
StatusOffline 
    </summary> 
StatusOnline 
    </summary> 
Stop 
    </summary> 
StopBlue 
    </summary> 
StopGreen 
    </summary> 
StopRed 
    </summary> 
Style 
    </summary> 
StyleAdd 
    </summary> 
StyleDelete 
    </summary> 
StyleEdit 
    </summary> 
StyleGo 
    </summary> 
Sum 
    </summary> 
Tab 
    </summary> 
Table 
    </summary> 
TableAdd 
    </summary> 
TableCell 
    </summary> 
TableColumn 
    </summary> 
TableColumnAdd 
    </summary> 
TableColumnDelete 
    </summary> 
TableConnect 
    </summary> 
TableDelete 
    </summary> 
TableEdit 
    </summary> 
TableError 
    </summary> 
TableGear 
    </summary> 
TableGo 
    </summary> 
TableKey 
    </summary> 
TableLightning 
    </summary> 
TableLink 
    </summary> 
TableMultiple 
    </summary> 
TableRefresh 
    </summary> 
TableRelationship 
    </summary> 
TableRow 
    </summary> 
TableRowDelete 
    </summary> 
TableRowInsert 
    </summary> 
TableSave 
    </summary> 
TableSort 
    </summary> 
TabAdd 
    </summary> 
TabBlue 
    </summary> 
TabDelete 
    </summary> 
TabEdit 
    </summary> 
TabGo 
    </summary> 
TabGreen 
    </summary> 
TabRed 
    </summary> 
Tag 
    </summary> 
TagsGrey 
    </summary> 
TagsRed 
    </summary> 
TagBlue 
    </summary> 
TagBlueAdd 
    </summary> 
TagBlueDelete 
    </summary> 
TagBlueEdit 
    </summary> 
TagGreen 
    </summary> 
TagOrange 
    </summary> 
TagPink 
    </summary> 
TagPurple 
    </summary> 
TagRed 
    </summary> 
TagYellow 
    </summary> 
Telephone 
    </summary> 
TelephoneAdd 
    </summary> 
TelephoneDelete 
    </summary> 
TelephoneEdit 
    </summary> 
TelephoneError 
    </summary> 
TelephoneGo 
    </summary> 
TelephoneKey 
    </summary> 
TelephoneLink 
    </summary> 
TelephoneRed 
    </summary> 
Television 
    </summary> 
TelevisionAdd 
    </summary> 
TelevisionDelete 
    </summary> 
TelevisionIn 
    </summary> 
TelevisionOff 
    </summary> 
TelevisionOut 
    </summary> 
TelevisionStar 
    </summary> 
Textfield 
    </summary> 
TextfieldAdd 
    </summary> 
TextfieldDelete 
    </summary> 
TextfieldKey 
    </summary> 
TextfieldRename 
    </summary> 
TextAb 
    </summary> 
TextAlignCenter 
    </summary> 
TextAlignJustify 
    </summary> 
TextAlignLeft 
    </summary> 
TextAlignRight 
    </summary> 
TextAllcaps 
    </summary> 
TextBold 
    </summary> 
TextColumns 
    </summary> 
TextComplete 
    </summary> 
TextDirection 
    </summary> 
TextDoubleUnderline 
    </summary> 
TextDropcaps 
    </summary> 
TextFit 
    </summary> 
TextFlip 
    </summary> 
TextFontDefault 
    </summary> 
TextHeading1 
    </summary> 
TextHeading2 
    </summary> 
TextHeading3 
    </summary> 
TextHeading4 
    </summary> 
TextHeading5 
    </summary> 
TextHeading6 
    </summary> 
TextHorizontalrule 
    </summary> 
TextIndent 
    </summary> 
TextIndentRemove 
    </summary> 
TextInverse 
    </summary> 
TextItalic 
    </summary> 
TextKerning 
    </summary> 
TextLeftToRight 
    </summary> 
TextLetterspacing 
    </summary> 
TextLetterOmega 
    </summary> 
TextLinespacing 
    </summary> 
TextListBullets 
    </summary> 
TextListNumbers 
    </summary> 
TextLowercase 
    </summary> 
TextLowercaseA 
    </summary> 
TextMirror 
    </summary> 
TextPaddingBottom 
    </summary> 
TextPaddingLeft 
    </summary> 
TextPaddingRight 
    </summary> 
TextPaddingTop 
    </summary> 
TextReplace 
    </summary> 
TextRightToLeft 
    </summary> 
TextRotate0 
    </summary> 
TextRotate180 
    </summary> 
TextRotate270 
    </summary> 
TextRotate90 
    </summary> 
TextRuler 
    </summary> 
TextShading 
    </summary> 
TextSignature 
    </summary> 
TextSmallcaps 
    </summary> 
TextSpelling 
    </summary> 
TextStrikethrough 
    </summary> 
TextSubscript 
    </summary> 
TextSuperscript 
    </summary> 
TextTab 
    </summary> 
TextUnderline 
    </summary> 
TextUppercase 
    </summary> 
Theme 
    </summary> 
ThumbDown 
    </summary> 
ThumbUp 
    </summary> 
Tick 
    </summary> 
Time 
    </summary> 
TimelineMarker 
    </summary> 
TimeAdd 
    </summary> 
TimeDelete 
    </summary> 
TimeGo 
    </summary> 
TimeGreen 
    </summary> 
TimeRed 
    </summary> 
Transmit 
    </summary> 
TransmitAdd 
    </summary> 
TransmitBlue 
    </summary> 
TransmitDelete 
    </summary> 
TransmitEdit 
    </summary> 
TransmitError 
    </summary> 
TransmitGo 
    </summary> 
TransmitRed 
    </summary> 
Tux 
    </summary> 
User 
    </summary> 
UserAdd 
    </summary> 
UserAlert 
    </summary> 
UserB 
    </summary> 
UserBrown 
    </summary> 
UserComment 
    </summary> 
UserComment2 
    </summary> 
UserCross 
    </summary> 
UserDelete 
    </summary> 
UserEarth 
    </summary> 
UserEdit 
    </summary> 
UserFemale 
    </summary> 
UserGo 
    </summary> 
UserGray 
    </summary> 
UserGrayCool 
    </summary> 
UserGreen 
    </summary> 
UserHome 
    </summary> 
UserKey 
    </summary> 
UserMagnify 
    </summary> 
UserMature 
    </summary> 
UserOrange 
    </summary> 
UserRed 
    </summary> 
UserStar 
    </summary> 
UserSuit 
    </summary> 
UserSuitBlack 
    </summary> 
UserTick 
    </summary> 
Vcard 
    </summary> 
VcardAdd 
    </summary> 
VcardDelete 
    </summary> 
VcardEdit 
    </summary> 
VcardKey 
    </summary> 
Vector 
    </summary> 
VectorAdd 
    </summary> 
VectorDelete 
    </summary> 
VectorKey 
    </summary> 
Wand 
    </summary> 
WeatherCloud 
    </summary> 
WeatherClouds 
    </summary> 
WeatherCloudy 
    </summary> 
WeatherCloudyRain 
    </summary> 
WeatherLightning 
    </summary> 
WeatherRain 
    </summary> 
WeatherSnow 
    </summary> 
WeatherSun 
    </summary> 
Webcam 
    </summary> 
WebcamAdd 
    </summary> 
WebcamConnect 
    </summary> 
WebcamDelete 
    </summary> 
WebcamError 
    </summary> 
WebcamStart 
    </summary> 
WebcamStop 
    </summary> 
World 
    </summary> 
WorldAdd 
    </summary> 
WorldConnect 
    </summary> 
WorldDawn 
    </summary> 
WorldDelete 
    </summary> 
WorldEdit 
    </summary> 
WorldGo 
    </summary> 
WorldKey 
    </summary> 
WorldLink 
    </summary> 
WorldNight 
    </summary> 
WorldOrbit 
    </summary> 
Wrench 
    </summary> 
WrenchOrange 
    </summary> 
Xhtml 
    </summary> 
XhtmlAdd 
    </summary> 
XhtmlDelete 
    </summary> 
XhtmlError 
    </summary> 
XhtmlGo 
    </summary> 
XhtmlValid 
    </summary> 
Zoom 
    </summary> 
ZoomIn 
    </summary> 
ZoomOut 
    </summary> 

◆ IconAlign

enum Ext.Net.IconAlign
strong

Enumerator
Top 
    </summary> 
Right 
    </summary> 
Bottom 
    </summary> 
Left 
    </summary> 

◆ IDMode

enum Ext.Net.IDMode
strong

Enumerator
Inherit 

[Default] Inherits the IDMode for the Parent. This is the default functionality of all Ext.Net Components.

Legacy 

Legacy functionality for generating CliendID's. No change from default ASP.NET functionality.

Static 

Render the "id" property in the client as exactly the value set. Developer must manually ensure client-side ID uniqueness.

Ignore 

Do not render the "id" property in the client.

Explicit 

Only render the "id" property if the .ID is explicitly set, otherwise renders as the ClientID if autogenerated by the ASP.NET runtime.

Client 

Only render the ClientID property if the .ID is explicitly set.

Predictable 

The ClientID value is generated by concatenating the ID value of the parent naming container with the ID value of the control. Each segment is separated by an underscore character (_).

Parent 

The ClientID value is generated by concatenating the ID value of the parent Ext.NET component of the parent naming container with the ID value of the control. Each segment is separated by an underscore character (_).

◆ ImageLocationType

Enumerator
File 
    </summary> 
Embedded 
    </summary> 

◆ InitScriptMode

Enumerator
Inline 

Script merged with the page being rendered.

Linked 

Script loaded as a separate resource, with content-type as application/javascript (default).

◆ InitValueValidation

Defines behaviour of field remote validation for init value

Enumerator
Valid 

Init value is valid always

Invalid 

Init value is considered as invalid and requires remote validation

Validate 

Remote validation is triggered automatically to validate init value

◆ InputType

enum Ext.Net.InputType
strong

Enumerator
Text 

Creates a single-line text input control.

Password 

Like "text", but the input text is rendered in such a way as to hide the characters (e.g., a series of asterisks). This control type is often used for sensitive input such as passwords. Note that the current value is the text entered by the user, not the text rendered by the user agent. Note. Application designers should note that this mechanism affords only light security protection. Although the password is masked by user agents from casual observers, it is transmitted to the server in clear text, and may be read by anyone with low-level access to the network.

Checkbox 

Creates a checkbox.

Radio 

Creates a radio button.

Image 

Creates a graphical submit button. The value of the src attribute specifies the URI of the image that will decorate the button. For accessibility reasons, authors should provide alternate text for the image via the alt attribute.

Reset 

Creates a reset button.

Button 

Creates a push button. User agents should use the value of the value attribute as the button's label.

Hidden 

Creates a hidden control.

File 

Creates a file select control. User agents may use the value of the value attribute as the initial file name.

Color 
    </summary> 
Date 
    </summary> 
DateTime 
    </summary> 
Email 
    </summary> 
Number 
    </summary> 
Range 
    </summary> 
Search 
    </summary> 
Tel 
    </summary> 
Time 
    </summary> 
Url 
    </summary> 
Month 
    </summary> 
Week 
    </summary> 

◆ InsertPosition

Enumerator
BeforeBegin 
    </summary> 
AfterBegin 
    </summary> 
BeforeEnd 
    </summary> 
AfterEnd 
    </summary> 
Before 
    </summary> 
After 
    </summary> 

◆ ItemSelectorButton

Enumerator
Top 
    </summary> 
Up 
    </summary> 
Add 
    </summary> 
Remove 
    </summary> 
Down 
    </summary> 
Bottom 
    </summary> 

◆ JsonMode

enum Ext.Net.JsonMode
strong

Enumerator
Array 
    </summary> 
AlwaysArray 
    </summary> 
ArrayToObject 
    </summary> 
Custom 
    </summary> 
Ignore 
    </summary> 
Object 
    </summary> 
ObjectAllowEmpty 
    </summary> 
Raw 
    </summary> 
ToLower 
    </summary> 
ToCamelLower 
    </summary> 
UnrollCollection 
    </summary> 
UnrollObject 
    </summary> 
Reflection 
    </summary> 
Value 
    </summary> 
ClientConfigSerialize 

Converts the object using a new instance of ClientConfig.Serialize().

ToString 
    </summary> 
ToClientID 
    </summary> 
Url 
    </summary> 
Serialize 
    </summary> 
ReflectionToCamel 
    </summary> 

◆ KeyCode

enum Ext.Net.KeyCode
strong

Enumerator
None 
    </summary> 
BACKSPACE 
    </summary> 
TAB 
    </summary> 
NUM_CENTER 
    </summary> 
ENTER 
    </summary> 
RETURN 
    </summary> 
SHIFT 
    </summary> 
CTRL 
    </summary> 
CONTROL 
    </summary> 
ALT 
    </summary> 
PAUSE 
    </summary> 
CAPS_LOCK 
    </summary> 
ESC 
    </summary> 
SPACE 
    </summary> 
PAGE_UP 
    </summary> 
PAGEUP 
    </summary> 
PAGE_DOWN 
    </summary> 
PAGEDOWN 
    </summary> 
END 
    </summary> 
HOME 
    </summary> 
LEFT 
    </summary> 
UP 
    </summary> 
RIGHT 
    </summary> 
DOWN 
    </summary> 
PRINT_SCREEN 
    </summary> 
INSERT 
    </summary> 
DELETE 
    </summary> 
ZERO 
    </summary> 
ONE 
    </summary> 
TWO 
    </summary> 
THREE 
    </summary> 
FOUR 
    </summary> 
FIVE 
    </summary> 
SIX 
    </summary> 
SEVEN 
    </summary> 
EIGHT 
    </summary> 
NINE 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
    </summary> 
CONTEXT_MENU 
    </summary> 
NUM_ZERO 
    </summary> 
NUM_ONE 
    </summary> 
NUM_TWO 
    </summary> 
NUM_THREE 
    </summary> 
NUM_FOUR 
    </summary> 
NUM_FIVE 
    </summary> 
NUM_SIX 
    </summary> 
NUM_SEVEN 
    </summary> 
NUM_EIGHT 
    </summary> 
NUM_NINE 
    </summary> 
NUM_MULTIPLY 
    </summary> 
NUM_PLUS 
    </summary> 
NUM_MINUS 
    </summary> 
NUM_PERIOD 
    </summary> 
NUM_DIVISION 
    </summary> 
F1 
    </summary> 
F2 
    </summary> 
F3 
    </summary> 
F4 
    </summary> 
F5 
    </summary> 
F6 
    </summary> 
F7 
    </summary> 
F8 
    </summary> 
F9 
    </summary> 
F10 
    </summary> 
F11 
    </summary> 
F12 
    </summary> 

◆ LabelAlign

enum Ext.Net.LabelAlign
strong

Enumerator
Left 

The label is positioned to the left of the field, with its text aligned to the left. Its width is determined by the labelWidth config.

Top 

The label is positioned above the field.

Right 

The label is positioned to the left of the field, with its text aligned to the right. Its width is determined by the labelWidth config.

◆ LayoutType

enum Ext.Net.LayoutType
strong

Enumerator
Absolute 
    </summary> 
Accordion 
    </summary> 
Anchor 
    </summary> 
Auto 
    </summary> 
Border 
    </summary> 
Card 
    </summary> 
Center 
    </summary> 
Column 
    </summary> 
Fit 
    </summary> 
Form 
    </summary> 
HBox 
    </summary> 
Table 
    </summary> 
VBox 
    </summary> 

◆ LazyMode

enum Ext.Net.LazyMode
strong

How t he JavaScript code should be rendered client-side.

Enumerator
Default 

Assumes default value on client-side (outpus the default way depending on the context/component).

Inherit 

Inherit the js code rendering mode from underlying object.

Config 

Renders the JavaScript code as a config JavaScript object.

Instance 

Renders the JavaScript code as a class instantiation code.

◆ LegendPosition

Enumerator
Left 
    </summary> 
Bottom 
    </summary> 
Right 
    </summary> 
Top 
    </summary> 
Float 
    </summary> 

◆ LoadMode

enum Ext.Net.LoadMode
strong

The type of content that is to be loaded into a component, which can be one of 4 types

Enumerator
Html 

Loads raw html content, see Ext.AbstractComponent-html

Data 

Loads raw html content, see Ext.AbstractComponent-data

Component 

Loads child {Ext.AbstractComponent} instances. This option is only valid when used with a Container.

Frame 

Loads a page inside generated iframe element. This option is only valid when used with a Container.

Script 

Execute script

◆ MaskClickActions

Possible messagebox mask click action methods.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Focus 

Focus the window, which will then pass focus into its cfg-defaultFocus delegate.

Hide 

hide the window by setting visibility to hidden and applying negative offsets.

◆ MaskTarget

enum Ext.Net.MaskTarget
strong

Enumerator
This 
    </summary> 
Parent 
    </summary> 
Page 
    </summary> 
CustomTarget 
    </summary> 
Body 
    </summary> 

◆ MessageTarget

enum Ext.Net.MessageTarget
strong

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Qtip 

Display a quick tip containing the message when the user hovers over the field.

Title 

Display the message in a default browser title attribute popup.

Under 

Add a block div beneath the field containing the error message.

Side 

Add an error icon to the right of the field, displaying the message in a popup on hover.

None 

Don't display any error message. This might be useful if you are implementing custom error display.

◆ ModelFieldType

The data type for conversion to displayable value

Enumerator
Auto 

(Default, implies no conversion)

String 

To string conversion

Int 

To int conversion

Float 

To float conversion

Boolean 

To boolean conversion

Date 

To date conversion

Object 

Serialize as object

◆ MultiSelectMode

Enumerator
Checkbox 
    </summary> 
Selection 
    </summary> 
All 
    </summary> 

◆ NoteAlign

enum Ext.Net.NoteAlign
strong

Enumerator
Top 
    </summary> 
Down 
    </summary> 

◆ Orientation

enum Ext.Net.Orientation
strong

Vertical or horizontal orientation.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Vertical 

Vertical/portrait orientation.

Horizontal 

Horizontal/landscape orientation.

None 

No explicit orientation.

◆ Overflow

enum Ext.Net.Overflow
strong

Enumerator
Hidden 

Hide what overflows behind its boundaries.

Auto 

Let the browser choose whether to show scrollbars.

Scroll 

Show scrollbars to allow viewing all contents that overflow its boundaries.

◆ OverflowHandler

The overflowHandler for toolbar

Enumerator
None 

Hidden overflow

Scroller 

Render left/right scroller buttons on either side of the toolbar

Menu 

Render the overflowing buttons as items of an overflow menu

◆ ParameterMode

enum Ext.Net.ParameterMode
strong

Enumerator
Raw 
    </summary> 
Value 
    </summary> 
Auto 
    </summary> 

◆ PasswordMaskMode

Enumerator
ShowLast 
    </summary> 
ShowAll 
    </summary> 
HideAll 
    </summary> 

◆ PDFFormat

enum Ext.Net.PDFFormat
strong

Enumerator
A3 
    </summary> 
A4 
    </summary> 
A5 
    </summary> 
Legal 
    </summary> 
Letter 
    </summary> 
Tabloid 
    </summary> 

◆ PDFOrientation

Enumerator
Portrait 
    </summary> 
Landscape 
    </summary> 

◆ PickerAutoPostBackEvent

Enumerator
Change 
    </summary> 
Select 
    </summary> 

◆ Position

enum Ext.Net.Position
strong

Enumerator
Angular 
    </summary> 
Bottom 
    </summary> 
Left 
    </summary> 
Radial 
    </summary> 
Right 
    </summary> 
Top 
    </summary> 
Gauge 
    </summary> 

◆ PropagateDirection

Possible propagation options for hierarchical entities.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

None 

Checking a check node does not affect any other nodes.

Up 

Checking a check node synchronizes the value of its parent node with the state of its children.

Down 

Checking a check node propagates the value to its child nodes.

Both 

Checking a check node updates its child nodes, and syncs its parent node.

◆ PropertyGridEditorType

Enumerator
Auto 
    </summary> 
Date 
    </summary> 
Boolean 
    </summary> 
Number 
    </summary> 
String 
    </summary> 

◆ Region

enum Ext.Net.Region
strong

Enumerator
None 
    </summary> 
North 
    </summary> 
South 
    </summary> 
West 
    </summary> 
East 
    </summary> 
Center 
    </summary> 

◆ RemoteTreeAction

Enumerator
Edit 

Edit.

Remove 

Remove.

Insert 

Insert.

Append 

Append.

Move 

Move.

◆ RendererFormat

Reusable data formatting functions

Enumerator
None 
    </summary> 
Capitalize 

Converts the first character only of a string to upper case

Date 

Parse a value into a formatted date using the specified format pattern.

DateRenderer 

Returns a date rendering function that can be reused to apply a date format multiple times efficiently format : String (optional) Any valid date format string (defaults to 'm/d/Y')

DefaultValue 

Checks a reference and converts it to the default value if it's empty

Ellipsis 

Truncate a string and add an ellipsis ('...') to the end if it exceeds the specified length defaultValue : String The value to insert of it's undefined (defaults to "")

Escape 

Escapes the passed string for ' and .

FileSize 

Simple format for a file size (xxx bytes, xxx KB, xxx MB) length : Number The maximum length to allow before truncating word : Boolean True to try to find a common work break

Hex 

Returns the given number as a base 16 string at least digits in length. If the number is fewer digits, 0's are prepended as necessary. If digits is negative, the absolute value is the exact number of digits to return. In this case, if then number has more digits, only the least significant digits are returned.

digits: Number

HtmlDecode 

Convert certain characters from their HTML character equivalents.

HtmlEncode 

Convert certain characters to their HTML character equivalents for literal display in web pages.

Nl2br 

Converts newline characters to the HTML tag <br/>

Number 

Formats the number according to the format string. examples (123456.789): 0 - (123456) show only digits, no precision 0.00 - (123456.78) show only digits, 2 precision 0.0000 - (123456.7890) show only digits, 4 precision 0,000 - (123,456) show comma and digits, no precision 0,000.00 - (123,456.78) show comma and digits, 2 precision 0,0.00 - (123,456.78) shortcut method, show comma and digits, 2 precision To reverse the grouping (,) and decimal (.) for international numbers, add /i to the end. For example: 0.000,00/i

NumberRenderer 

Returns a number rendering function that can be reused to apply a number format multiple times efficiently

Lowercase 

Converts a string to all lower case letters

Percent 

Formats the passed number as a percentage according to the passed format string. The number should be between 0 and 1 to represent 0% to 100%.

formatString: String The same as for Number formatter.

Plural 

Selectively do a plural form of a word based on a numeric value. For example, in a template, {commentCount:plural("Comment")} would result in "1 Comment" if commentCount was 1 or would be "x Comments" if the value is 0 or greater than 1.

Round 

Rounds the passed number to the required decimal precision. singular : String The singular form of the word plural : String (optional) The plural form of the word (defaults to the singular with an "s")

StripScripts 

Strips all script tags precision : Number The number of decimal places to which to round the first parameter's value.

StripTags 

Strips all HTML tags

Substr 

Returns a substring from within an original string

Trim 

Trims any whitespace from either side of a string start : Number The start index of the substring length : Number The length of the substring

Uncapitalize 

Uncapitalize the first letter of a given string.

Undef 

Checks a reference and converts it to empty string if it is undefined

Uppercase 

Converts a string to all upper case letters

UsMoney 

Format a number as US currency

EuroMoney 

Format a number as Euro currency

Checkbox 
    </summary> 
Time 
    </summary> 
Tags 
    </summary> 

◆ RenderMode

enum Ext.Net.RenderMode
strong

Enumerator
Auto 

Automatic mode detection

RenderTo 

Render the control to the end of the element

AddTo 

Add the control to items collection of the element

InsertTo 

Insert the control to items collection of the element

Replace 

Replace the element by this control

Config 

Returns the config. This mode is currently supported in PartialViewResult only

◆ ResizeHandle

enum Ext.Net.ResizeHandle
strong

Resize handle position in relation of the reference/component.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

North 

Position handle at North.

South 

Position handle at South.

East 

Position handle at East.

West 

Position handle at West.

NorthWest 

Position handle at NorthWest.

SouthWest 

Position handle at SouthWest.

SouthEast 

Position handle at SouthEast.

NorthEast 

Position handle at NorthEast.

All 

Position handles at each direction.

◆ ResourceLocationType

Enumerator
None 
    </summary> 
CDN 
    </summary> 
File 
    </summary> 
Embedded 
    </summary> 

◆ ResourceMode

enum Ext.Net.ResourceMode
strong

An enumeration of possible modes for ResourcePlaceHodler.

Enumerator
Style 

Renders the Ext.NET CSS resources in the place where the ResourcePlaceHolder is defined.

Script 

Renders the Ext.NET JavaScript resources and the Ext.NET initialization script together in the place where the ResourcePlaceHolder is defined.

ScriptFiles 

Renders the Ext.NET JavaScript resources in the place where the ResourcePlaceHolder is defined. But the Ext.NET initialization script is rendered at the end of the head tag as by default, allowing you to insert your own HTML (such as your own JavaScript) in between.

◆ ResourceType

enum Ext.Net.ResourceType
strong

Enumerator
ExtJS 

Resource is specific to Ext JS.

ExtNet 

Resource is specific to Ext.NET.

Other 

Resource is not specific to either Ext JS nor Ext.NET.

◆ ScriptMode

enum Ext.Net.ScriptMode
strong

Enumerator
Debug 
    </summary> 
Release 
    </summary> 

◆ ScriptPosition

Enumerator
BeforeInit 
    </summary> 
AfterInit 
    </summary> 
Auto 
    </summary> 

◆ ScrollableOption

Configuration options to make the Component scrollable

Enumerator
Both 

Enables auto scrolling, both - horizontal and vertical

Default 

Assumes default value on client-side (do not specify anything on output JS).

Disabled 

Disables scrolling

Horizontal 

Enables horizontal scrolling only

Vertical 

Enables vertical scrolling only

◆ ScrollMode

enum Ext.Net.ScrollMode
strong

Enumerator
None 
    </summary> 
Both 
    </summary> 
Horizontal 
    </summary> 
Vertical 
    </summary> 

◆ SelectionMode

enum Ext.Net.SelectionMode
strong

Selection mode for selection model

Enumerator
Simple 

summary> Enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl, false to force the user to hold Ctrl or Shift to select more than on item /summary> summary> Allow selection of exactly one item at a time, false to allow no selection at all /summary>

Single 

summary> Allow selection of more than one item at a time, false to allow selection of only a single item at a time or no selection at all, depending on the value of singleSelect /summary>

◆ SelectionType

enum Ext.Net.SelectionType
strong

Enumerator
Cell 
    </summary> 
Row 
    </summary> 
Checkbox 
    </summary> 
Tree 
    </summary> 

◆ SeriesLabelDisplay

Specifies the presence and position of labels for each pie slice. Area and Radar series do not support this, use tooltips instead.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

None 

Hide the label. Supported by all series types.

Rotate 

Supported by Line, Scatter and Pie series.

Inside 

Undocumented, supported at least by Pie series.

This is not documented on Sencha, reported on 2017-01-20 to the following forum thread: https://www.sencha.com/forum/showthread.php?334832 Was mistakenly removed while implementing issue #1380.

InsideStart 

Supported by Bar and 3D Bar series.

InsideEnd 

Supported by Bar and 3D Bar series.

Outside 

Supported by Bar, 3D Bar, and Pie series. Only setting accepted by 3D Pie series besides 'None'.

Over 

Supported by Line and Scatter series.

Under 

Supported by Line and Scatter series.

Horizontal 

Supported by Pie series.

Vertical 

Supported by Pie series.

◆ ShadowMode

enum Ext.Net.ShadowMode
strong

The shadow display mode.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

None 

No Shadow

Sides 

Shadow displays on both sides and bottom only

Frame 

Shadow displays equally on all four sides

Drop 

Traditional bottom-right drop shadow

◆ ShowMode

enum Ext.Net.ShowMode
strong

Enumerator
Grid 
    </summary> 
Stack 
    </summary> 

◆ ShrinkWrap

enum Ext.Net.ShrinkWrap
strong

In CSS terms, shrink-wrap width is analogous to an inline-block element as opposed to a block-level element. Some container layouts always shrink-wrap their children, effectively ignoring this property (e.g., Ext.layout.container.HBox, Ext.layout.container.VBox, Ext.layout.component.Dock).

Enumerator
Neither 

Neither width nor height depend on content. This is equivalent to false.

Width 

Width depends on content (shrink wraps), but height does not.

Height 

Height depends on content (shrink wraps), but width does not. The default.

Both 

Both width and height depend on content (shrink wrap). This is equivalent to true.

◆ SlideTo

enum Ext.Net.SlideTo
strong

Enumerator
Auto 
    </summary> 
Up 
    </summary> 
Right 
    </summary> 
Left 
    </summary> 
Down 
    </summary> 

◆ SortDirection

enum Ext.Net.SortDirection
strong

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

ASC 

Ascending/positive sort order.

DESC 

Descending/negative sort order.

◆ SortTypeMethod

Sort types

Enumerator
None 

Default sort that does nothing

AsDate 

Date sorting

AsFloat 

Float sorting

AsInt 

Integer sorting

AsText 

Strips all HTML tags to sort on text only

AsUCString 

Case insensitive string

AsUCText 

Strips all HTML tags to sort on text only - Case insensitive

◆ SpreadsheetExtensible

Possible values for the SpreadsheetSelectionModel's Extensible configuration

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Only allow extending the block to the left or right (x-axis).

XY 

Allow extending the block in both dimensions (any axis).

Only allow extending the block above or below (y-axis).

◆ SpriteType

enum Ext.Net.SpriteType
strong

The type of the sprite.

Enumerator
None 
    </summary> 
Circle 
    </summary> 
Path 
    </summary> 
Rect 
    </summary> 
Text 
    </summary> 
Square 
    </summary> 
Image 
    </summary> 
Line 
    </summary> 
Triangle 
    </summary> 
Diamond 
    </summary> 
Cross 
    </summary> 
Plus 
    </summary> 
Arrow 
    </summary> 
Drop 
    </summary> 
Ellipse 
    </summary> 
Composite 
    </summary> 

◆ StandardChartTheme

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

DefaultGradients 

The DefaultGradients theme.

Green 

The Green theme.

GreenGradients 

The GreenGradients theme.

Sky 

The Sky theme.

SkyGradients 

The SkyGradients theme.

Red 

The Red theme.

RedGradients 

The RedGradients theme.

Purple 

The Purple theme.

PurpleGradients 

The PurpleGradients theme.

Blue 

The Blue theme.

BlueGradients 

The BlueGradients theme.

Yellow 

The Yellow theme.

YellowGradients 

The YellowGradients theme.

Category1 

The Category1 theme.

Category1Gradients 

The Category1Gradients theme.

Category2 

The Category2 theme.

Category2Gradients 

The Category2Gradients theme.

Category3 

The Category3 theme.

Category3Gradients 

The Category3Gradients theme.

Category4 

The Category4 theme.

Category4Gradients 

The Category4Gradients theme.

Category5 

The Category5 theme.

Category5Gradients 

The Category5Gradients theme.

Category6 

The Category6 theme.

Category6Gradients 

The Category6Gradients theme.

◆ StateProvider

enum Ext.Net.StateProvider
strong

Enumerator
None 
    </summary> 
Cookie 
    </summary> 
PostBack 
    </summary> 
LocalStorage 
    </summary> 

◆ StatusAlign

enum Ext.Net.StatusAlign
strong

Enumerator
Left 
    </summary> 
Right 
    </summary> 

◆ StoreAction

enum Ext.Net.StoreAction
strong

Enumerator
Read 
    </summary> 
Create 
    </summary> 
Update 
    </summary> 
Destroy 
    </summary> 
Submit 
    </summary> 

◆ StrokeLinecap

enum Ext.Net.StrokeLinecap
strong

Enumerator
None 
    </summary> 
Butt 
    </summary> 
Round 
    </summary> 
Square 
    </summary> 
Miter 
    </summary> 

◆ StrokeLinejoin

Enumerator
None 
    </summary> 
Miter 
    </summary> 
Round 
    </summary> 
Bevel 
    </summary> 

◆ SummaryDock

enum Ext.Net.SummaryDock
strong

Enumerator
None 
    </summary> 
Bottom 
    </summary> 
Top 
    </summary> 

◆ SummaryType

enum Ext.Net.SummaryType
strong

Enumerator
None 
    </summary> 
Average 
    </summary> 
Count 
    </summary> 
Max 
    </summary> 
Min 
    </summary> 
Sum 
    </summary> 

◆ TabAlign

enum Ext.Net.TabAlign
strong

Enumerator
Left 
    </summary> 
Right 
    </summary> 

◆ TabPosition

enum Ext.Net.TabPosition
strong

Enumerator
Top 
    </summary> 
Bottom 
    </summary> 
Left 
    </summary> 
Right 
    </summary> 

◆ TagSelectionMode

Selection mode for tag label

Enumerator
None 

Selection is disabled

summary> Enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl, false to force the user to hold Ctrl or Shift to select more than on item /summary>

Simple 

summary> Allow selection of exactly one item at a time, false to allow no selection at all /summary>

Single 

summary> Allow selection of more than one item at a time, false to allow selection of only a single item at a time or no selection at all, depending on the value of singleSelect /summary>

◆ TemplateWriteMode

The Ext.XTemplate method to use when updating the content area of the AbstractComponent /summary>

Enumerator
Append 

summary> Applies the supplied values to the template and appends the new node(s) to the specified el. /summary> summary> Applies the supplied values to the template and inserts the new node(s) after el. /summary>

InsertAfter 

summary> Applies the supplied values to the template and inserts the new node(s) before el. /summary>

InsertBefore 

summary> Applies the supplied values to the template and inserts the new node(s) as the first child of el. /summary>

InsertFirst 

summary> Applies the supplied values to the template and overwrites the content of el with the new node(s). /summary>

◆ TextAlign

enum Ext.Net.TextAlign
strong

The text-align property specifies the horizontal alignment of text in an element.

Enumerator
Left 

Aligns the text to the left

Right 

Aligns the text to the right

Center 

Centers the text

Justify 

Stretches the lines so that each line has equal width (like in newspapers and magazines)

◆ TextSelectDirection

The direction of the text selection.

Enumerator
Default 

summary> Assumes default value on client-side (do not specify anything on output JS). /summary> summary> Forward (start to end) selection. /summary>

Forward 

summary> Backward (end to start) selection. /summary>

◆ TextSpriteAlign

Enumerator
Start 
    </summary> 
End 
    </summary> 
Left 
    </summary> 
Right 
    </summary> 
Center 
    </summary> 

◆ Theme

enum Ext.Net.Theme
strong

Enumerator
Aria 
    </summary> 
Classic 

The 'Classic' or 'Blue' theme.

Crisp 
    </summary> 
CrispTouch 
    </summary> 
Graphite 

The 'Graphite' theme.

Gray 
    </summary> 
Material 

The 'Material' theme.

Neptune 
    </summary> 
NeptuneTouch 
    </summary> 
Triton 
    </summary> 
None 
    </summary> 

◆ ThreeStateBool

Enumerator
Undefined 
    </summary> 
False 
    </summary> 
True 
    </summary> 

◆ TimeIntervalUnit

Enumerator
Second 
    </summary> 
Minute 
    </summary> 
Hour 
    </summary> 

◆ TitleAlign

enum Ext.Net.TitleAlign
strong

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

Left 

Align title to the left.

Right 

Align title to the right.

Center 

Center the title.

◆ ToastAlign

enum Ext.Net.ToastAlign
strong

List of possible Toast alignments.

Enumerator
Default 

Assumes default value on client-side (do not specify anything on output JS).

BottomRight 

Align toast to the bottom-right corner of the screen.

BottomLeft 

Align toast to the bottom-left corner of the screen.

TopRight 

Align toast to the top-right corner of the screen.

TopLeft 

Align toast to the top-left corner of the screen.

Top 

Align toast to the top (center) of the screen.

Left 

Align toast to the right of the screen.

Bottom 

Align toast to the right of the screen.

Right 

Align toast to the right of the screen.

◆ ToolTipType

enum Ext.Net.ToolTipType
strong

Enumerator
Qtip 
    </summary> 
Title 
    </summary> 

◆ ToolType

enum Ext.Net.ToolType
strong

Enumerator
None 
    </summary> 
Toggle 
    </summary> 
Close 
    </summary> 
Collapse 
    </summary> 
Expand 
    </summary> 
Minimize 
    </summary> 
Maximize 
    </summary> 
Move 
    </summary> 
Restore 
    </summary> 
Gear 
    </summary> 
Pin 
    </summary> 
Unpin 
    </summary> 
Right 
    </summary> 
Left 
    </summary> 
Up 
    </summary> 
Down 
    </summary> 
Refresh 
    </summary> 
Minus 
    </summary> 
Next 
    </summary> 
Plus 
    </summary> 
Help 
    </summary> 
Search 
    </summary> 
Save 
    </summary> 
Print 
    </summary> 
Prev 
    </summary> 
Resize 
    </summary> 

◆ TreePanelMode

enum Ext.Net.TreePanelMode
strong

Enumerator
Local 
    </summary> 
Remote 
    </summary> 

◆ TriggerAction

enum Ext.Net.TriggerAction
strong

Enumerator
All 
    </summary> 
Query 
    </summary> 

◆ TriggerIcon

enum Ext.Net.TriggerIcon
strong

Enumerator
Empty 
    </summary> 
Ellipsis 
    </summary> 
Date 
    </summary> 
Clear 
    </summary> 
Search 
    </summary> 
Combo 
    </summary> 
SimpleEllipsis 
    </summary> 
SimpleAdd 
    </summary> 
SimpleAlt 
    </summary> 
SimpleArrowDown 
    </summary> 
SimpleArrowUp 
    </summary> 
SimpleConnect 
    </summary> 
SimpleCross 
    </summary> 
SimpleDatabase 
    </summary> 
SimpleDelete 
    </summary> 
SimpleDisk 
    </summary> 
SimpleEarth 
    </summary> 
SimpleEdit 
    </summary> 
SimpleError 
    </summary> 
SimpleFeed 
    </summary> 
SimpleGet 
    </summary> 
SimpleGo 
    </summary> 
SimpleHome 
    </summary> 
SimpleImage 
    </summary> 
SimpleKey 
    </summary> 
SimpleLeft 
    </summary> 
SimpleLightning 
    </summary> 
SimpleMagnify 
    </summary> 
SimpleMinus 
    </summary> 
SimplePlus 
    </summary> 
SimpleRight 
    </summary> 
SimpleShape 
    </summary> 
SimpleSparkle 
    </summary> 
SimpleStar 
    </summary> 
SimpleStart 
    </summary> 
SimpleStop 
    </summary> 
SimpleTick 
    </summary> 
SimpleToggleMinus 
    </summary> 
SimpleTogglePlus 
    </summary> 
SimpleWrench 
    </summary> 
SimpleWrenchRed 
    </summary> 
SimpleTime 
    </summary> 
SimpleDate 
    </summary> 

◆ UI

enum Ext.Net.UI
strong

Enumerator
Default 
    </summary> 
Primary 
    </summary> 
Success 
    </summary> 
Info 
    </summary> 
Danger 
    </summary> 
Warning 
    </summary> 

◆ ValidationEventOwner

Enumerator
Input 
    </summary> 
Field 
    </summary> 

◆ ValidationType

Standard validation types

Enumerator
None 
    </summary> 
Alpha 
    </summary> 
AlphaNum 
    </summary> 
Email 
    </summary> 
Url 
    </summary> 
DateRange 
    </summary> 
Password 
    </summary> 
IP 
    </summary> 

◆ ValueMode

enum Ext.Net.ValueMode
strong

Enumerator
Array 
    </summary> 
String 
    </summary> 

◆ VBoxAlign

enum Ext.Net.VBoxAlign
strong

Controls how the child items of the container are aligned.

Enumerator
Left 

child items are aligned horizontally at the left side of the container

Center 

child items are aligned horizontally at the mid-width of the container

Right 

child items are aligned horizontally at the right of the container.

Stretch 

child items are stretched horizontally to fill the width of the container

StretchMax 

child items are stretched horizontally to the size of the largest item.

◆ ViewStateMode

enum Ext.Net.ViewStateMode
strong

Enumerator
Inherit 
    </summary> 
Disabled 
    </summary> 
Enabled 
    </summary> 

◆ VisibilityMode

Enumerator
Visibility 
    </summary> 
Display 
    </summary>