Template
![]() | Back to Application Dictionary |
Introduction
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.
ManualDoc:WCB53174675F84DCEAA13D2BED48F820C
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.
ManualDoc:T0424D6B4F7FF46A6A4B4960F410144B6
Template Dependency
Defines a dependency relation between this template and another template. When processing, templates on which this template depends are loaded first into the template processor.
ManualDoc:T9CEA7BCAB01844EEBA8D254796B9BCA3
Full list of Template window fields and their descriptions is available in the Template Screen Reference.
![]() | Back to Application Dictionary |