Screenshot:Template

From InfiniteERP Wiki
Jump to: navigation, search
Back button.png   Back to Screens_Reference


Template

Templates are used to convert server side components into client side representations, to javascript. Templates are called to process requests from the browser for user interface components. Templates can depend on eachother, a template can use functions/methods provided by another template. This is handled through template dependencies.

Template

Templates are used to convert server side components into client side representations, to javascript. In its basic form the template reads data from the database and processes this data to create a javascript string which is sent to the server. A template is called by the Openbravo client framework when a request for a component is received.

  • Module : Module
  • Name : A non-unique identifier for a record/document often used as a search tool.
  • Description : A space to write additional related information.
  • Component Type : A type of component for which the template operates.
  • Overrides Template : Is used to define that this template overrides another template.
  • Template Language : Defines the template language used to process this template.
  • Template Classpath Location : Defines the location in the classpath of the template file
  • Template : The template source code.
  • Active : A flag indicating whether this record is available for use or de-acti