Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Item14211: %NEW% macro should be %N%
  • Loading branch information
gac410 committed Nov 10, 2016
1 parent 6ed3a36 commit b99c043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/data/System/DataForms.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1457496285" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1478801122" format="1.1" version="1"}%
%META:TOPICPARENT{name="UserDocumentationCategory"}%
%STARTINCLUDE%
---+!! Data Forms
Expand Down Expand Up @@ -109,7 +109,7 @@ One form field is defined by each row in the table.
| Values | For checkboxes, radio buttons and dropdown lists: predefined input to select from. More advanced: this can be a dynamically generated list of values. |
| Description | A message that describes the field. |
| Attributes | Attributes controlling how the field is displayed. |
| Default | %NEW% if there is a =default= column, its value (or lack of value) is used as the default for new fields. This allows you to default the value of =select=, =radio= and =checkbox= to something other than the first =values= element |
| Default | %N% if there is a =default= column, its value (or lack of value) is used as the default for new fields. This allows you to default the value of =select=, =radio= and =checkbox= to something other than the first =values= element |

#FormFieldAttributes
---+++ Form field attributes
Expand Down

0 comments on commit b99c043

Please sign in to comment.