Search Results: "Write with OpenID" "Write post with name/password" slot

Utils TransitionExecutor

Reference
The manager that performs several specified animations at a time.

within this transition, use the leave(elements, animation) method. If you pass a name of a predefined animation as the second parameter, but an animation is not found by this name in the animation repository, the specified element(s) will not be animated within this transition. leave(elements, animation) Registers a set of elements that should be animated as "leaving" using the specified

Utils themes

Reference
An object that serves as a namespace for the methods that work with DevExtreme CSS Themes.

current() Gets the current theme's name. current(themeName) Sets a theme with a specific name. The theme name passed as a parameter should be the value of the data-theme attribute used within the rel="dx-theme" links to the theme. For instance, if you have links to two of your themes... HTML<link rel="dx-theme" data-theme="generic.dark" href="css/mytheme-dark.css" data-active="true"> <

Utils validationEngine

Reference
An object that serves as a namespace for the methods required to perform validation.

: { validationRules: [{ type: 'required', message: 'We need your credentials' }] } }), //... } To register the rules that are defined within the dxValidator objects, call... the rules that are defined within the dxValidator objects, call the DevExpress.validationEngine.validateModel(model) function passing the ViewModel object as a parameter. resetGroup() Resets the values

Utils viz

Reference
An object that serves as a namespace for DevExtreme Data Visualization Components.

for the VectorMap UI component. refreshPaths() The method to be called every time the active entry in the browser history is modified without reloading the current page. Each data visualization UI component addresses its inner elements by their URLs. Those URLs break when the active history entry is modified without reloading the current page (see Adding and modifying history entries

Utils Errors and Warnings

Reference
This section lists core errors and warnings that may occur in DevExtreme applications.

. Include your UI component configuration, fake data, and the steps needed to reproduce the issue in the ticket. E0003 An internal error that occurs when you instantiate a class without using the "new... that is not defined within the EndpointSelector's configuration object. Check to make sure that the EndpointSelector key of the required URL is included into the configuration object. E0007 An internal error