Ticket #21 (accepted enhancement)
New FormOpen() method
| Reported by: | dartar | Owned by: | JavaWoman |
|---|---|---|---|
| Priority: | high | Milestone: | blue-sky |
| Component: | core | Version: | 1.1.6.0 |
| Severity: | normal | Keywords: | forms |
| Cc: |
Description (last modified by NilsLindenberg) (diff)
The Wikka core has a FormOpen() method that creates the opening tag for a form. However, it has a number of limitations, such as no way to specify an id and/or class attribute, and not supporting enctype needed for a file upload form. This leads to ugly workarounds and inconsistent (and sometimes invalid) code.
The following replacement for FormOpen() addresses these issues and makes sure the generated code is valid XHTML. It uses a number of new supporting methods that will be more generally useful as well.
Ref
Change History
Note: See
TracTickets for help on using
tickets.