jQuery UI elements
Component type
Maintenance status
Development status
Component created
Component changed
Provides 'elements', or render-array #types for (some) jQuery UI widgets.
Some of the jQuery UI widgets require rather specific HTML-markup in order to work. With this module, displaying some data in an accordion is as simple as returning the following render array:
$output = array(
'#type' => 'jqui_accordion',
'#items' => $items,
);
Where $items is a simple array of arrays like:
