Class miBaseWidget

Description

Base class for the base widgets: text, checkbox, radio, select

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

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

miWidget
   |
   --miBaseWidget
Direct descendents
Class Description
miBaseTextWidget Text widget
miBaseCheckboxWidget Checkbox widget
miBaseRadioWidget Radio buttons widget Use it with input type="radio"
miBaseSelectWidget Select widget
Variable Summary
mixed $_fieldName
Method Summary
string getFieldName ()
void setFieldName (string $fieldName)
Variables
mixed $_fieldName (line 14)
  • access: protected

Inherited Variables

Inherited from miWidget

miWidget::$_properties
miWidget::$_webForm
Methods
getFieldName (line 31)

Retrieves the field name

  • return: the field name
  • access: public
string getFieldName ()
setFieldName (line 21)

Sets the field name

  • access: public
void setFieldName (string $fieldName)
  • string $fieldName: the name of the field

Inherited Methods

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:11 +0300 by phpDocumentor 1.4.1