TagLib
Reference
tag libraries
Jaffa Tags
widgets
  • buttons
  • check box
  • date/time editbox
  • drop down
  • editbox
  • grid
  • image
  • label
  • lookup
  • radio button
  • table
  • text field
  • user grid
  • Layout Controls
  • folding section
  • Guards
  • component guard
  • function guard
  • Page Controls
  • header
  • form
  • footer
  • raise errors
  • Other Tags
    Struts
  • html
  • logic
  • bean
  • util
  • template
  • digester
  • JSTL
  • Sun Site
  • Taglibs
  • reference
  • widgets/radio button
    <Portlet:RadioButton . . . compatability
     
    Overview
    1. Radio Button
     
    Sample
    <Portlet:RadioButton field="fieldLinkedToCCAndCached" selectValue="FLTCCACValue1"/>

    <Portlet:RadioButton field="fieldLinkedToCCAndCached" selectValue="FLTCCACValue2"/>

    <Portlet:RadioButton field="fieldLinkedToCCAndCached" selectValue="FLTCCACValue3"/>

     
    General Attributes for User Radio ButtonTag
    Attribute Name Mandatory/Optional Description
    field Mandatory Name of associated getter and setter on form bean
    selectValue Optional The selected value of the radio button
     
    Events
    Event Name Description
    No Events
     
     
    Radio Button top

    Overview

    This widget will creates an HTML radio button.

     

    In Browser

    JSP Code

    <Portlet:RadioButton field="fieldLinkedToCCAndCached" selectValue="FLTCCACValue1"/>

    <Portlet:RadioButton field="fieldLinkedToCCAndCached" selectValue="FLTCCACValue2"/>

    <Portlet:RadioButton field="fieldLinkedToCCAndCached" selectValue="FLTCCACValue3"/>

    How they work

    This widget creates an html radiobutton on a screen. To create a group set all the attribute field the same.

     

     
    Controlling the widget CSS top

    Controlling the look of the Radio Button by CSS

    The drop down widget's corresponding CSS can be found in 'source/html/jaffa/css/widgets/radioGroup.css'. To change he radiobutton style properties use input.WidgetRadioButton.



    index.html, Last Modified 28-Jun-2003 at 04:14:10pm