frame
Exposes methods for working with animation.
Exports:
requestAnimationFrame - The requestAnimationFrame method
require("animation/frame").requestAnimationFrame
cancelAnimationFrame - The cancelAnimationFrame method
require("animation/frame").cancelAnimationFrame
fx
Exposes an object that serves as a namespace for the methods that are used to animate UI elements.
Exports:
default - The fx object
require("animation/fx")
presets
Exposes a repository of animations.
Exports:
default - The animationPresets repository
require("animation/presets")
transition_executor
Exposes an object that serves as a namespace for the methods that are used to perform several specified animations at a time.
Exports:
default - The TransitionExecutor object
require("animation/transition_executor")
config
Exposes the global configuration object.
Exports:
default - The config() and config(config) methods
require("core/config")
devices
Exposes the object that defines the device on which the application is running.
Exports:
default - The device object
require("core/devices")
guid
Exposes an object used to generate and hold the GUID.
Exports:
default - The Guid object
require("core/guid")
array_store
Exposes the ArrayStore data access interface.
Exports:
default - The ArrayStore data access interface
require("data/array_store")
custom_store
Exposes the CustomStore data access interface.
Exports:
default - The CustomStore data access interface
require("data/custom_store")
endpoint_selector
Exposes an object used to get URLs that vary in a locally running application and the application running on production..
Exports:
default - The EndpointSelector object
require("data/endpoint_selector")
local_store
Exposes the LocalStore data access interface.
Exports:
default - The LocalStore data access interface
require("data/local_store")
context
Exposes the ODataContext data access interface.
Exports:
default - The ODataContext data access interface
require("data/odata/context")
store
Exposes the ODataStore data access interface.
Exports:
default - The ODataStore data access interface
require("data/odata/store")
utils
Exposes OData utility objects.
Exports:
EdmLiteral - The EdmLiteral object
require("data/odata/utils").EdmLiteral
keyConverters - The odata.keyConverters object
require("data/odata/utils").keyConverters
query
Exposes a data query interface object.
Exports:
default - The Query interface object.
require("data/query")
utils
Exposes utility objects provided by the DevExtreme data layer.
Exports:
base64_encode - The base64_encode method.
require("data/utils").base64_encode
drag
Exposes the dxdrag dxdragstart, dxdragend, dxdrop, dxdragenter, dxdragleave events.
require("events/drag")
pointer
Exposes the dxpointercancel, dxpointerdown, dxpointerenter, dxpointerleave, dxpointermove, dxpointerout, dxpointerover, dxpointerup events.
require("events/pointer")
transform
Exposes the dxtransform, dxtransformend, dxtransformstart, dxzoom, dxzoomend, dxzoomstart, dxpinch, dxpinchend, dxpinchstart, dxtranslate, dxtranslateend, dxtranslatestart events.
require("events/transform")
command_container
Exposes a markup component used to indicate a widget in a layout markup as a command container.
Exports:
default - The dxCommandContainer markup component
require("framework/html/command_container")
html_application
Exposes an object used to manage views, as well as control the application life cycle.
Exports:
default - The HtmlApplication object
require("framework/html/html_application")
view_engine_components
Exposes components that can be used when defining the markup of an application page.
Exports:
dxView - The dxView markup options
require("framework/html/view_engine_components").dxView
dxLayout - The dxLayout markup options
require("framework/html/view_engine_components").dxLayout
dxViewPlaceholder - The dxViewPlaceholder markup options
require("framework/html/view_engine_components").dxViewPlaceholder
dxContentPlaceholder - The dxContentPlaceholder markup options
require("framework/html/view_engine_components").dxContentPlaceholder
dxTransition - The dxTransition markup options
require("framework/html/view_engine_components").dxTransition
dxContent - The dxContent markup options
require("framework/html/view_engine_components").dxContent
router
Exposes an object responsible for routing.
Exports:
default - The router object
require("framework/router")
state_manager
Exposes an object used to store the current application state.
Exports:
default - The stateManager object
require("framework/state_manager")
view_cache
Exposes an object used to store information on the views displayed in an application.
Exports:
default - The viewCache object
require("framework/view_cache")
localization
A folder containing modules that expose localization features.
Besides the listed modules, this folder contains the "messages" folder that provides access to json files containing localized messages. You can use them in the following way.
var deMessages = require('devextreme/localization/messages/de.json');
hide_top_overlay
Exposes the hideTopOverlay method.
Exports:
default - The hideTopOverlay method
require("mobile/hide_top_overlay")
init_mobile_viewport
Exposes the initMobileViewport method.
Exports:
default - The initMobileViewport method
require("mobile/init_mobile_viewport")
process_hardware_back_button
Exposes the processHardwareBackButton method.
Exports:
default - The processHardwareBackButton method
require("mobile/process_hardware_back_button")
action_sheet
Exposes the ActionSheet widget.
Exports:
default - The ActionSheet widget
require("ui/action_sheet")
autocomplete
Exposes the Autocomplete widget.
Exports:
default - The Autocomplete widget
require("ui/autocomplete")
button_group
Exposes the ButtonGroup widget.
Exports:
default - The ButtonGroup widget
require("ui/button_group")
context_menu
Exposes the ContextMenu widget.
Exports:
default - The ContextMenu widget
require("ui/context_menu")
defer_rendering
Exposes the DeferRendering widget.
Exports:
default - The DeferRendering widget
require("ui/defer_rendering")
drop_down_box
Exposes the DropDownBox widget.
Exports:
default - The DropDownBox widget
require("ui/drop_down_box")
file_uploader
Exposes the FileUploader widget.
Exports:
default - The FileUploader widget
require("ui/file_uploader")
filter_builder
Exposes the FilterBuilder widget.
Exports:
default - The FilterBuilder widget
require("ui/filter_builder")
load_indicator
Exposes the LoadIndicator widget.
Exports:
default - The LoadIndicator widget
require("ui/load_indicator")
notify
Exposes methods that create a toast message.
Exports:
default - The notify(message, type, displayTime) and notify(options) methods
require("ui/notify")
overlay
Exposes methods that work with overlay widgets.
Exports:
bazeZIndex - The baseZIndex(zIndex) method
require("ui/overlay").bazeZIndex
data_source
Exposes an object that provides acess to data for the PivotGrid data.
Exports:
default - The PivotGridDataSource object
require("ui/pivot_grid/data_source")
xmla_store
Exposes the XmlaStore data access interface.
Exports:
default - The XmlaStore data access interface
require("ui/pivot_grid/xmla_store")
pivot_grid_field_chooser
Exposes the PivotGridFieldChooser widget.
Exports:
default - The PivotGridFieldChooser widget
require("ui/pivot_grid_field_chooser")
progress_bar
Exposes the ProgressBar widget.
Exports:
default - The ProgressBar widget
require("ui/progress_bar")
range_slider
Exposes the RangeSlider widget.
Exports:
default - The RangeSlider widget
require("ui/range_slider")
responsive_box
Exposes the ResponsiveBox widget.
Exports:
default - The ResponsiveBox widget
require("ui/responsive_box")
set_template_engine
Exposes methods that specify a template engine.
Exports:
default - The setTemplateEngine(name) and setTemplateEngine(options) methods
require("ui/set_template_engine")
slide_out_view
Exposes the SlideOutView widget.
Exports:
default - The SlideOutView widget
require("ui/slide_out_view")
themes
Exposes an object that serves as a namespace for the methods that work with DevExtreme CSS Themes.
Exports:
current - The current() and current(themeName) methods
require("ui/themes").current
validation_engine
Exposes an object that serves as a namespace for the methods required to perform validation.
Exports:
default - The validationEngine object
require("ui/validation_engine")
validation_group
Exposes the ValidationGroup widget.
Exports:
default - The ValidationGroup widget
require("ui/validation_group")
validation_summary
Exposes the ValidationSummary widget.
Exports:
default - The ValidationSummary widget
require("ui/validation_summary")
circular_gauge
Exposes the CircularGauge widget.
Exports:
default - The CircularGauge widget
require("viz/circular_gauge")
export
Exposes export-related methods.
Exports:
exportFromMarkup - The exportFromMarkup(markup, options) method
require("viz/export").exportFromMarkup
getMarkup - The getMarkup(widgetInstances) method
require("viz/export").getMarkup
linear_gauge
Exposes the LinearGauge widget.
Exports:
default - The LinearGauge widget
require("viz/linear_gauge")
palette
Exposes methods that control palettes.
Exports:
currentPalette - The currentPalette(paletteName) method
require("viz/palette").currentPalette
getPalette - The getPalette(paletteName) method
require("viz/palette").getPalette
registerPalette - The registerPalette(paletteName, palette) method
require("viz/palette").registerPalette
range_selector
Exposes the RangeSelector widget.
Exports:
default - The RangeSelector widget
require("viz/range_selector")
themes
Exposes methods that control themes.
Exports:
currentTheme - The currentTheme(theme) and currentTheme(platform, colorScheme) methods
require("viz/themes").currentTheme
refreshTheme - The refreshTheme() method
require("viz/themes").refreshTheme
registerTheme - The registerTheme(customTheme, baseTheme) method
require("viz/themes").registerTheme
utils
Exposes utility methods.
Exports:
refreshPaths - The refreshPaths() method
require("viz/utils").refreshPaths
projection
Exposes methods of the DevExpress.viz.map object.
Exports:
projection - The projection method
require("viz/vector_map/projection").projection
utils
Exposes the common utility objects.
Exports:
compileGetter - The compileGetter method
require("utils").compileGetter
compileSetter - The compileSetter method
require("utils").compileSetter
If you have technical questions, please create a support ticket in the DevExpress Support Center.