Naming Conventions

  • You have to give every method a Prefix
  • Prefix's can only be folder names from the home folder
  • There are some secondary Prefixes you should use:
    • Prefix_fm_Description (form method)
    • Prefix_fo_\Description (form object)
    • Prefix_LB_Description_Actions
    • Prefix_LB_Description_Data
    • Prefix_LB_Description_View
  • Exceptions
    • Each prefix gets a compiler method named Compiler_prefix
  • Error names can only use these prefix's

Input forms

  • The top of one text field should be 22 pixels under the top of the text field above it