You are here

Classes, traits, and interfaces in Quick Tabs 7.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
InvalidQuickSetException class ./quicktabs.classes.inc Create our own exception class.
QuickAccordion class plugins/QuickAccordion.inc Renders the content using the jQuery UI Accordion widget.
QuickBlockContent class plugins/QuickBlockContent.inc Class for tab content of type "block" - this is for rendering a block as tab content.
QuickCallbackContent class plugins/QuickCallbackContent.inc Class for tab content of type "callback" - this is for rendering the contents of some menu callback function as tab content.
QuickContent abstract class ./quicktabs.classes.inc Abstract base class for content plugins. 5
QuickContentRenderable interface ./quicktabs.classes.inc Each QuickSet object has a "contents" property which is an array of objects that implement the QuickContentRenderable interface. 2
QuickNodeContent class plugins/QuickNodeContent.inc Class for tab content of type "node" - this is for rendering a node as tab content.
QuickPreRenderedContent class ./quicktabs.classes.inc This class implements the same interface that content plugins do but it is not a content plugin. It is a special class for pre-rendered content which is used when "custom" tabs are added to existing Quicktabs instances in a call…
QuickQtabsContent class plugins/QuickQtabsContent.inc Class for tab content of type "qtabs" - this is for rendering a QuickSet instance as the tab content of another QuickSet instance.
QuickQuicktabs class plugins/QuickQuicktabs.inc Renders the content using the original Quicktabs mechanism of previous versions. Includes support for ajax rendered content.
QuickRenderer abstract class ./quicktabs.classes.inc Abstract base class for QuickSet Renderers. 3
QuickSet class ./quicktabs.classes.inc A QuickSet object is an unrendered Quicktabs instance, essentially just a container of content items, as defined by its configuration settings and the array of content items it contains.
QuicktabsAdminTestCase class tests/quicktabs.test
quicktabs_style_plugin class includes/quicktabs_style_plugin.inc Style plugin to display Quicktabs.
QuickUiTabs class plugins/QuickUiTabs.inc Renders the content using the jQuery UI Tabs widget.
QuickViewContent class plugins/QuickViewContent.inc Class for tab content of type "view" - this is for rendering a view as tab content.

Other projects