... |
... |
@@ -7,9 +7,9 @@ |
7 |
7 |
There are two different types of files in {{formcycle/}}: |
8 |
8 |
|
9 |
9 |
; Client-specific files |
10 |
|
-: Files that are available to all forms. For example, they could be used as template files for actions of type //[[PDF (Fill)>>doc:Formcycle.Designer.Workflow.Actions.FillPdfDocument.WebHome]]// or [[//Word (Fill)//>>doc:Formcycle.Designer.Workflow.Actions.FillWordDocument.WebHome]]: The same template may be required by multiple forms. Client-specific files with the extension //.css// ([[{{smallcaps}}Css{{/smallcaps}}>>doc:Formcycle.Designer.Form.CodingPanel.CSSTab.WebHome]]) or //.js// ([[JavaScript>>doc:Formcycle.Designer.Form.CodingPanel.ScriptTab.WebHome]]) are included automatically in all forms. You can upload these files in the menu //Files & templates //{{rarrow/}} //Files//. |
|
10 |
+: Files that are available to all forms. For example, they could be used as template files for actions of type //[[PDF (Fill)>>doc:Formcycle.Designer.Workflow.Actions.FillPdfDocument.WebHome]]// or [[//Word (Fill)//>>doc:Formcycle.Designer.Workflow.Actions.FillWordDocument.WebHome]]: The same template may be required by multiple forms. Client-specific files with the extension //.css// ([[{{smallcaps}}Css{{/smallcaps}}>>doc:Formcycle.Designer.Form.CodingPanel.CSSTab.WebHome]]) or //.js// ([[JavaScript>>doc:Formcycle.FormDesigner.CodingPanel.ScriptTab.WebHome]]) are included automatically in all forms. You can upload these files in the menu //Files & templates //{{rarrow/}} //Files//. |
11 |
11 |
; Form-specific files |
12 |
|
-: Files that are only available to the form for which they have been uploaded. Form-specific files with the extension //.css// ([[{{smallcaps}}Css{{/smallcaps}}>>doc:Formcycle.Designer.Form.CodingPanel.CSSTab.WebHome]]) or //.js //([[JavaScript>>doc:Formcycle.Designer.Form.CodingPanel.ScriptTab.WebHome]]) are included automatically in the form. You can upload these files in the form overview menu //My forms// if you open the side menu of the form and click on //Files//. Or you can upload files directly from within the designer by clicking on //More// {{rarrow/}} //Files//. |
|
12 |
+: Files that are only available to the form for which they have been uploaded. Form-specific files with the extension //.css// ([[{{smallcaps}}Css{{/smallcaps}}>>doc:Formcycle.Designer.Form.CodingPanel.CSSTab.WebHome]]) or //.js //([[JavaScript>>doc:Formcycle.FormDesigner.CodingPanel.ScriptTab.WebHome]]) are included automatically in the form. You can upload these files in the form overview menu //My forms// if you open the side menu of the form and click on //Files//. Or you can upload files directly from within the designer by clicking on //More// {{rarrow/}} //Files//. |
13 |
13 |
|
14 |
14 |
=== Create a new file === |
15 |
15 |
|
... |
... |
@@ -88,6 +88,9 @@ |
88 |
88 |
Finally you can get check out the {{smallcaps}}Url{{/smallcaps}} to the file. Use this {{smallcaps}}Url{{/smallcaps}} to access the contents of the file. Please note that the {{smallcaps}}Url{{/smallcaps}} may need to be modified in case you are making use of [[frontend servers>>doc:Formcycle.SystemSettings.UserInterface.FrontendServer]]. |
89 |
89 |
|
90 |
90 |
{{smallcaps}}Urls{{/smallcaps}} are shown for files with the following file extensions only: |
91 |
|
-//.html, .htm, .shtm, .xhtm, .css, .js, .json, .xml, .jpg, .jpeg, .png, .gif, .svg, .ttf, .pdf, .otf, .woff, .woff2, .svg, .ttf, .eot, .sfnt, .jpe// |
|
91 |
+//.html, .htm, .shtm, .xhtm, .css, .js, .json, .xml, .jpg, .jpeg, .png, .gif, .svg, .ttf, .pdf// |
92 |
92 |
|
|
93 |
+{{version major="6" minor="3"/}} Starting with version 6.3.0 the {{smallcaps}}Url{{/smallcaps}} is shown for files with the following file extensions, too: |
|
94 |
+//.otf, .woff, .woff2, .svg, .ttf, .eot, .sfnt, .jpe// |
|
95 |
+ |
93 |
93 |
For files with other extensions, {{formcycle/}} does not show {{smallcaps}}urls{{/smallcaps}} and these files are not accessible from outside via {{smallcaps}}url{{/smallcaps}}. |