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

EndpointSelector

Reference
The EndpointSelector is an object for managing OData endpoints in your application.

This object selects local or production OData service URL depending on whether the app's local or deployed version is running. jQuery JavaScript var endpointSelector = new DevExpress.data.EndpointSelector({ db1: { local: "http://localhost:55555/service1.svc/", production: "http://services.example.com/service1.svc/" }, db2: { local: "http://localhost

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>

dxHtmlEditor imageUpload

Reference
Configures the image upload.

$(function() { $("#htmlEditorContainer").dxHtmlEditor({ // ... imageUpload: { fileUploadMode: 'both', tabs: ['url', 'file'], uploadUrl: 'https...-upload fileUploadMode="both" [tabs]="['url', 'file']" uploadUrl="https://js.devexpress.com/Demos/Upload" uploadDirectory="/Images"> </dxo-image-upload> </dx

dxHtmlEditor mentions

Reference
Configures mentions.

, also specify the displayExpr and valueExpr. Data Array Assign the array to the dataSource property. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service... of DevExtreme.AspNet.Data. jQuery JavaScript $(function() { let serviceUrl = "https://url/to/my/service"; $("#htmlEditorContainer").dxHtmlEditor({ // ... mentions

dxHtmlEditor variables

Reference
Configures variables that are placeholders for values created once text is processed.

Array Assign the array to the dataSource property. Read-Only Data in JSON Format Set the dataSource property to the URL of a JSON file or service that returns JSON data. OData Implement an ODataStore...() { let serviceUrl = "https://url/to/my/service"; $("#htmlEditorContainer").dxHtmlEditor({ // ... variables: { dataSource: DevExpress.data.AspNet.createStore