DDTS Support: Modify a DDTS Class
There are several ways to modify or edit a DDTS class, but they all revolve editing these three primary files.
Each class has a Master Template File or form that can be edited located here:
| DDTS_INSTALLATION_DIRECTORY/CLASS_NAME/master.tmpl |
|---|
Each class has a list of state definitions that are located here:
| DDTS_INSTALLATION_DIRECTORY/CLASS_NAME/statenames |
|---|
Each class has a list of state transitions that are located here:
| DDTS_INSTALLATION_DIRECTORY/CLASS_NAME/states |
|---|
There are more DDTS class customization files, but the three above are the most commonly modified.
by Phil B.