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

Class: ComDefaultTemplateHelperBehavior

Source Location: /administrator/components/com_default/templates/helpers/behavior.php

Class Overview

KObject
   |
   --KTemplateHelperAbstract
      |
      --KTemplateHelperBehavior
         |
         --ComDefaultTemplateHelperBehavior

Template 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 18]
Template Behavior Helper



Tags:

author:  Johan Janssens <johan@nooku.org>


[ Top ]


Class Methods


method keepalive [line 48]

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

Keep session alive

This will send an ascynchronous request to the server via AJAX on an interval




Tags:

return:  The html output
access:  public


Overrides KTemplateHelperBehavior::keepalive() (Keep session alive)

Parameters:

   $config  

[ Top ]

method modal [line 69]

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

Render a modal box



Tags:

return:  The html output
access:  public


Overrides KTemplateHelperBehavior::modal() (Render a modal box)

Parameters:

   $config  

[ Top ]

method mootools [line 25]

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

Method to load the mootools framework into the document head



Tags:

return:  The html output
access:  public


Overrides KTemplateHelperBehavior::mootools() (Method to load the mootools framework into the document head)

Parameters:

   $config  

[ Top ]


Documentation generated on Wed, 22 May 2013 03:00:51 +0200 by phpDocumentor 1.4.3