-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduced the validity of the field trimonsave
Each item (item = fields + formats) in surveypro uses a set of fields. Some of them are (MORE OR LESS) common for each item, some of them are very specific for an item. For instance: Content is a common field for EACH item. Signed is specific for numeric field ONLY. The situation at the moment is described in the following table. ``` AGE | AUTOFILL | BOOLEAN | CHARACTER | CHECKBOX | DATE | DATETIME | FILEUPLOAD | INTEGER | MULTISELECT | NUMERIC | RADIOBUTTON | RATE | RECURRENCE | SELECT | SHORTDATE | TEXTAREA | TIME | | FIELDSET | FIELDSETEND | LABEL | PAGEBREAK | content | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | 18 | √ | NO | √ | NO | contentformat | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | 18 | NO | NO | √ | NO | required | √ | NO | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | 17 | NO | NO | NO | NO | indent | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | 18 | NO | NO | √ | NO | position | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | 18 | NO | NO | NO | NO | customnumber | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | 18 | NO | NO | √ | NO | hideinstructions | √ | NO | NO | √ | √ | √ | √ | NO | √ | √ | √ | NO | √ | √ | NO | √ | √ | √ | 13 | NO | NO | NO | NO | variable | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | 18 | NO | NO | NO | NO | extranote | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | √ | 18 | NO | NO | NO | NO | trimonsave | NO | NO | NO | √ | NO | NO | NO | NO | NO | NO | NO | NO | NO | NO | NO | NO | √ | NO | 2 | NO | NO | √ | NO | –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– defaultoption | √ | NO | √ | NO | NO | √ | √ | NO | √ | NO | NO | √ | √ | √ | √ | √ | NO | √ | 11 | NO | NO | √ | NO | defaultvalue | √ | NO | √ | √ | √ | √ | √ | NO | √ | √ | √ | √ | √ | √ | √ | √ | NO | √ | 15 | NO | NO | √ | NO | downloadformat | NO | NO | √ | NO | NO | √ | √ | NO | NO | √ | NO | √ | √ | √ | √ | √ | NO | √ | 10 | NO | NO | √ | NO | noanswerdefault | NO | NO | NO | NO | √ | NO | NO | NO | NO | √ | NO | NO | NO | NO | NO | NO | NO | NO | 2 | NO | NO | √ | NO | lowerbound | √ | NO | NO | NO | NO | √ | √ | NO | √ | NO | √ | NO | NO | √ | NO | √ | NO | √ | 8 | NO | NO | √ | NO | upperbound | √ | NO | NO | NO | NO | √ | √ | NO | √ | NO | √ | NO | NO | √ | NO | √ | NO | √ | 8 | NO | NO | √ | NO | options | NO | NO | NO | NO | √ | NO | NO | NO | NO | √ | NO | √ | √ | NO | √ | NO | NO | NO | 5 | NO | NO | √ | NO | –––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––--––––––––––––––––––––––––––––––––––––– | hiddenfield | style | pattern | labelother | | step | maxfiles | | heightinrows | signed | labelother | rates | | labelother | | useeditor | step | | defaultstatus | | fullwidth | | element01 | | minlength | downloadformat | | maxbytes | | minimumrequired | decimals | adjustment | style | | arearows | | leftlabel | | element02 | | maxlength | minimumrequired | | filetypes | | maximumrequired | | differentrates | | areacols | | element03 | | maximumrequired | | minlength | | element04 | | adjustment | | maxlength | | element05 | ``` The three sections of this table are, in the order, for: - fields that are more or less FOR EACH ITEM - fields that are specific but very popular among items - fields that are specific for a single field only (more or less) Between the first set of columns (referring to fields) and the second set of columns (referring to formats) I added the number of fields having the specific property (specified at the beginning of the row). As you can see the property "trimonsave" has no title at all to be in the first part of the table. (Only two fields have the property "trimonsave") This is the reason justifying this PR.
- Loading branch information
Showing
49 changed files
with
163 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.