close


5X5選單

require_once "HTML/QuickForm.php";
$form = new HTML_QuickForm('frmTest','post','');
//選單設定
$a[0] = "0";
$a[1] = "1";
$b[0][0] = "00";
$b[0][1] = "01";
$b[1][1] = "11";
$b[1][2] = "12";
$c[0][0][0] = "000";
$c[0][0][1] = "001";
$c[0][1][0] = "010";
$c[0][1][1] = "011";
$c[1][2][3] = "123";
$d[0][0][0][0] = "0000";
$d[0][0][0][1] = "0001";
$d[0][0][1][0] = "0010";
$d[0][0][1][1] = "0011";
$d[1][2][3][4] = "1234";
$e[0][0][0][0][0] = "00000";
$e[0][0][0][0][1] = "00001";
$e[0][0][0][0][2] = "00002";
$e[0][0][0][0][3] = "00003";
$e[1][2][3][4][5] = "12345";
$sel =& $form->addElement('hierselect', 'location', '5X5選單:');
$sel->setOptions(array($a,$b,$c,$d,$e));//設定選單
$form->display();
?>



arrow
arrow
    全站熱搜

    evaoosyz 發表在 痞客邦 留言(0) 人氣()