Ticket #8361 (closed enhancement: fixed)
Add uniqueId() and removeUniqueId()
| Reported by: | k_borchers | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.core | Version: | 1.8.20 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Generalize the automatic generation of id's for elements when necessary. We automatically generate id's for a number of widgets including menu/menu items, dialog title bars, etc. This will provide a standard way for generating those id's as well as removing them when the widget is destroyed.
Change History
Note: See
TracTickets for help on using
tickets.


Core: Add the uniqueId() and removeUniqueId() methods written by @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId()