handler

AHAH callback

  1. function ca_taxonomy_term_js() {
  2.   module_load_include('inc', 'ca', 'ca.admin');
  3.   $form_state = array('storage' => NULL, 'submitted' => FALSE);
  4.   $form_build_id = $_POST['form_build_id'];

Views2 field handler to link nodes to users

  1. <?php
  2. // $Id$
  3. /**
  4.  *@file
  5.  *The actual handler that provides the latest post(s) made by a user.
  6.  */
  7.  
  8. /**
  9.  * Field handler to provide the latest post(s) made by a user.
  10.  */
Syndicate content