功能是:image_field_widget_process (image.field.inc)
我想:如何將Drupal 7圖像 - 字段標題文本字段更改爲textarea?
$element['title'] = array('#type' => 'textfield')
到
$element['title'] = array('#type' => 'textarea')
我怎麼得到它沒有破解Drupal核心代碼?
也許:form_alter + #process #after_build
或theme_textfield
??
嘗試template.php,那裏的預處理函數應該是有用的。 – 2012-04-13 14:01:15