よく忘れるので、メモっとこう。
$hard = array(
1 => 'aaa',
2 => 'bbb',
3 => 'ccc');
$this->addElement( 'select', 'hard_id', 'ラベル名', $hard, array('style' => 'width:200px;') );
$hardObj = $this->getElement( 'hard_id' );
$hardObj->setMultiple(true);
Web業界であくせく働く男の日記
よく忘れるので、メモっとこう。
$hard = array(
1 => 'aaa',
2 => 'bbb',
3 => 'ccc');
$this->addElement( 'select', 'hard_id', 'ラベル名', $hard, array('style' => 'width:200px;') );
$hardObj = $this->getElement( 'hard_id' );
$hardObj->setMultiple(true);
0 コメント:
コメントを投稿