Posted by Xano on April 2, 2008 at 9:00am
Jump to:
| Project: | Elements |
| Version: | 5.x-1.x-dev |
| Component: | Documentation |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
As Elements is a complete extension to FAPI without any user interface there should be a documentation file (perhaps just README.TXT) containing information on the provided elements and the parameters that can be set to control them.
I am willing to start writing documentation, but for that I will need to have some more information on the elements already implemented: What does the imagebutton do exactly (wasn't this already implemented in Core FAPI?) and what does tableselect do?
Comments
#1
There's a README.txt already though it could use some additional examples. Table select makes it very easy to create tables with checkboxes / radio buttons. The checkbutton variant has a check all checkbox and allows shift selects (via core's tableselect.js).
The imagebutton was stolen from views and simply displays an image which acts a submit button.
#2
Here's some quick documentation: http://heine.familiedeelstra.com/elements-tableselect
#3
This belongs in the README.
#4
Just a FYI: support of sorting is done via tablesort_sql, the documentation from theme_table should mostly apply.