#13037 closed (fixed)
Documentation missing for the form field-method ``css_classes``
Reported by: | Marcus Fredriksson | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.2-beta |
Severity: | Keywords: | forms | |
Cc: | Gabriel Hurley | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
When outputting forms without using any of the as_*() methods, it's really handy to know about the css_classes-method on form fields. But it seems like it's not documented anywhere.
I've added a small patch (which probably contains some grammatical errors) that gives a brief description of the method.
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | css_classes_documentation.diff added |
---|
comment:1 by , 15 years ago
Cc: | added |
---|---|
Patch needs improvement: | set |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The method should definitely be documented, but the current patch has typos and the language is a bit confusing. I would also suggest documenting it with the
.. method
syntax.