ExtReact Docs Help

Introduction

The documentation for the ExtReact product diverges somewhat from the documentation of other Sencha products. The sections below describe documentation for all products except where indicated as unique to ExtReact.

Terms, Icons, and Labels

Many classes have shortcut names used when creating (instantiating) a class with a configuration object. The shortcut name is referred to as an alias (or xtype if the class extends Ext.Component). The alias/xtype is listed next to the class name of applicable classes for quick reference.

ExtReact component classes list the configurable name prominently at the top of the API class doc followed by the fully-qualified class name.

Access Levels

Framework classes or their members may be specified as private or protected. Else, the class / member is public. Public, protected, and private are access descriptors used to convey how and when the class or class member should be used.

Member Types

Member Syntax

Below is an example class member that we can disect to show the syntax of a class member (the lookupComponent method as viewed from the Ext.button.Button class in this case).

lookupComponent ( item ) : Ext.Component
protected

Called when a raw config object is added to this container either during initialization of the items config, or when new items are added), or {@link #insert inserted.

This method converts the passed object into an instanced child component.

This may be overridden in subclasses when special processing needs to be applied to child creation.

Parameters

item :  Object

The config object being added.

Returns
Ext.Component

The component to be added.

Let's look at each part of the member row:

Member Flags

The API documentation uses a number of flags to further commnicate the class member's function and intent. The label may be represented by a text label, an abbreviation, or an icon.

Class Icons

- Indicates a framework class

- A singleton framework class. *See the singleton flag for more information

- A component-type framework class (any class within the Ext JS framework that extends Ext.Component)

- Indicates that the class, member, or guide is new in the currently viewed version

Member Icons

- Indicates a class member of type config

Or in the case of an ExtReact component class this indicates a member of type prop

- Indicates a class member of type property

- Indicates a class member of type method

- Indicates a class member of type event

- Indicates a class member of type theme variable

- Indicates a class member of type theme mixin

- Indicates that the class, member, or guide is new in the currently viewed version

Class Member Quick-Nav Menu

Just below the class name on an API doc page is a row of buttons corresponding to the types of members owned by the current class. Each button shows a count of members by type (this count is updated as filters are applied). Clicking the button will navigate you to that member section. Hovering over the member-type button will reveal a popup menu of all members of that type for quick navigation.

Getter and Setter Methods

Getting and setter methods that correlate to a class config option will show up in the methods section as well as in the configs section of both the API doc and the member-type menus just beneath the config they work with. The getter and setter method documentation will be found in the config row for easy reference.

ExtReact component classes do not hoist the getter / setter methods into the prop. All methods will be described in the Methods section

History Bar

Your page history is kept in localstorage and displayed (using the available real estate) just below the top title bar. By default, the only search results shown are the pages matching the product / version you're currently viewing. You can expand what is displayed by clicking on the button on the right-hand side of the history bar and choosing the "All" radio option. This will show all recent pages in the history bar for all products / versions.

Within the history config menu you will also see a listing of your recent page visits. The results are filtered by the "Current Product / Version" and "All" radio options. Clicking on the button will clear the history bar as well as the history kept in local storage.

If "All" is selected in the history config menu the checkbox option for "Show product details in the history bar" will be enabled. When checked, the product/version for each historic page will show alongside the page name in the history bar. Hovering the cursor over the page names in the history bar will also show the product/version as a tooltip.

Search and Filters

Both API docs and guides can be searched for using the search field at the top of the page.

On API doc pages there is also a filter input field that filters the member rows using the filter string. In addition to filtering by string you can filter the class members by access level, inheritance, and read only. This is done using the checkboxes at the top of the page.

The checkbox at the bottom of the API class navigation tree filters the class list to include or exclude private classes.

Clicking on an empty search field will show your last 10 searches for quick navigation.

API Doc Class Metadata

Each API doc page (with the exception of Javascript primitives pages) has a menu view of metadata relating to that class. This metadata view will have one or more of the following:

Expanding and Collapsing Examples and Class Members

Runnable examples (Fiddles) are expanded on a page by default. You can collapse and expand example code blocks individually using the arrow on the top-left of the code block. You can also toggle the collapse state of all examples using the toggle button on the top-right of the page. The toggle-all state will be remembered between page loads.

Class members are collapsed on a page by default. You can expand and collapse members using the arrow icon on the left of the member row or globally using the expand / collapse all toggle button top-right.

Desktop -vs- Mobile View

Viewing the docs on narrower screens or browsers will result in a view optimized for a smaller form factor. The primary differences between the desktop and "mobile" view are:

Viewing the Class Source

The class source can be viewed by clicking on the class name at the top of an API doc page. The source for class members can be viewed by clicking on the "view source" link on the right-hand side of the member row.

History : ExtReact 6.7.0-modern | Ext.data.writer.Xml
ExtWebComponents 7.5.0-modern | Ext.exporter.file.ooxml.excel.Border
Ext JS 6.6.0-modern | Ext.pivot.plugin.configurator.Settings
Ext JS 6.0.1-modern | Ext.draw.gradient.Radial
Ext JS 6.5.0-modern | Ext.grid.menu.SortDesc
Ext JS 7.4.0 | What's New
ExtReact 7.5.0-modern | Ext.fx.animation.Fade
Ext JS 7.1.0-classic | Ext.direct.JsonProvider
Ext JS 6.7.0-modern | Ext.d3.interaction.Abstract
Ext JS 7.5.1-modern | Ext.chart.theme.series.BoxPlot
Ext JS 7.5.1-modern | Ext.draw.gradient.GradientDefinition
Ext JS 6.5.2-modern | Ext.data.SortTypes
Ext JS 5.1.0 | Ext.event.publisher.Dom
Ext JS 7.3.0-classic | Ext.fx.animation.Slide
Ext JS 7.3.0-classic | Ext.chart.series.sprite.Pie3DPart
Ext JS 6.7.0-modern | Ext.draw.sprite.Diamond
Ext JS 6.5.3-modern | Ext.tab.Panel
Ext JS 6.7.0-classic | Ext.exporter.file.excel.Worksheet
ExtReact 6.5.0-modern | Ext.calendar.form.Add
ExtWebComponents 7.5.0-modern | Ext.data.soap.Proxy
Ext JS 6.5.0-modern | Ext.sparkline.Shape
Ext JS 6.5.2-modern | Ext.Stateful
Ext JS 6.7.0-modern | Ext.grid.PagingToolbar
ExtReact 6.7.0-modern | Ext.fx.animation.PopOut
Ext JS 6.7.0-modern | Ext.draw.sprite.Arrow
Ext JS 7.0.0-classic | Ext.grid.property.Property
Ext JS 7.5.1-modern | Ext.draw.sprite.Cross
Ext JS 6.0.1-modern | Ext.draw.engine.Svg
ExtReact 6.7.0-modern | Ext.data.amf.Proxy
Ext JS 7.3.0-modern | Ext.draw.sprite.Instancing
Ext JS 6.2.1-modern | Ext.chart.series.sprite.Radar
ExtWebComponents 7.5.0-modern | Ext.exporter.file.ooxml.excel.PivotCacheRecords
ExtReact 7.2.0-modern | scatter
Ext JS 6.5.0-modern | Ext.app.bind.LinkStub
Ext JS 6.6.0-modern | Ext.pivot.plugin.configurator.DragZone
ExtReact 6.5.3-modern | Ext.draw.modifier.Animation
Ext JS 6.6.0-modern | Ext.data.flash.BinaryXhr
ExtWebComponents 7.5.0-modern | Ext.calendar.AbstractList
Sencha Test 2.1.0 | What's New
ExtReact 6.7.0-modern | Ext.layout.card.fx.Slide
Ext JS 6.6.0-classic | Ext.exporter.file.ooxml.excel.Cell
Ext JS 6.6.0-modern | Ext.sparkline.Discrete
Ext JS 7.3.0-modern | Ext.carousel.Infinite
ExtReact 6.6.0-modern | Ext.exporter.file.ooxml.excel.FieldItem
Ext JS 7.3.0-modern | Ext.exporter.file.ooxml.excel.PivotAreaReference
ExtReact 7.1.0-modern | scatter
Ext JS 7.7.0-classic | Ext.grid.plugin.Exporter
Ext JS 6.5.3-modern | Ext.enums.Widget
ExtWebComponents 7.5.0-modern | Ext.field.Dirty
ExtReact 6.5.3-modern | Ext.data.operation.Operation
ExtReact 6.5.0-modern | Ext.calendar.view.WeeksRenderer
Ext JS 6.2.1-modern | Ext.data.flash.BinaryXhr
ExtReact 7.5.0-modern | Ext.exporter.file.ooxml.excel.Field
ExtReact 7.1.0-modern | Ext.exporter.file.ooxml.excel.SharedItems
ExtReact 7.2.0-modern | Ext.exporter.file.ooxml.excel.SharedItems
Ext JS 7.1.0-classic | Ext.direct.AmfRemotingProvider
ExtReact 6.6.0-modern | Ext.data.validator.Bound
Ext JS 7.5.1-classic | Ext.data.Group
ExtWebComponents 7.1.0-modern | scatter
Ext JS 7.3.0-modern | Ext.calendar.EventBase
Ext JS 7.6.0-classic | Ext.form.field.Spinner
Ext JS 6.2.1-modern | Ext.sparkline.Discrete
Ext JS 6.0.2-classic | Ext.menu.Separator
Ext JS 6.0.1 | Events and Gestures
ExtReact 7.2.0-modern | Ext.viewport.Default
ExtReact 7.1.0-modern | Ext.viewport.Default
Ext JS 7.3.0-classic | Ext.data.schema.Association
ExtReact 7.5.0-modern | Ext.data.amf.Reader
Ext JS 7.3.0-modern | Ext.ux.colorpick.SliderSaturation
Ext JS 7.7.0-classic | Ext.event.gesture.Swipe
ExtWebComponents 7.0.0-modern | Ext.exporter.data.Row
ExtReact 6.6.0-modern | Ext.exporter.file.ooxml.excel.BorderPr
Ext JS 6.5.2-modern | Ext.state.Provider
Ext JS 7.5.1-classic | Ext.tree.Panel
Ext JS 6.2.1-modern | Ext.chart.series.sprite.Polar

ExtReact 6.5.0

Menu

top

NPM Package

@extjs/ext-react-calendar

Hierarchy

Ext.Base
Ext.Mixin
Ext.calendar.model.CalendarBase

Summary

A mixin that provides some base behaviors for calendars. The default implementation is Ext.calendar.model.Calendar. To provide a custom implementation, this mixin should be used and the remaining parts of the API need to be implemented.

No members found using the current filters

configs

Optional Configs

eventStoreDefaults : Object

Defaults to use for the events store.

getEventStoreDefaults : Object

Returns the value of eventStoreDefaults

Returns

Object

setEventStoreDefaults (eventStoreDefaults)

Sets the value of eventStoreDefaults

Parameters

eventStoreDefaults :  Object

properties

methods

Instance Methods

events Ext.calendar.store.Events

Get the events store for this calendar.

Returns

:Ext.calendar.store.Events

The events.

getAssignedColor String
abstract abs

Get the assigned color for this calendar. Used when a color is not specified.

Returns

:String

The color.

getBaseColor String

Get the base color for this calendar. Uses getColor or getAssignedColor. If not specified, a color is used from the default theme.

Returns

:String

The color.

getColor String
abstract abs

Gets a specified color for this calendar.

Returns

:String

The color.

getDescription String
abstract abs

Gets the description for this calendar.

Returns

:String

The description.

getEditable Boolean
abstract abs

Gets the editable state for this calendar.

Returns

:Boolean

The editable state.

getHidden Boolean
abstract abs

Gets the hidden state for this calendar.

Returns

:Boolean

The hidden state.

getTitle String
abstract abs

Gets the title for this calendar.

Returns

:String

The title.

setAssignedColor ( color )
abstract abs

Set the assigned color for this calendar.

Parameters

color :  String

The assigned color.

setColor ( color )
abstract abs

Set the color for this calendar.

Parameters

color :  String

The color.

setDescription ( description )
abstract abs

Set the description for this calendar.

Parameters

description :  String

The description.

setEditable ( editable )
abstract abs

Set the editable state for this calendar.

Parameters

editable :  Boolean

The editable state.

setHidden ( hidden )
abstract abs

Set the hidden state for this calendar.

Parameters

hidden :  Boolean

The hidden state.

setTitle ( title )
abstract abs

Set the title for this calendar.

Parameters

title :  String

The title.

Static Methods

override ( members ) : Ext.Base
static sta

Override members of this class. Overridden methods can be invoked via Ext.Base#callParent.

Ext.define('My.Cat', {
    constructor: function() {
        alert("I'm a cat!");
    }
});

My.Cat.override({
    constructor: function() {
        alert("I'm going to be a cat!");

        this.callParent(arguments);

        alert("Meeeeoooowwww");
    }
});

var kitty = new My.Cat(); // alerts "I'm going to be a cat!"
                          // alerts "I'm a cat!"
                          // alerts "Meeeeoooowwww"

Direct use of this method should be rare. Use Ext.define instead:

Ext.define('My.CatOverride', {
    override: 'My.Cat',
    constructor: function() {
        alert("I'm going to be a cat!");

        this.callParent(arguments);

        alert("Meeeeoooowwww");
    }
});

The above accomplishes the same result but can be managed by the Ext.Loader which can properly order the override and its target class and the build process can determine whether the override is needed based on the required state of the target class (My.Cat).

Parameters

members :  Object

The properties to add to this class. This should be specified as an object literal containing one or more properties.

Returns

:Ext.Base

this class

ExtReact 6.5.0

Ext JS
ExtAngular
ExtReact
ExtWebComponents
Sencha Test
Cmd
Architect
Themer
IDE Plugins
Sencha Inspector
Fiddle
GXT
Sencha Touch
WebTestIt
Sencha GRUI
Rapid Ext JS
ReExt


Ext.data.writer.Xml
ExtReact 6.7.0-modern
Ext.exporter.file.ooxml.excel.Border
ExtWebComponents 7.5.0-modern
Ext.pivot.plugin.configurator.Settings
Ext JS 6.6.0-modern
Ext.draw.gradient.Radial
Ext JS 6.0.1-modern
Ext.grid.menu.SortDesc
Ext JS 6.5.0-modern
What's New
Ext JS 7.4.0-classic
Ext.fx.animation.Fade
ExtReact 7.5.0-modern
Ext.direct.JsonProvider
Ext JS 7.1.0-classic
Ext.d3.interaction.Abstract
Ext JS 6.7.0-modern
Ext.chart.theme.series.BoxPlot
Ext JS 7.5.1-modern
Ext.draw.gradient.GradientDefinition
Ext JS 7.5.1-modern
Ext.data.SortTypes
Ext JS 6.5.2-modern
Ext.event.publisher.Dom
Ext JS 5.1.0
Ext.fx.animation.Slide
Ext JS 7.3.0-classic
Ext.chart.series.sprite.Pie3DPart
Ext JS 7.3.0-classic
Ext.draw.sprite.Diamond
Ext JS 6.7.0-modern
Ext.tab.Panel
Ext JS 6.5.3-modern
Ext.exporter.file.excel.Worksheet
Ext JS 6.7.0-classic
Ext.calendar.form.Add
ExtReact 6.5.0-modern
Ext.data.soap.Proxy
ExtWebComponents 7.5.0-modern
Ext.sparkline.Shape
Ext JS 6.5.0-modern
Ext.Stateful
Ext JS 6.5.2-modern
Ext.grid.PagingToolbar
Ext JS 6.7.0-modern
Ext.fx.animation.PopOut
ExtReact 6.7.0-modern
Ext.draw.sprite.Arrow
Ext JS 6.7.0-modern
Ext.grid.property.Property
Ext JS 7.0.0-classic
Ext.draw.sprite.Cross
Ext JS 7.5.1-modern
Ext.draw.engine.Svg
Ext JS 6.0.1-modern
Ext.data.amf.Proxy
ExtReact 6.7.0-modern
Ext.draw.sprite.Instancing
Ext JS 7.3.0-modern
Ext.chart.series.sprite.Radar
Ext JS 6.2.1-modern
Ext.exporter.file.ooxml.excel.PivotCacheRecords
ExtWebComponents 7.5.0-modern
scatter
ExtReact 7.2.0-modern
Ext.app.bind.LinkStub
Ext JS 6.5.0-modern
Ext.pivot.plugin.configurator.DragZone
Ext JS 6.6.0-modern
Ext.draw.modifier.Animation
ExtReact 6.5.3-modern
Ext.data.flash.BinaryXhr
Ext JS 6.6.0-modern
Ext.calendar.AbstractList
ExtWebComponents 7.5.0-modern
What's New
Sencha Test 2.1.0
Ext.layout.card.fx.Slide
ExtReact 6.7.0-modern
Ext.exporter.file.ooxml.excel.Cell
Ext JS 6.6.0-classic
Ext.sparkline.Discrete
Ext JS 6.6.0-modern
Ext.carousel.Infinite
Ext JS 7.3.0-modern
Ext.exporter.file.ooxml.excel.FieldItem
ExtReact 6.6.0-modern
Ext.exporter.file.ooxml.excel.PivotAreaReference
Ext JS 7.3.0-modern
scatter
ExtReact 7.1.0-modern
Ext.grid.plugin.Exporter
Ext JS 7.7.0-classic
Ext.enums.Widget
Ext JS 6.5.3-modern
Ext.field.Dirty
ExtWebComponents 7.5.0-modern
Ext.data.operation.Operation
ExtReact 6.5.3-modern
Ext.calendar.view.WeeksRenderer
ExtReact 6.5.0-modern
Ext.data.flash.BinaryXhr
Ext JS 6.2.1-modern
Ext.exporter.file.ooxml.excel.Field
ExtReact 7.5.0-modern
Ext.exporter.file.ooxml.excel.SharedItems
ExtReact 7.1.0-modern
Ext.exporter.file.ooxml.excel.SharedItems
ExtReact 7.2.0-modern
Ext.direct.AmfRemotingProvider
Ext JS 7.1.0-classic
Ext.data.validator.Bound
ExtReact 6.6.0-modern
Ext.data.Group
Ext JS 7.5.1-classic
scatter
ExtWebComponents 7.1.0-modern
Ext.calendar.EventBase
Ext JS 7.3.0-modern
Ext.form.field.Spinner
Ext JS 7.6.0-classic
Ext.sparkline.Discrete
Ext JS 6.2.1-modern
Ext.menu.Separator
Ext JS 6.0.2-classic
Events and Gestures
Ext JS 6.0.1-classic
Ext.viewport.Default
ExtReact 7.2.0-modern
Ext.viewport.Default
ExtReact 7.1.0-modern
Ext.data.schema.Association
Ext JS 7.3.0-classic
Ext.data.amf.Reader
ExtReact 7.5.0-modern
Ext.ux.colorpick.SliderSaturation
Ext JS 7.3.0-modern
Ext.event.gesture.Swipe
Ext JS 7.7.0-classic
Ext.exporter.data.Row
ExtWebComponents 7.0.0-modern
Ext.exporter.file.ooxml.excel.BorderPr
ExtReact 6.6.0-modern
Ext.state.Provider
Ext JS 6.5.2-modern
Ext.tree.Panel
Ext JS 7.5.1-classic
Ext.chart.series.sprite.Polar
Ext JS 6.2.1-modern