Search Results: "Write with OpenID" "Write post with name/password" slot
- All Results 660
- Guides 151
- Reference 509
- Technical Demos
- Support Center
Providing Data
file. The second argument specifies the precision of the resulting shape coordinates. Within the callback function, which comes as the third argument, the resulting coordinates are assigned... file. The second argument specifies the precision of the resulting shape coordinates. Within the callback function, which comes as the third argument, the resulting coordinates are assigned
End-User Interaction
([-106.61, 35.110833]); // moves the center to Albuquerque Calling the same method without arguments returns the current coordinates of the center. Similarly, you can change the current view area...]. JavaScriptvectorMapInstance.viewport([15, 10, 110, 75]); // navigates the map to Eurasia To get the current coordinates of the view area, call the same method without arguments. Note that changing the view area
Templates
: [AppComponent] }) export class AppModule { } Declare named templates within the component's markup but outside the templated element. Non-named templates should be declared inside the templated element... 'devextreme-vue/button'; export default { components: { DxList, DxItem, DxButton } } </script> Declare named templates within the component's markup but outside
Component Configuration Syntax
', badge: '12' }, { text: 'Bikes', badge: '5' }]; } If a dxi-item contains nested components, wrap the content in an element with the dxTemplate directive without parameters... Angular forms. If you implement NgModel and <dx-validator> within the same DevExtreme component, validation is called on page load due to a known issue with the NgModel directive. Utilize