Package DE_EPAGES::Presentation::API::TLE::GUI::AccordionHandler
Handler to build and work with jquery accordions in the templates
Base |
DE_EPAGES::Presentation::API::TLE::GUIObject |
Functions
item
Adds a new item.
Syntax |
#Accordion.item(Params) |
Example |
#Accordion.item("content" = "the content", "title"="My title") |
Input |
|
new
Creates a new handler.
Syntax |
$Handler = DE_EPAGES::Presentation::API::TLE::GUI::AccordionHandler->new($Processor); |
Example |
my $Handler = DE_EPAGES::Presentation::API::TLE::GUI::AccordionHandler->new($Processor); |
Input |
|
Return |
|
option
Sets jQuery UI accordion options.
Syntax |
#Accordion.option(Params) |
Example |
#Accordion.option("collapsable" = "true") |
Input |
|
tag
setup the tag name of the accordion container node.
Syntax |
#Accordion.tag(Param) |
Example |
#Accordion.tag("div") or #Accordion.tag("span") |
Input |
|