Class WFYAHOO_widget_Dialog

Description

A YAHOO Panel widget for our framework.

PHOCOA Builder Setup:

Required:

Optional:

Located in /framework/widgets/yahoo/WFYAHOO_widget_Dialog.php (line 20)

WFObject
   |
   --WFView
      |
      --WFWidget
         |
         --WFYAHOO
            |
            --WFYAHOO_widget_Module
               |
               --WFYAHOO_widget_Overlay
                  |
                  --WFYAHOO_widget_Panel
                     |
                     --WFYAHOO_widget_Dialog
Variable Summary
Method Summary
static void exposedProperties ()
WFYAHOO_widget_Dialog __construct ( $id,  $page)
void addButton ( $text,  $handler, [ $isDefault = false])
void initJS ( $blockContent)
void render ([ $blockContent = NULL])
void setCallbackFailure ( $jsFunc)
void setCallbackSuccess ( $jsFunc)
void setPostmethod ( $m)
Variables
array $buttons (line 29)
  • var: An array of button instances to add to the bottom of the dialog box.
  • access: protected
string $callbackFailure (line 37)
  • var: The name of a Javascript function to call as the "failure" callback for the form submission. Note that "failure" is a *communication* failure, not a "logical" failure in your application.
  • access: protected
string $callbackSuccess (line 33)
  • var: The name of a Javascript function to call as the "success" callback for the form submission. Note that "success" means only that a HTTP 200 response was received, and does not indicate "success" of any particular logic.
  • access: protected
string $postmethod (line 25)
  • var: The method used to submit the form: one of "async", "form", or "none".
  • access: protected

Inherited Variables

Inherited from WFYAHOO_widget_Panel

WFYAHOO_widget_Panel::$close
WFYAHOO_widget_Panel::$draggable
WFYAHOO_widget_Panel::$modal
WFYAHOO_widget_Panel::$underlay

Inherited from WFYAHOO_widget_Overlay

WFYAHOO_widget_Overlay::$constraintoviewport
WFYAHOO_widget_Overlay::$fixedcenter
WFYAHOO_widget_Overlay::$height
WFYAHOO_widget_Overlay::$iframe
WFYAHOO_widget_Overlay::$width
WFYAHOO_widget_Overlay::$x
WFYAHOO_widget_Overlay::$y
WFYAHOO_widget_Overlay::$zIndex

Inherited from WFYAHOO_widget_Module

WFYAHOO_widget_Module::$body
WFYAHOO_widget_Module::$buildModuleProgrammatically
WFYAHOO_widget_Module::$containerClass
WFYAHOO_widget_Module::$effects
WFYAHOO_widget_Module::$footer
WFYAHOO_widget_Module::$header
WFYAHOO_widget_Module::$monitorresize
WFYAHOO_widget_Module::$visible

Inherited from WFYAHOO

WFYAHOO::$initializeWaitsForID

Inherited from WFWidget

WFWidget::$bindings
WFWidget::$class
WFWidget::$errors
WFWidget::$formatter
WFWidget::$hasRestoredState
WFWidget::$hidden
WFWidget::$name
WFWidget::$value
WFWidget::$widgetLabel

Inherited from WFView

WFView::$children
WFView::$cssImports
WFView::$enabled
WFView::$id
WFView::$importInHead
WFView::$jsActions
WFView::$jsEvents
WFView::$jsImports
WFView::$page
WFView::$parent
Methods
static method exposedProperties (line 54)
  • access: public
static void exposedProperties ()

Redefinition of:
WFYAHOO_widget_Panel::exposedProperties()
Constructor __construct (line 42)

Constructor.

WFYAHOO_widget_Dialog __construct ( $id,  $page)
  • $id
  • $page

Redefinition of:
WFYAHOO_widget_Panel::__construct()
Constructor.
addButton (line 67)
void addButton ( $text,  $handler, [ $isDefault = false])
  • $text
  • $handler
  • $isDefault
canPushValueBinding (line 130)
void canPushValueBinding ()

Redefinition of:
WFYAHOO_widget_Panel::canPushValueBinding()
initJS (line 107)
void initJS ( $blockContent)
  • $blockContent

Redefinition of:
WFYAHOO_widget_Panel::initJS()
render (line 84)
void render ([ $blockContent = NULL])
  • $blockContent

Redefinition of:
WFYAHOO_widget_Panel::render()
setCallbackFailure (line 79)
void setCallbackFailure ( $jsFunc)
  • $jsFunc
setCallbackSuccess (line 75)
void setCallbackSuccess ( $jsFunc)
  • $jsFunc
setPostmethod (line 62)
void setPostmethod ( $m)
  • $m

Inherited Methods

Inherited From WFYAHOO_widget_Panel

WFYAHOO_widget_Panel::__construct()
WFYAHOO_widget_Panel::canPushValueBinding()
WFYAHOO_widget_Panel::exposedProperties()
WFYAHOO_widget_Panel::initJS()
WFYAHOO_widget_Panel::render()
WFYAHOO_widget_Panel::setClose()
WFYAHOO_widget_Panel::setDraggable()
WFYAHOO_widget_Panel::setModal()

Inherited From WFYAHOO_widget_Overlay

WFYAHOO_widget_Overlay::__construct()
WFYAHOO_widget_Overlay::canPushValueBinding()
WFYAHOO_widget_Overlay::exposedProperties()
WFYAHOO_widget_Overlay::initJS()
WFYAHOO_widget_Overlay::render()
WFYAHOO_widget_Overlay::setContext()
WFYAHOO_widget_Overlay::setFixedCenter()
WFYAHOO_widget_Overlay::setHeight()
WFYAHOO_widget_Overlay::setIFrame()
WFYAHOO_widget_Overlay::setWidth()
WFYAHOO_widget_Overlay::setX()
WFYAHOO_widget_Overlay::setXY()
WFYAHOO_widget_Overlay::setY()
WFYAHOO_widget_Overlay::setZIndex()

Inherited From WFYAHOO_widget_Module

WFYAHOO_widget_Module::__construct()
WFYAHOO_widget_Module::addEffect()
WFYAHOO_widget_Module::canPushValueBinding()
WFYAHOO_widget_Module::exposedProperties()
WFYAHOO_widget_Module::initJS()
WFYAHOO_widget_Module::render()
WFYAHOO_widget_Module::setBody()
WFYAHOO_widget_Module::setFooter()
WFYAHOO_widget_Module::setHeader()
WFYAHOO_widget_Module::setupExposedBindings()
WFYAHOO_widget_Module::setVisible()

Inherited From WFYAHOO

WFYAHOO::__construct()
WFYAHOO::canPushValueBinding()
WFYAHOO::initJS()
WFYAHOO::jsForSimplePropertyConfig()
WFYAHOO::jsValueForValue()
WFYAHOO::render()
WFYAHOO::yuiloader()

Inherited From WFWidget

WFWidget::__construct()
WFWidget::addError()
WFWidget::bind()
WFWidget::bindingByName()
WFWidget::bindings()
WFWidget::canPushValueBinding()
WFWidget::errors()
WFWidget::exposedBindings()
WFWidget::exposedProperties()
WFWidget::formattedValue()
WFWidget::formatter()
WFWidget::hasRestoredState()
WFWidget::hidden()
WFWidget::name()
WFWidget::processBindingOptions()
WFWidget::propagateValueToBinding()
WFWidget::pullBindings()
WFWidget::pushBindings()
WFWidget::restoreState()
WFWidget::setFormatter()
WFWidget::setHidden()
WFWidget::setName()
WFWidget::setupExposedBindings()
WFWidget::setValue()
WFWidget::setWidgetLabel()
WFWidget::unbind()
WFWidget::value()
WFWidget::valueForBinding()
WFWidget::widgetLabel()

Inherited From WFView

WFView::__construct()
WFView::addChild()
WFView::allConfigFinishedLoading()
WFView::children()
WFView::cloneWithID()
WFView::enabled()
WFView::exposedProperties()
WFView::getForm()
WFView::getJSActions()
WFView::getListenerJS()
WFView::getListenerJSInScriptTag()
WFView::getWidgetDir()
WFView::getWidgetWWWDir()
WFView::id()
WFView::importCSS()
WFView::importJS()
WFView::jsEndHTML()
WFView::jsStartHTML()
WFView::page()
WFView::parent()
WFView::removeChild()
WFView::render()
WFView::setEnabled()
WFView::setId()
WFView::setJSonBlur()
WFView::setJSonClick()
WFView::setListener()
WFView::setOnEvent()
WFView::setParent()
WFView::yuiPath()

Inherited From WFObject

WFObject::__construct()
WFObject::exposedProperties()
WFObject::getClass()
WFObject::keyPathToTargetAndKey()
WFObject::setValueForKey()
WFObject::setValueForKeyPath()
WFObject::validateValueForKey()
WFObject::validateValueForKeyPath()
WFObject::valueForKey()
WFObject::valueForKeyPath()
WFObject::valueForUndefinedKey()
WFObject::__toString()

Documentation generated on Thu, 17 Apr 2008 13:52:18 -0400 by phpDocumentor 1.4.1