multicolumncheckboxesradios 7.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-7.x-1.x-dev.tar.gz | 11.24 KB | 699870b599f0b7d266514bc2ac7334da |
| multicolumncheckboxesradios-7.x-1.x-dev.zip | 13.15 KB | 307aac20a697c27616acf21daa0a6e2e |
Release notes
The form api part is working. The cck part (field api in D7) is not until #982764: Document how to upgrade CCK field modules that used hook_widget_settings_alter is resolved.
multicolumncheckboxesradios 6.x-1.6
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-6.x-1.6.tar.gz | 10.47 KB | 73875cedaa21569f48476b118ddae20c |
| multicolumncheckboxesradios-6.x-1.6.zip | 12.31 KB | 00f57e5602f3cfaa6466fd8520180228 |
Release notes
Fix #903410: Passed variable is not an array or object / argument should be an array Handle one column special case, add CCK Multi-column off option to distinguish from one column case.
Fix #888078: Incorrect calculations for column width, now always satisfy the width parameter by spreading the columns
Include built-in support for #862996: Work with CCK/select_or_other
Add 'indent', 'column-heading', 'row-heading', 'caption' options, see README.txt for details, see the demo page on how this works.
Use HTML table markup instead of <div> and float: left for better cross browser compatibility
Note for upgrade from 1.4 to 1.6:
------------------------------------
If you have CCK content type that have checkboxes/radios with column 'width' set to '1' (the default), please change that to 'Multi-column off' (browse to admin/content/node-type). Previously '1' means Multi-column is off. But now, because of the column/row heading options, '1' one column in multi-column. So you have to set 'width' to 'Multi-column off' to actually turn multi-column off.
multicolumncheckboxesradios 6.x-1.5
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-6.x-1.5.tar.gz | 10.4 KB | 7795fe8e77b32fb9478338b671a9f6d4 |
| multicolumncheckboxesradios-6.x-1.5.zip | 12.25 KB | 110b9b2e5c6a69af450e92fb614eb29f |
Release notes
Fix #888078: Incorrect calculations for column width, now always satisfy the width parameter by spreading the columns
Include built-in support for #862996: Work with CCK/select_or_other
Add 'indent', 'column-heading', 'row-heading', 'caption' options, see README.txt for details, see the demo page on how this works.
Use HTML table markup instead of <div> and float: left for better cross browser compatibility
multicolumncheckboxesradios 6.x-1.4
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-6.x-1.4.tar.gz | 9.61 KB | ff0c58b45f0b1535c6ce74fa22971ff8 |
| multicolumncheckboxesradios-6.x-1.4.zip | 11.4 KB | f49ee01be801619b10211fde3470340c |
Release notes
- Add content_taxonomy CCK support
- Add userreference CCK support
- #573434: Works with node reference checkbox / radio buttons widgets by miloyz
- Additional CCK widget type support can be added without code change now. See README.txt.
multicolumncheckboxesradios 6.x-1.3
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-6.x-1.3.tar.gz | 9.27 KB | 334be0f15efb0a9060f3ae7f5243e9e4 |
| multicolumncheckboxesradios-6.x-1.3.zip | 11.04 KB | f879f19728601ec2956d56d820b55a46 |
Release notes
Add cck support. This feature requires CCK with patch #417122: Allow drupal_alter() on Field and Widget Settings
multicolumncheckboxesradios 6.x-1.x-dev
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-6.x-1.x-dev.tar.gz | 11.12 KB | 0af96d7744dcac8d3920b21762ea80f8 |
| multicolumncheckboxesradios-6.x-1.x-dev.zip | 13.03 KB | 3661183eb4b6c526b75a64d8888db876 |
Release notes
Fix #888078: Incorrect calculations for column width, now always satisfy the width parameter by spreading the columns
Include built-in support for #862996: Work with CCK/select_or_other
Add 'indent', 'column-heading', 'row-heading', 'caption' options, see README.txt for details, see the demo page on how this works.
Use HTML table markup instead of <div> and float: left for better cross browser compatibility
multicolumncheckboxesradios 6.x-1.2
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-6.x-1.2.tar.gz | 8.49 KB | 4c833bbed795c4d61938310fb53923c3 |
| multicolumncheckboxesradios-6.x-1.2.zip | 10.21 KB | d22eb97088cd921417e277ed9f616ec1 |
Release notes
Change implementation of 'row-major' to use transpose instead of simple float:left 'form-item' because:
1) in order to use the same markup for both default column-major layout and row-major layout
2) to keep vertical margin the same both way so they will look the same on screen
multicolumncheckboxesradios 6.x-1.1
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-6.x-1.1.tar.gz | 7.54 KB | 590a16ec181e452af4d4e7b424f8366c |
| multicolumncheckboxesradios-6.x-1.1.zip | 9.25 KB | 41173252c05e8d098703cdd32e70bf0e |
Release notes
Add 'row-major' option
multicolumncheckboxesradios 6.x-1.0
| Download | Size | md5 hash |
|---|---|---|
| multicolumncheckboxesradios-6.x-1.0.tar.gz | 7.37 KB | acadfe452f10fac6205e577810c14083 |
| multicolumncheckboxesradios-6.x-1.0.zip | 9.03 KB | 6246dd4472faa26d89c76c13e23dabd2 |
Release notes
Initial release