Example #1
0
 function radioListTable($arr, $tag_name, $tag_attribs, $key, $text, $selected, $cols = 0, $rows = 1, $size = 0, $required = 0)
 {
     $cellsHtml = vmCommonHTML::radioListArr($arr, $tag_name, $tag_attribs, $key, $text, $selected, $required);
     return vmCommonHTML::list2Table($cellsHtml, $cols, $rows, $size);
 }