PortalToolsCodingStandards

  • Use camelCase-names for id’s etc.
  • The folder and package name of your plugin should be the id
  • Put the forms in the folder form and create for each form a subfolder with its name
    • Form.xml
    • Binding.xml
    • Template.xml
  • Put JXTemplates in a folder called jx
    • Use the JXPath-Syntax ( #{./foo/bar})
  • I18n-keys start with the tool-id (e.g. copletManagement.*)
  • If the i18n text belongs to a specific function append the function name (e.g. copletManagement.editCoplet.*)
  • Have a look at the samples if something is not clear (smile)
  • No labels