You are here

public static function QuickRenderer::optionsForm in Quick Tabs 7.3

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

Parameters

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

2 methods override QuickRenderer::optionsForm()
QuickAccordion::optionsForm in plugins/QuickAccordion.inc
Method for returning the form elements to display for this renderer type on the admin form.
QuickUiTabs::optionsForm in plugins/QuickUiTabs.inc
Method for returning the form elements to display for this renderer type on the admin form.

File

./quicktabs.classes.inc, line 307

Class

QuickRenderer
Abstract base class for QuickSet Renderers.

Code

public static function optionsForm($qt) {
  return array();
}