Esempio n. 1
0
 public static function getDropDownList($selected_id, $select_name, $first_option)
 {
     $s = WForm::getDropDownList($selected_id, $select_name, $first_option, 'lang', 'name', 'name');
     return $s;
 }
Esempio n. 2
0
 public static function getDropDownList($selected_id, $select_name, $first_option)
 {
     $s = WForm::getDropDownList($selected_id, $select_name, $first_option, 'part_of_speech', 'name', 'id');
     return $s;
 }