Jonathan B. Abatayo

My personal blog.

Tuesday, October 31, 2006

Sample Codes in phptarsier Ajax

Ajax::remote_form
Ajax::remote_anchor

<div id="placeholder"> </div>

<?= Ajax::remote_anchor('Fill in the Blanks',
     array(t_action => 'ajax_fill'),
     array(
       'update' => 'placeholder',
       'success' => Html::effects:highlight
     )
) ?>

0 Comments:

Post a Comment

<< Home