00001 <?php 00010 class form_list extends form_mulValue { 00011 00012 protected function afterInit() { 00013 parent::afterInit(); 00014 $this->cfg->inline = false; 00015 } 00016 00017 }