arrange_fields.css |
css/arrange_fields.css |
|
/* $Id$ */
.arrange-fields-container {
position: relative;
border: 2px solid #bbb;
background: url("grid1.png");
}
.arrange-fields-container .draggable-form-item {
border: 1px solid #ccc;
background-color: #eee;
display:… |
arrange_fields.info |
arrange_fields.info |
|
; $Id$
name = Arrange Fields
description = Arrange CCK, Webform, and other form fields using drag-and-drop.
dependencies[] = jquery_ui
core = 6.x |
arrange_fields.install |
arrange_fields.install |
|
|
arrange_fields.module |
arrange_fields.module |
|
|
CHANGELOG.txt |
CHANGELOG.txt |
|
; $Id$
===================
Changelog for Arrange Fields
===================
2-26-2012
Added ability to control the "grid width" used with Arrange Fields.
It is on the settings page. Default is 10px. If set to 1px, this
allows users to… |
page-arrange-fields-popup-close-window.tpl.php |
page-arrange-fields-popup-close-window.tpl.php |
|
|
page-arrange-fields-popup-edit-field.tpl.php |
page-arrange-fields-popup-edit-field.tpl.php |
|
|
README.txt |
README.txt |
|
; $Id$
=======================
Arrange Fields
=======================
Richard Peacock (richard@richardpeacock.com)
This module lets you drag-and-drop the fields of any CCK content type, Webform,
or almost any other form in Drupal into the
positions… |