Search Results: if (!this.bundlesReported[script.src]) {

Overview

Guides

() { $("#contextMenuContainer").dxContextMenu({ items: contextMenuItems, target: "#someImage" }); }); <img id="someImage" src="http://here/goes/my.jpg"> <div id="contextMenuContainer"></div> Angular HTMLTypeScript <img id="someImage" src="http://here/goes/my.jpg"> <dx-context-menu [items]="contextMenuItems" target="#someImage"> </dx

Customize Item Appearance

Guides

){ e.itemElement.empty(); e.itemElement.append("<p><b>Name</b>: " + e.itemData.name + "</p>"); e.itemElement.append("<img src=\"" + e.itemData.path...;div *dxTemplate="let data of 'item'"> <p><b>Name</b>: <span>{{data.name}}</span></p> <img src="{{data.path}}" alt="{{data.name}}" />

Overview

Guides

Pagination is a UI component that allows users to navigate through pages. In this overview, you can find a map of Pagination elements, information about key features, and what to explore...

Embedded Reports

Guides

DevExpress Reporting is a reporting solution designed for advanced reporting, and includes a rich design-time experience and extensive customization options. With None Reporting you can embed reports...

Embedded JS Reports

Guides

DevExpress Reporting is a reporting solution designed for advanced reporting, and includes a rich design-time experience and extensive customization options. With JavaScript Reporting you can embed...