-
Ahah forms in drupal 6
Saturday, September 27th, 2008
Writing ahah forms in drupal 6 is very easy. I used it in a project where a custom slide node form had to be updated by ajax, depending on the selected slide_template. The slide_template object is built into the node object as composite. This way I can approach the form as $node->template->has_new_tag() , and this [...]