You are here

Files in Nice ImageField Widget 7

Primary tabs

File namesort descending Location Namespace Description
nice_imagefield_widget.css css/nice_imagefield_widget.css div.nice-imagefield-sortable { margin: 0 0 10px 0; } div.nice-imagefield-sortable > div { margin: 3px; border: solid 1px #fff; position: relative; float: left; } div.nice-imagefield-sortable > div img { cursor: move; …
nice_imagefield_widget.field.inc nice_imagefield_widget.field.inc The include file which controls the Image field.
nice_imagefield_widget.info nice_imagefield_widget.info name = Nice ImageField Widget description = Creates a widget for imagefield to upload multiple files at once using html5 and display multiple images as draggable grid. package = Fields core = 7.x dependencies[] = image dependencies[] =…
nice_imagefield_widget.module nice_imagefield_widget.module
nice_imagefield_widget.theme.inc nice_imagefield_widget.theme.inc The theme system, which controls the output of the Umage field.
nice_imagefield_widget_example.info nice_imagefield_widget_example/nice_imagefield_widget_example.info name = Nice ImageField Widget Example description = Shows how an external module can provide nice image field widget. package = Fields core = 7.x dependencies[] = nice_imagefield_widget
nice_imagefield_widget_example.install nice_imagefield_widget_example/nice_imagefield_widget_example.install Contains install and update functions for Nice ImageField Widget Example.
nice_imagefield_widget_example.module nice_imagefield_widget_example/nice_imagefield_widget_example.module Working sample module to demonstrate Nice ImageField Widget.
README.txt README.txt CONTENTS OF THIS FILE --------------------- * Introduction * Requirements * Installation * Configuration * Maintainers INTRODUCTION ------------ The Image Drupal 7 module allows you to work with a set of images using the tabledrag feature,…

Other projects