Ajax: Difference between revisions
Appearance
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 | == 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
|
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.