Jump to content

Ajax: Difference between revisions

From NusaATK
No edit summary
No edit summary
Line 3: Line 3:
This howto demonstrates the Ajax features that are built into ATK.
This howto demonstrates the Ajax features that are built into ATK.


== Dependencies between fields ==
== 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 ==
== Autocompletion ==

Revision as of 07:33, 22 October 2006

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.