QListControl missing GetAllItems()

Login or register to post comments
1 reply [Last post]
Offline
Joined: 08/06/2010

Why we do not have this function?
/**
* Return all the items in objItemsArray
*/
public function GetAllItems() {
return $this->objItemsArray;
}
It is useful in QCheckBoxList.

Offline
Joined: 03/31/2008

This is covered by ticket http://trac.qcu.be/projects/qcubed/ticket/695 and seems useful to me.