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/date time
    <Portlet:DateTime . . . compatability
     
    Overview
     
    Sample
    <Portlet:DateTime field="fieldWithCachedModel" dateOnly="true"/>
     
    General Attributes
    Attribute Name Mandatory/Optional Description
    Attribute Name Mandatory/Optional Description
    field Mandatory Name of associated getter and setter on form bean
    minInterval Optional The interval that you wish the mins dropdown to display
    dateOnly Option For a date only field
     
    Events
    Event Name Description
    No Events
     
    General Comments

    Because of the fact that IE uses active x controls for its drop downs .. it is not possible to position a layer over a drop down. To get round this problem when the popup for the calender we hide all the drop downs in a screen while the popup is displayed.

     
    Date Time top

    Overview

    This widget will creates an edit box and optional hour and min drop downs. It also includes a calender pop up for date selection.

     

    In Browser

     

    JSP Code

    <Portlet:DateTime field="fieldWithCachedModel" dateOnly="true"/>

    How they work:

    This creates and editbox with leave field validation for formating and validating dates. It also includes a pop up calender for selecting dates and 2 drop downs for hours and mins.

     

     


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