Creating New Controller File


Start by opening a new Code Editor window:

1.) To open click: Tools->Code Editor

NOTE: ALL of the Controller Files should be stored in the controller directory

Open in front of you will be an empty sheet. Type in your code while following the two main bodies of specification:

1.) JAVA rules for Classes that include: filename, class name and ALL constructors have to be of the SAME name.

2.) Controller File rules which are outlined in the Detained Help->Controller Specs section of the Intellego 2.0 Help.

When you are done, save the file:

2.) To save the Controller File: File->Save or File->Save As

At the top of the Code Editor frame will be the full path and name of the opened Controller File.


Related topics:

--> Controller File Specifications

--> Uploading Controller File