(imglist)
o2_ctrl_imglist o2imglist_def(string $name, array $items, integer $width, integer $height, string $act_activate, string $act_delete)
Defines an images lister control in the current program.
$items can be an array of items to fill-up images lister on creation. Array is in the form:
array($item1_id => array($image_url, $text_code),
$item2_id => array($image_url, $text_code),
...,
$itemN_id => array($image_url, $text_code))