diff options
Diffstat (limited to 'TWiki/TWikiForms.mdwn')
-rw-r--r-- | TWiki/TWikiForms.mdwn | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/TWiki/TWikiForms.mdwn b/TWiki/TWikiForms.mdwn index ab0de3db..1f6ad367 100644 --- a/TWiki/TWikiForms.mdwn +++ b/TWiki/TWikiForms.mdwn @@ -178,16 +178,11 @@ The Form Template can also be defined in an alternative way by using more then o > </table> * **Implementation Notes:** This format allows you to define field items with or without [[TWiki/WikiNames]], depending on your needs. - -* * The topic can be protected in the usual manner so that not everybody can change the form template - see [[TWikiAccessControl]] - -* * <code>[[...]]</code> links can be used for force a link, at present <code>[[...]\[...]]</code> format is not supported. - -* * The "Tooltip message" column is used as a tool tip for the field name (only if field name is a [[TWiki/WikiName]]) - you only see the tooltip on edit. - -* * The first item in the list is the default item. Alternative initial values can be given in a topic template such as `WebTopicEditTemplate` or using field=value or for checkboxes field=1. - -* * The topic definition is not read when a topic is viewed. + * The topic can be protected in the usual manner so that not everybody can change the form template - see [[TWikiAccessControl]] + * <code>[[...]]</code> links can be used for force a link, at present <code>[[...]\[...]]</code> format is not supported. + * The "Tooltip message" column is used as a tool tip for the field name (only if field name is a [[TWiki/WikiName]]) - you only see the tooltip on edit. + * The first item in the list is the default item. Alternative initial values can be given in a topic template such as `WebTopicEditTemplate` or using field=value or for checkboxes field=1. + * The topic definition is not read when a topic is viewed. ## <a name="Enabling_Forms_by_Web"> Enabling Forms by Web </a> @@ -225,4 +220,4 @@ A form embedded in a topic also appears in a new topic. This is done by specifyi The Form Template topic name, fields and values are stored as [[TWikiMetaData]]. The order of field/value pairs in the Meta Data is the same as in the Template. --- [[JohnTalintyre]] - 16 Aug 2001 <br /> -- [[MikeMannix]] - 15 Sep 2001 <br /> +-- [[JohnTalintyre]] - 16 Aug 2001 <br /> -- [[Main/MikeMannix]] - 03 Dec 2001 |