Changes between Version 24 and Version 25 of TracFormsPlugin


Ignore:
Timestamp:
Jun 16, 2008, 1:58:31 AM (16 years ago)
Author:
Rich Harkins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracFormsPlugin

    v24 v25  
    1010== Example ==
    1111
    12 Let's start by looking at a simple laundry list.  This list will be automatically bound to whatever page it appears in by default (this can be configured).  Once the plugin is installed, simply edit your /wiki/Sandbox and chuck this in:
     12Let's start by looking at a simple laundry list.  This list will be automatically bound to whatever page it appears in by default (this can be configured).  Once the plugin is installed, simply edit a new wiki resource called  Sandbox/LaundryList and chuck this in:
    1313
    1414{{{
     
    3535
    3636[[Image(LaundryList2.jpg)]]
     37
     38Now, if you thought that was neat, make sure you have the IncludeMacro installed and fire up a new wiki page Sandbox/LaundryListUser with the following:
     39
     40{{{
     41Include(Sandbox/LaundryList)
     42}}}
     43
     44Note that the form is blank and you can play with the results again.  Now, for more fun, do the same thing in a ticket.  Including a wiki form structure will work especially well with a PageTemplate.
    3745
    3846There is much more planned for this plugin than simply checklists.  See [wiki:TracFormsPlugin/Docs] for more information on the various ways to use this tool.