API Documentation

JQuery/View/Helper/UiWidgetPane.php

Includes Classes 
category
ZendX
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
ZendX_JQuery
subpackage
View
version
$Id: UiWidgetPane.php 20165 2010-01-09 18:57:56Z bkarwin $
Classes
ZendX_JQuery_View_Helper_UiWidgetPane

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

ZendX_JQuery_View_Helper_UiWidgetPane

Extends from
ZendX_JQuery_View_Helper_UiWidget
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
ZendX_JQuery
subpackage
View
uses
ZendX_JQuery_View_Helper_JQuery_Container
Properties
$_captureLock
$_captureInfo
Methods
captureStart
captureEnd
_addPane

Description

jQuery Pane Base class, adds captureStart/captureEnd functionality for panes.

Properties

$_captureInfo

array $_captureInfo = 'array'

Current capture additional information

Details

$_captureInfo
array
visibility
protected
default
array
final
false
static
false

$_captureLock

array $_captureLock = 'array'

Capture Lock information

Details

$_captureLock
array
visibility
protected
default
array
final
false
static
false

Methods

_addPane

_addPane( string $id, string $name, string $content, array $options = array ) :

Add an additional pane to the current Widget Container

Arguments
$id
string
$name
string
$content
string
$options
array
Details
visibility
protected
final
false
static
false

captureEnd

captureEnd( string $id ) : string

Finish capturing content for layout container

Arguments
$id
string
Output
string
Details
visibility
public
final
false
static
false

captureStart

captureStart( string $id, string $name, array $options = array ) : void

Begin capturing content for layout container

Arguments
$id
string
$name
string
$options
array
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.