Jump to content

Ajax

From NusaATK
Revision as of 07:33, 22 October 2006 by bahtiar (talk | contribs)

ATK Howto: Ajax

Complexity: Easy
Author: Ivo Jansch <ivo@achievo.org>

List of other Howto's

This howto demonstrates the Ajax features that are built into ATK.

Dependencies between attributes

If you have attributes that depend on the value of another attribute, you can use the following construct:

 $attribute1->addDependency("attribute2");


Autocompletion

Recordlist navigation

Note: This page uses features that require version 5.7 or higher.