Desktop Components ShowcaseMobile Components Showcase
ace:contextMenu - Delegate

The <ace:contextMenu> component also provides context menu functionality within a table or iterative container in delegate mode. This means that a different context menu can be dynamically defined for a specific component in each row, without having to create a new context menu instance for each row, but only one that dynamically changes depending on the row data, improving performance on the page. In this demo you can right-click on a car name, and a menu will be shown to change some of the details for that car, without showing its current values as options.

ID
Name
Chassis
Weight
Accel
MPG
Cost
1 Enduro Van 15383lbs. 10 17.86 $6,617.17
2 Tamale Bus 7331lbs. 15 16.65 $31,464.24
3 Doublecharge Pickup 5333lbs. 15 17.84 $10,922.73
4 Swordfish Bus 10956lbs. 5 5.17 $6,019.83
5 Iguana Pickup 1696lbs. 10 9.43 $19,736.16
6 Dart Motorcycle 9261lbs. 15 12.85 $37,947.84
7 Pisces Luxury 7846lbs. 10 15.13 $19,235.20
8 Flash Mid-Size 11499lbs. 10 12.74 $29,942.38
false null [0, 1, 2, 3, 4, 5, 6]
Source Code