Opened 11 years ago

Closed 11 years ago

#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:
Blocked by: Blocking:

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 (1)

comment:1 Changed 11 years ago by Kris Borchers

Resolution: fixed
Status: newclosed

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()

Changeset: 40e47c0b08c31e5003833b9c46d36e7468a63de8

Note: See TracTickets for help on using tickets.