Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost

Web API Service

Guides

client-side createStore method: jQuery index.js $(function() { const serviceUrl = "https://url/to/my/service"; $("#sankeyContainer").dxSankey({ dataSource...: CustomStore; constructor() { const serviceUrl = "https://url/to/my/service"; this.store = createStore({ key: ['from', 'to'], loadUrl: serviceUrl + "/GetAction

Client-Side Settings

Guides

;!-- or "instantly" --> upload-url="https://mydomain.com/MyUploadService"> </DxFileUploader> </template> <script> import 'devextreme/dist/css/dx.light.css'; import... name="file" :chunk-size="400000" upload-mode="useButtons" <!-- or "instantly" --> upload-url="https://mydomain.com/MyUploadService"> </DxFileUploader>

Intercept HTTP Requests

Guides

(error.message); } }, store: new ODataStore({ version: 2, url: 'http://www.example.com/Northwind.svc', }), }); loadError = signal

Getting Started with TextBox

Guides

Mode Specify the TextBox mode property to allow users to type in a specific text type. Set this property to "email", "tel", or "url" to specify the set of keyboard buttons that a mobile device shows when... hides input characters behind asterisks. jQuery index.js $(function() { $("#textbox").dxTextBox({ mode: "url" }); }); Angular app.component.html <dx-text-box mode="url" >

Providing Data

Guides

in the markers array with a field that contains the URL of the image. After that, assign this field to the marker layer using the dataField property. JavaScriptvar markersArray = [{ coordinates: [-121.2808, 38.3320], attributes: { text: 'Sacramento', url: 'images/myimage1.jpg' } }, { coordinates: [-97.75, 30.25], attributes: { text: 'Austin