Class miBaseSelectWidget

Description

Select widget

Use it with select tag

  • copyright: Copyright (c) 2006,2007 Mirchev Ideas Ltd. All rights reserved.

Located in /view/BaseWidgets.php (line 264)

miWidget
   |
   --miBaseWidget
      |
      --miBaseSelectWidget
Direct descendents
Class Description
miSelectWidget Standard select widget
Variable Summary
Method Summary
void getControl ()
array getData ()
void getValue ()
void setOptions ( $options, [ $defaultOptionIndex = null])
Variables
mixed $_defaultOptionIndex = null (line 275)
  • access: protected
mixed $_options = array() (line 269)
  • access: protected

Inherited Variables

Inherited from miBaseWidget

miBaseWidget::$_fieldName

Inherited from miWidget

miWidget::$_properties
miWidget::$_webForm
Methods
getControl (line 295)
void getControl ()

Redefinition of:
miWidget::getControl()
Returns array with template variables to be displayed for non-editable control
getData (line 334)

Process the form submissions and returns the widget data

  • access: public
array getData ()

Redefinition of:
miWidget::getData()
Process the form submissions and returns the data
getEditableControl (line 319)

Returns the widget contents to be displayed

  • access: public
array getEditableControl ()

Redefinition of:
miWidget::getEditableControl()
Returns array with template variables to be displayed for editable control

Redefined in descendants as:
getValue (line 301)
  • access: protected
void getValue ()
setOptions (line 280)
  • access: public
void setOptions ( $options, [ $defaultOptionIndex = null])
  • $options
  • $defaultOptionIndex

Inherited Methods

Inherited From miBaseWidget

miBaseWidget::getFieldName()
miBaseWidget::setFieldName()

Inherited From miWidget

miWidget::__construct()
miWidget::getControl()
miWidget::getData()
miWidget::getEditableControl()
miWidget::getProperties()
miWidget::setProperty()
miWidget::validateData()

Documentation generated on Thu, 08 May 2008 16:57:10 +0300 by phpDocumentor 1.4.1