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

Specify a file's GUID

Guides

Use the valueChanged event to generate a unique identifier (GUID) for a file before it is uploaded and pass it as a parameter to the upload URL. View on GitHub jQuery...://js.devexpress.com/Demos/NetCore/FileUploader/Upload", onValueChanged: function (e) { var url = e.component.option("uploadUrl"); url = updateQueryStringParameter(url

A Request Error Occurs After Filtering or Searching

Guides

This topic addresses multiple request errors that may occur in your application. To check an error code, follow the steps below: Obtain a URL link generated by the problematic data query in the browser network tab. Paste the URL in a new browser tab. Enable exceptions on the server to see a detailed error message. In ASP.NET, you can obtain an exception call stack. Refer to the following help

Customize the Title

Guides

: 'dxhoverstart', hideEvent: 'dxhoverend', title: "Popover Title", showTitle: true, showCloseButton: true }); }); <img id="image" src="https://url/to/an/image" /> <div id="popoverContainer"> <!-- ... --> </div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx-popover target="#image" showEvent

Resize and Relocate

Guides

(contentElement) { contentElement.append( $("<p />").text("Tooltip content") ) } }); }); <img id="image" src="https://url/to/an/image" /> <div id="tooltipContainer"></div> Angular HTMLTypeScript <img id="image" src="https://url/to/an/image" /> <dx-tooltip target="#image" showEvent="dxhoverstart" hideEvent

OLAP Cube

Guides

the XmlaStore: specify the OLAP server's url, the catalog that contains the OLAP cube that you access, and the cube. Wrap the XmlaStore into a PivotGridDataSource. This component enables you to group... DevExpress.data.XmlaStore({ url: "https://my-web-srv01/OLAP/msmdpump.dll", catalog: "AdventureWorksDW2012", cube: "Adventure Works" }); var adventureWorksDataSource = new