Changes between Version 10 and Version 11 of WikiFormsPlugin


Ignore:
Timestamp:
Oct 19, 2015, 5:18:48 PM (9 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • WikiFormsPlugin

    v10 v11  
    55== Description
    66
    7 This plugin alloww for forms anywhere where there is a wiki. This is meant to provide a more flexible version of TracFormsPlugin.
     7This plugin allows you to add a form on any Trac wiki page. This is meant to provide a more flexible version of TracFormsPlugin.
    88
    99== Bugs/Feature Requests
     
    2323== Source
    2424
    25 You can check out WikiFormsPlugin from [http://trac-hacks.org/svn/wikiformsplugin here] using Subversion, or [source:wikiformsplugin browse the source] with Trac.
     25You can check out WikiFormsPlugin from [/svn/wikiformsplugin here] using Subversion, or [source:wikiformsplugin browse the source] with Trac.
    2626
    2727== Example
     
    3434#!WikiForms
    3535
    36 == Selects ==
     36== Selects
    3737
    3838|| '''Description''' || '''Example'''                                      || '''Value'''
     
    6262</tf>                                                                      || <tf>value:complex_select</tf>
    6363
    64 == Checkboxes ==
     64== Checkboxes
    6565
    6666|| '''Description''' || '''Example'''                                      || '''Value'''
     
    7676</tf>                                                                      || <tf>value:complex_checkbox</tf>
    7777
    78 == Inputs ==
     78== Inputs
    7979
    8080|| '''Description''' || '''Example'''                                      || '''Value'''
     
    9090</tf>                                                                      || <tf>value:complex_input</tf>
    9191
    92 == Radios ==
     92== Radios
    9393
    9494|| '''Description''' || '''Example'''                                                                                                                                     || '''Value'''
     
    105105value=dummy2</tf>                                                                                                                                                         || <tf>value:complex_radio</tf>
    106106
    107 == Textareas ==
     107== Text areas
    108108
    109109|| '''Description''' || '''Example'''                 || '''Value'''
     
    121121in here'</tf>                                          || <tf>value:complex_text</tf>
    122122
    123 == Submit Buttons ==
     123== Submit Buttons
    124124
    125125|| '''Description''' || '''Example'''
     
    131131label='Commit'</tf>
    132132
    133 == Query Stuff ==
     133== Query Stuff
    134134
    135135<tf>
     
    137137set:to_be_queried:magic_value</tf>
    138138
    139 === Without Formatting ===
     139=== Without Formatting
    140140
    141141|| '''Value'''  || <tf>value:to_be_queried</tf>
     
    143143|| '''When'''   || <tf>when:to_be_queried</tf>
    144144
    145 === With Formatting ===
     145=== With Formatting
    146146
    147147|| '''Value''' (in bold)  || '''<tf>value:to_be_queried</tf>'''
     
    151151<tf>lastmodified</tf>
    152152
    153 == Debug Stuff ==
     153== Debug Stuff
    154154
    155155<tf>
     
    176176=== New Include Feature
    177177
    178 Lets assume you have a wiki page named 'sandbox':
     178Let's assume you have a wiki page named 'sandbox':
    179179{{{
    180180{{{
     
    264264== New Notification feature
    265265
    266 Sometimes users want to be informed via e-mail if a form is updated, eg when form is at review checklist.
     266Sometimes users want to be informed via email if a form is updated, eg when form is at review checklist.
    267267
    268268The new notify-tag supports this: