LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
panels_ajax_tab.admin.inc |
panels_ajax_tab.admin.inc |
|
Administration page callbacks for the Panels AJAX tabs module. |
panels_ajax_tab.css |
css/panels_ajax_tab.css |
|
.loading {
display: block;
margin: 0 auto;
} |
panels_ajax_tab.info |
panels_ajax_tab.info |
|
name = Panels AJAX tabs
description = Allows the display of multiple mini-panes inside a panel as AJAX tabs
core = 7.x
configure = admin/config/user-interface/panels-ajax-tab
dependencies[] = panels
dependencies[] = panels_mini
dependencies[] =… |
panels_ajax_tab.install |
panels_ajax_tab.install |
|
Contains update functions for panels_ajax_tab. |
panels_ajax_tab.module |
panels_ajax_tab.module |
|
Allows users to create and manage Panels Ajax Tabs. |
panels_ajax_tab_container.inc |
plugins/content_types/panels_ajax_tab_container.inc |
|
|
panels_ajax_tab_tabs.inc |
plugins/content_types/panels_ajax_tab_tabs.inc |
|
|
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
Provides the ability to have a tabbed panel-pane that displays mini-panels
within it.
* For a full description… |