BIF3
[ class tree: BIF3 ] [ index: BIF3 ] [ all elements ]

Class: FormRadio

Source Location: /Widgets/Basic/FormRadio.php

Class Overview

PEAR
   |
   --BifWidget
      |
      --FormRadio

Form's Radio buttons


Author(s):

Version:

  • $Revision: 1.7 $

Methods


Inherited Variables

Inherited Methods


Class Details

[line 24]
Form's Radio buttons

This is a Basic form widget, HTML's <input type="radio"> Note: All FormRadios should have the same NAME




Tags:

version:  $Revision: 1.7 $
author:  Nicolas Cesar <ncesar@lunix.com.ar>


[ Top ]


Class Methods


constructor FormRadio [line 35]

FormRadio FormRadio( [$attrs $attrs = array()], string 1, string 2, string 3, string 4, string 5, string 6)

{{{ function Constructor



Parameters:

string   1   DESC Radio button's description. (It's some text next to it)
string   2   NAME Variable's name
string   3   VALUE default value
string   4   ALT alt
string   5   SELECTED selects the button.
string   6   CHECKED selects the button.
$attrs   $attrs   Instance's attributes specified as a hash with the following keys: (in CAPS!)

[ Top ]

method innerDraw [line 40]

void innerDraw( )



Overrides BifWidget::innerDraw() (parent method not documented)

[ Top ]


Documentation generated on Wed, 10 Nov 2004 19:41:37 -0300 by phpDocumentor 1.2.3