ATK UI: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
[[Premade Themes]] | [[Premade Themes]] | ||
== | == The top-level scripts and their purpose == | ||
;app.php: Generate a frameset. This is used for frames-based applications. The GUI is constructed from src= calls to nodes and menus within the frameset definition. | ;app.php: Generate a frameset. This is used for frames-based applications. The GUI is constructed from src= calls to nodes and menus within the frameset definition. | ||
;index.php: Decide whether to use fullscreen, frameset, or generate full index page(depending on the theme setting of useframes attribute) | |||
Revision as of 21:51, 27 February 2008
The top-level scripts and their purpose
- app.php
- Generate a frameset. This is used for frames-based applications. The GUI is constructed from src= calls to nodes and menus within the frameset definition.
- index.php
- Decide whether to use fullscreen, frameset, or generate full index page(depending on the theme setting of useframes attribute)