API Documentation

JQuery/View/Helper/UiWidget.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: UiWidget.php 20165 2010-01-09 18:57:56Z bkarwin $
Classes
ZendX_JQuery_View_Helper_UiWidget

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_UiWidget

Extends from
Zend_View_Helper_HtmlElement
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
$jquery
Methods
setView
_prepareAttributes

Description

jQuery Ui Widget Base class

Properties

$jquery

ZendX_JQuery_View_Helper_JQuery_Container $jquery = ''

Contains reference to the jQuery view helper

Details

$jquery
ZendX_JQuery_View_Helper_JQuery_Container
visibility
protected
default
final
false
static
false

Methods

_prepareAttributes

_prepareAttributes( String $id, String $value, Array $attribs ) : Array

Helps with building the correct Attributes Array structure.

Arguments
$id
String
$value
String
$attribs
Array
Output
Array
$attribs
Details
visibility
protected
final
false
static
false

setView

setView( Zend_View_Interface $view ) : ZendX_JQuery_View_Helper_Widget

Set view and enable jQuery Core and UI libraries

Arguments
$view
Zend_View_Interface
Output
ZendX_JQuery_View_Helper_Widget
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.