Class miBaseTextWidget

Description

Text widget

Use it with input type="text" and with textarea

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

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

miWidget
   |
   --miBaseWidget
      |
      --miBaseTextWidget
Direct descendents
Class Description
miTextWidget Standard text widget
Method Summary
void getControl ()
array getData ()
Variables
Methods
getControl (line 48)
void getControl ()

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

Process the form submissions and returns the text widget data

array getData ()

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

Returns the text widget contents to be displayed

array getEditableControl ()

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

Redefined in descendants as:
validateData (line 79)

Validates the text widget

  • access: public
void validateData (miWebFormErrorsHandler &$errors)

Redefinition of:
miWidget::validateData()
Validates the submitted data for this widget Called upon form submission

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