Difference between revisions of "FieldFiles"

From TS NoCode wiki
Jump to navigation Jump to search
old>Ln.jeel
(Created page with '= Documents = Upload / download of files including versioning Properties * Type: Files * Groupable: No * Show in lists: Yes * Searchable: Yes ==…')
 
 
(One intermediate revision by one other user not shown)
Line 7: Line 7:
* Show in lists: Yes
* Show in lists: Yes
* Searchable: Yes
* Searchable: Yes
Note that a class is added to the page while uploading ressources: '''uploadInProgress'''
In case you want to prevent the user presing update, the buttons can be hided with this CSS
  .uploadInProgress .tsUpdateButtons { display: none; }





Latest revision as of 13:16, 18 June 2025

Documents

Upload / download of files including versioning

Properties

  • Type: Files
  • Groupable: No
  • Show in lists: Yes
  • Searchable: Yes

Note that a class is added to the page while uploading ressources: uploadInProgress

In case you want to prevent the user presing update, the buttons can be hided with this CSS

 .uploadInProgress .tsUpdateButtons { display: none; }


User interface

Field in show mode

FieldFiles show.png

Field in edit mode

FieldFiles edit.png

User interface as displayed in picture


Configuration

No configuration required for this field type


Developer info

  • FeltTypeID: 50
  • SQL datatype: int(11)
  • Class name: FieldFiles