Changes between Version 6 and Version 7 of TracFormsPlugin/Starter


Ignore:
Timestamp:
Aug 10, 2018, 6:19:05 PM (6 years ago)
Author:
figaro
Comment:

Added tag

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin/Starter

    v6 v7  
    11[[PageOutline(2-5,Contents)]]
    2 = Another TracFormsPlugin Tutorial =
    3 == Begin ==
     2
     3= Another TracFormsPlugin Tutorial
     4
     5== Begin
     6
    47This is the bare minimum (wiki) markup required to produce a form with !TracForms syntax:
    58{{{
     
    1518  * with a label 'checked'
    1619 
    17 rendered result:[[BR]]
     20rendered result:
     21
    1822 [[Image(forms_example_basic-form.png)]]
    1923
    20 == Diversify ==
     24== Diversify
     25
    2126When you go on designing your forms, you may wish to arrange and more-or-less beautify them.
    2227
    2328This is fairly easy using !TracWiki markup. The following examples show only a small subset of the possibilities, but simple and advanced tables are certainly among the dominating design elements. Use common sense when deciding on parameters like table border width or background color.
    2429
    25 === More form fields ===
     30=== More form fields
     31
    2632Most probably you'll want to have multiple form fields.
    2733
     
    3844}}}
    3945 
    40 rendered result:[[BR]]
     46rendered result:
     47
    4148 [[Image(forms_example_more-fields.png)]]
    4249
     
    4451 I do use tickets with more than 120 checkboxes in one !TracForm. --hasienda
    4552
    46 === Other field types ===
     53=== Other field types
     54
    4755{{{
    4856{{{
     
    6169}}}
    6270 
    63 rendered result:[[BR]]
     71rendered result:
     72
    6473 [[Image(forms_example_field-types.png)]]
    6574
    66 == Manage ==
    67 === Track changes ===
     75== Manage
     76
     77=== Track changes
     78
    6879Two independent options allow to keep track of changes up to a certain degree:
    6980 track_fields:: track field changes in this form, keeping a record for the last change time and author per field,[[BR]]
     
    7384 effect: setting this option is mandatory to enable full form revision support including incremental change reset/rollback
    7485
    75 === Submit button label ===
     86=== Submit button label
     87
    7688{{{
    7789{{{
     
    8395required to change the default submit button (possibly localized) label to any (fixed) label, see [wiki:TracFormsPlugin/Tutorial tutorial] for use cases
    8496
    85 === Form-related operations ===
     97=== Form-related operations
     98
    8699{{{
    87100{{{
     
    97110}}}
    98111 
    99 rendered result:[[BR]]
     112rendered result:
     113
    100114 [[Image(forms_example_form-operations.png)]]
    101115