Wiki source code of Dateien & Templates
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{content/}} | ||
2 | |||
3 | == Templates == | ||
4 | |||
5 | Templates can be introduced into different modules. So, for example email templates for response pages or language files of the {{designer/}} can be created. | ||
6 | |||
7 | The category of a template decides in which action or in which module the template is available later. At the moment there are seven categories: | ||
8 | |||
9 | * {{litem title="Design (CSS)"}}[[CSS templates>>doc:Formcycle.UserInterface.FilesAndTemplates.Design.WebHome]] are supported by {{designer/}} and present possibilities to define global //CSS// rules, which can be used by all forms.{{/litem}} | ||
10 | * {{litem title="XSL-Transformation"}}[[XSL transformation templates>>doc:Formcycle.UserInterface.FilesAndTemplates.XSLTransformation.WebHome]] serve the transformation of a XML export file and can be used e.g. in the action type [[export (XML file)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ExportXML.WebHome]] and for the inbox export.{{/litem}} | ||
11 | * {{litem title="HTML"}}[[HTML templates>>doc:Formcycle.UserInterface.FilesAndTemplates.HTML.WebHome]] are used by the action type [[conclusion page>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.ResponsePage.WebHome]] and can be used e.g. for the display of a form acknowledgement. Additionally it is possible to display the files of the process and to download them. (See also use of placeholders){{/litem}} | ||
12 | * {{litem title="Text"}}[[Text templates>>doc:Formcycle.UserInterface.FilesAndTemplates.Text.WebHome]] are global texts and are used e.g. in the {{designer/}}.{{/litem}} | ||
13 | * {{litem title="i18n variables"}}[[Language templates>>doc:Formcycle.UserInterface.FilesAndTemplates.I18nVariables.WebHome]] are generated automatically during the creation of a new client. It is possible to modify existing templates and to add additional languages.{{/litem}} | ||
14 | * {{litem title="Email"}}[[Mail templates>>doc:Formcycle.UserInterface.FilesAndTemplates.Email.WebHome]] can be used by the action type [[email>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.EMail.WebHome]].{{/litem}} | ||
15 | * {{litem title="Link"}}[[Link templates>>doc:Formcycle.UserInterface.FilesAndTemplates.Link.WebHome]] are made use of the action type [[forwarding>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.Redirect.WebHome]] and can be used e.g. for forwarding to other pages after the from acknowledgement.{{/litem}} | ||
16 | |||
17 | == Files == | ||
18 | |||
19 | Files created here can be used globally from all forms within the status processing, such as from the action types [[PDF (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.PDFFill.WebHome]] or [[Word (Fill)>>doc:Formcycle.UserInterface.MyForms.WorkflowProcessing.Actions.WordFill.WebHome]]. See also section [[files>>doc:Formcycle.UserInterface.FilesAndTemplates.Files]]. |