Search Results: "Zanechat komentář" "URL internetov%E9 str%E1nky" 00webhost
- All Results 259
- Guides 82
- Reference 177
- Technical Demos
- Support Center
EndpointSelector
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
;!-- 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
$(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
, 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
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