Karthik ha scritto:
Yes. One method is to add an attributes element to your form array. For example:
$form['yourform'] = array('#type' => 'textarea', '#attributes' => array('disabled' => 'disabled'), );
or array('readonly' => 'readonly')
Michel, you should probably ask these questions on the developers' list.
Tnx for the reply but why in developers' list ??? Is not the developers' list only for who developer drupal core ???
M.