Class ZendX_JQuery_View_Helper_TabPane

Description

jQuery Tabs Pane View Helper, goes with Tab Container

  • copyright: Copyright (c) 2005-2008 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License
  • uses: Zend_Json, - ZendX_JQuery_View_Helper_TabContainer

Located in /JQuery/View/Helper/TabPane.php (line 34)

Zend_View_Helper_HtmlElement
   |
   --ZendX_JQuery_View_Helper_UiWidget
      |
      --ZendX_JQuery_View_Helper_UiWidgetPane
         |
         --ZendX_JQuery_View_Helper_TabPane
Method Summary
 string tabPane ([string $id = null], [string $content = ''], [ $options = array()])
 void _addPane (string $id, string $name, string $content, [ $options = array()])
Variables
Methods
tabPane (line 44)

Add a tab pane to the tab container with the given $id.

  • return: always empty
  • access: public
string tabPane ([string $id = null], [string $content = ''], [ $options = array()])
  • string $id
  • string $content
  • array $options
_addPane (line 70)

Register new tab pane with tabContainer view helper.

  • see: ZendX_JQuery_View_Helper_TabContainer::addPane
  • access: protected
void _addPane (string $id, string $name, string $content, [ $options = array()])
  • string $id
  • string $name
  • string $content
  • array $options

Redefinition of:
ZendX_JQuery_View_Helper_UiWidgetPane::_addPane()
Add an additional pane to the current Widget Container

Inherited Methods

Inherited From ZendX_JQuery_View_Helper_UiWidgetPane

 ZendX_JQuery_View_Helper_UiWidgetPane::captureEnd()
 ZendX_JQuery_View_Helper_UiWidgetPane::captureStart()
 ZendX_JQuery_View_Helper_UiWidgetPane::_addPane()

Inherited From ZendX_JQuery_View_Helper_UiWidget

 ZendX_JQuery_View_Helper_UiWidget::setView()
 ZendX_JQuery_View_Helper_UiWidget::_prepareAttributes()

Documentation generated on Sat, 14 Feb 2009 13:36:23 +0300 by phpDocumentor 1.4.2