6
Vô hiệu hóa một tùy chọn cho trường mẫu chọn
Làm cách nào để tắt tùy chọn trong trường chọn biểu mẫu? $form['feed'] = array( '#type' => 'select', '#title' => t('Display of XML feed items'), '#options' => array( 'title' => t('Titles only'), 'teaser' => t('Titles plus teaser'), 'fulltext' => t('Full text'), ), '#description' => t('Global setting for the length of …