TestArea
Component type
Categories
Maintenance status
Development status
Component created
Component changed
A 1st module attempt.
A 1st module attempt.
A Drupal 7 module that gives a user with permission a page [example.com/html-sample] for testing theme renders of elements common in most Drupal sites, including many basic drupal interface freatures (tabs, messages, help) and Form API elements.
Most modules require a site builder to change settings on several pages. Stepwise strings all those forms together into a single multistep form. If you have a module with a setup that requires users to make changes on more than 2 forms, consider including a stepwise workflow into your module folder on Drupal.org.
Plugin tools is a small developer/administrator utility which allows you to browse the various plugins provided by different modules. This information is normally hidden in the code layer. The aim is to provide some useful, extra tools to developers and interested maintainers.
This may be desirable for several reasons:
The Drupal 7 version of this module works with Chaos Tools plugins. A possible future Drupal 8 version will utilise core plugins.
Movico is a framework for helping web developers create well organized Drupal modules and web applications using OOP techniques and the MVC design pattern. Developers can use powerful objected oriented PHP features. Movico allows developers to take more advantage of popular IDE tools for creating better software.
A demo project to get to grips with Drupal development, using Git.
My first Drupal 7 module.
test
This module actually comes as a helper, to assist developers who wish to create
a custom form with image uploads preview, using the form API.
It is more suitable for the examples project and really after understanding
the code you may snippet to your module the relevant parts.
If you ever wanted to create a image upload field with an image preview on a custom form using the form api, this module may just be the thing you need !
Simple and easy to understand how you can achieve an image preview.
The objective of this project is to illustrate a bug with Views 7.x-3.5 (and more generally Views 7.x-3.x) where an embedded view with exposed widgets is emptied incorrectly because of validation errors in unrelated forms on the same page as the view.