2017-03-11 17 views

答えて

2
$field["options"] = array(
    array("value" => " ", "text" => "Choose one", "depth" => 0, "selected" => "selected", "disabled" => "disabled"), 
    //...rest other option code 
);