... |
... |
@@ -11,17 +11,29 @@ |
11 |
11 |
; Form-specific files |
12 |
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//. |
13 |
13 |
|
|
14 |
+== Actions == |
|
15 |
+ |
14 |
14 |
=== Create a new file === |
15 |
15 |
|
16 |
16 |
{{figure image="files_new.png"}} |
17 |
|
-Creating a new file. You can upload a file either with the browser's upload dialog or directly via drag&drop. |
|
19 |
+Creating a new file. |
18 |
18 |
{{/figure}} |
19 |
19 |
|
20 |
20 |
1. Click on the {{ficon name="plus-circle-outline"/}} button to the top left. |
|
23 |
+1. The content of the file can now be entered in the text editor. |
|
24 |
+1. The created file must be given a name in the upper right corner under //Properties// with the file extension. By clicking on the //Save// button at the bottom right, the changes can be saved. Depending upon file extension the editor will adapt itself accordingly. |
|
25 |
+ |
|
26 |
+=== Upload a file === |
|
27 |
+ |
|
28 |
+{{figure image="files_new.png"}} |
|
29 |
+Uploading a new file. You can upload a file either with the browser's upload dialog or directly via drag&drop. |
|
30 |
+{{/figure}} |
|
31 |
+ |
|
32 |
+1. Click on the {{icon name="upload"/}} button to the top left. |
21 |
21 |
1. The browser's file upload dialog opens. Select the file or files you would like to upload. After you choose a file, it will be uploaded automatically. |
22 |
22 |
1. Optionally, you can give the uploaded files a different name and description in the panel to the right. To save the changes you have made, click the //Save// button at the bottom. |
23 |
23 |
|
24 |
|
-If a file with the same name exists already, the file is renamed and created as a separate file. |
|
36 |
+If a file with the same name exists already, the file is renamed and created as a separate file or or overwrites the old file. |
25 |
25 |
|
26 |
26 |
=== Update a file === |
27 |
27 |
|
... |
... |
@@ -88,9 +88,6 @@ |
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// |
|
103 |
+//.html, .htm, .shtm, .xhtm, .css, .js, .json, .xml, .jpg, .jpeg, .png, .gif, .svg, .ttf, .pdf, .otf, .woff, .woff2, .svg, .ttf, .eot, .sfnt, .jpe// |
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 |
|
- |
96 |
96 |
For files with other extensions, {{formcycle/}} does not show {{smallcaps}}urls{{/smallcaps}} and these files are not accessible from outside via {{smallcaps}}url{{/smallcaps}}. |