Koowa_Template
[ class tree: Koowa_Template ] [ index: Koowa_Template ] [ all elements ]

Class: KTemplateHelperTabs

Source Location: /libraries/koowa/template/helper/tabs.php

Class Overview

KObject
   |
   --KTemplateHelperAbstract
      |
      --KTemplateHelperBehavior
         |
         --KTemplateHelperTabs

Template Tabs Behavior Helper


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: KTemplateHelperBehavior

KTemplateHelperBehavior::autocomplete()
Loads the autocomplete behavior and attaches it to a specified element
KTemplateHelperBehavior::calendar()
Loads the calendar behavior and attaches it to a specified element
KTemplateHelperBehavior::keepalive()
Keep session alive
KTemplateHelperBehavior::modal()
Render a modal box
KTemplateHelperBehavior::mootools()
Method to load the mootools framework into the document head
KTemplateHelperBehavior::overlay()
Render an overlay
KTemplateHelperBehavior::tooltip()
Render a tooltip
KTemplateHelperBehavior::validator()
Loads the Forms.Validator class and connects it to Koowa.Controller
KTemplateHelperBehavior::_calendarTranslation()
Method to get the internationalisation script/settings for the JavaScript Calendar behavior.

Class: KTemplateHelperAbstract

KTemplateHelperAbstract::__construct()
Constructor
KTemplateHelperAbstract::getTemplate()
Get the template object

Class: KObject

KObject::__construct()
Constructor
KObject::get()
Get the object properties
KObject::getHandle()
Get a handle for this object
KObject::getIdentifier()
Gets the service identifier.
KObject::getMethods()
Get a list of all the available methods
KObject::getService()
Get an instance of a class based on a class identifier only creating it if it does not exist yet.
KObject::inherits()
Checks if the object or one of it's mixin's inherits from a class.
KObject::mixin()
Mixin an object
KObject::set()
Set the object properties
KObject::_initialize()
Initializes the options for the object
KObject::__call()
Search the mixin method map and call the method or trigger an error
KObject::__clone()
Preform a deep clone of the object.

Class Details

[line 19]
Template Tabs Behavior Helper



Tags:

author:  Johan Janssens <johan@nooku.org>
uses:  KArrayHelper


[ Top ]


Class Methods


method endPane [line 65]

string endPane( [array $config = array()])

Ends the pane



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]

method endPanel [line 98]

string endPanel( [array $config = array()])

Ends a tab page



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]

method startPane [line 27]

string startPane( [array $config = array()])

Creates a pane and creates the javascript object for it



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]

method startPanel [line 76]

string startPanel( [array $config = array()])

Creates a tab panel with title and starts that panel



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]


Documentation generated on Sun, 19 May 2013 03:06:49 +0200 by phpDocumentor 1.4.3