You are here

abstract public function QuickContent::optionsForm in Quick Tabs 7.3

Method for returning the form elements to display for this tab type on the admin form.

Parameters

$delta Integer representing this tab's position in the tabs array.:

$qt An object representing the Quicktabs instance that the tabs are: being built for.

5 methods override QuickContent::optionsForm()
QuickBlockContent::optionsForm in plugins/QuickBlockContent.inc
Method for returning the form elements to display for this tab type on the admin form.
QuickCallbackContent::optionsForm in plugins/QuickCallbackContent.inc
Method for returning the form elements to display for this tab type on the admin form.
QuickNodeContent::optionsForm in plugins/QuickNodeContent.inc
Method for returning the form elements to display for this tab type on the admin form.
QuickQtabsContent::optionsForm in plugins/QuickQtabsContent.inc
Method for returning the form elements to display for this tab type on the admin form.
QuickViewContent::optionsForm in plugins/QuickViewContent.inc
Method for returning the form elements to display for this tab type on the admin form.

File

./quicktabs.classes.inc, line 454

Class

QuickContent
Abstract base class for content plugins.

Code

public abstract function optionsForm($delta, $qt);