Template Before - Introduction
Template Before Code is usually used to perform the following:
1. To control what data will be output onto the Template. This could be to default data appropriately, or to provide instance level security.
2. To redirect the user to another page instead, if appropriate.
3. To replace the HTML that would have been output from the template, with HTML created completely from custom code.
| previous | next |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 |

