ePages 6.17.12 - DE_EPAGES/Presentation/API/TLE/GUI/TabHandler.pm

Package DE_EPAGES::Presentation::API::TLE::GUI::TabHandler

Handler to build and work with jquery tabs in the templates

Base
DE_EPAGES::Presentation::API::TLE::GUIObject

Functions

getVars
item

getVars

Fills and returns the final template variables.

Syntax
$TemplateVars = $Handler->getVars()
Example
my $TemplateVars = $handler->getVars()
Return
$self->{'TemplateVars'} (ref.hash)
template vars

item

Adds a new tab

Syntax
#Tab.item(Params)
Example
#Tab.item("Content" = "Tab content", "id" = "MyTab1")
Input
Params (string list)
list of attributes, e.g. HTML-attributes except "class"