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

Query

Reference
The Query is an object that provides a chainable interface for making data queries.

To create a Query, call the query(array) or query(url, queryOptions) method, depending on the type of the storage you access. The Query supports method chaining. This enables you to execute several methods in a single statement. jQuery JavaScript var dataObjects = [ { name: "Amelia", birthYear: 1991, gender: "female" }, { name: "Benjamin", birthYear: 1983, gender: "male" }, { name

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

dxChart annotations

Reference
Specifies the annotation collection.

" }, { type: "image", image: "http://image/url/myimage.png" }, { type: "custom", template: function(annotation) { const data = annotation.data...-annotation> <dxi-annotation type="image" image="http://image/url/myimage.png"> </dxi-annotation> <dxi-annotation type="custom" template="custom