Jump to content

ATK: Difference between revisions

From NusaATK
No edit summary
No edit summary
Line 1: Line 1:
== [[ATK 101]] ==
== General Documentation ==
Add tutorials here, lessons, explaination. Everything people might want to know when they start working with ATK.
 
[[InstallationGuide]]
 
[[atkMetaNode]]
 
[[System Requirements]]
 
[[Localization]]
 
== Modules ==
 
An ATK Application consists of one or more modules.
 
A [[CompleteModuleFile]]
 
== Nodes ==
 
A module consists of one or more nodes. ATK knows 3 node types: [[atkNode]], [[atkTreeNode]] and [[atkMetaNode]]
 
An [[ExampleNode]] file.
 
[[NodeFlags]]
 
== Attributes ==
 
A node is build with attributes.
 
[[AttributesExplained]]
 
[[AttributeFlags]]
 
[[AttributeLevelSecurity]]
 
== Sessions ==
 
Application state is remembered in sessions.
 
[[SessionVariables]]
 
== Advanced techniques ==
 
[[Polymorphism]]
 
== Misc Tips ==
 
[[OrderingAttributesWithinANode]]<br />
[[SmartDebug]]<br />
[[Define custom buttons]]<br />
[[Handy features]]

Revision as of 06:11, 23 May 2006

General Documentation

InstallationGuide

atkMetaNode

System Requirements

Localization

Modules

An ATK Application consists of one or more modules.

A CompleteModuleFile

Nodes

A module consists of one or more nodes. ATK knows 3 node types: atkNode, atkTreeNode and atkMetaNode

An ExampleNode file.

NodeFlags

Attributes

A node is build with attributes.

AttributesExplained

AttributeFlags

AttributeLevelSecurity

Sessions

Application state is remembered in sessions.

SessionVariables

Advanced techniques

Polymorphism

Misc Tips

OrderingAttributesWithinANode
SmartDebug
Define custom buttons
Handy features