ATK Demo Walkthrough – Lesson 3
From Achievo/ATK Wiki
Contents |
Intro
In this lesson we take the application we built in Lesson 2 and make some visual improvements.
The Departments Node
This node is similar to the department node of lesson 2, with some enhancements:
- The first addition is the use of tabs.
- The second addition is use of a checkbox which is checked by default.
- The next addition is the use of a 'display override' to show the department's name in bold if the department is hiring
- The final addition is an 'edit override' to disable adding employees to a department if the department is not hiring.
The Employees Node
The addition in this lesson is a little bit of code that checks the salary of someone's manager. If someone earns more than his manager, the row is colored red as a warning.
The Module
The module file is identical to that of lesson 2.