Skip to content

Commit

Permalink
Item109: Rename TWikiForms to DataForms
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/FormPlugin@604 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Nov 13, 2008
1 parent a1b56ad commit d5d9fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/TWiki/FormPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Use =%<nop>URLPARAM{"element_name"}%= to retrieve the value of a submitted form
%BB% =dateformat= - sets the output format of the date button, for instance: =%Y/%m/%d= - see [[#DateFormats][date formats]] for more info \
%BB% =submit= - creates a submit button \
%BB% =hidden= - creates a hidden input field |required |- | =type="selectmulti"= |
| =options= |List of selectable value parameters to use with =select=, =dropdown=, =checkbox= or =radio=. You may use TWikiForms notation =option1=Label 1, option2=Label 2=. |- |- | =options="mary, peter, annabel, nicky, jennifer"= or options and labels combined: =options="mary=Mary M, peter=Peter P, annabel=Annabel A, nicky=Nicky N, jennifer=Jennifer J"= |
| =options= |List of selectable value parameters to use with =select=, =dropdown=, =checkbox= or =radio=. You may use DataForms notation =option1=Label 1, option2=Label 2=. |- |- | =options="mary, peter, annabel, nicky, jennifer"= or options and labels combined: =options="mary=Mary M, peter=Peter P, annabel=Annabel A, nicky=Nicky N, jennifer=Jennifer J"= |
| =labels= |To use with =options=: list of visible labels for each option. |- |If no labels are set the option values are displayed. | =labels="Mary M, Peter P, Annabel A, Nicky N, Jennifer J"= |
| =default= |Predefined input: \
%BB% For single entry elements: the text value. \
Expand Down

0 comments on commit d5d9fea

Please sign in to comment.