main | downloads | documentation | comunity | about lionframework

Class: __DateBoxComponent


Class Overview

Datebox is an inputbox with a calendar image at right, showing a calendar to pick a date when click on it.

Datebox tag is datebox

i.e.

  1.    Please select a date: <comp:datebox name="invoice_date"/>

Datebox component is very similar to an inputbox component. Date picked by the user can be retrieved by asking the __InputComponent::getValue() method.


See the datebox component in action here: http://www.lionframework.org/components/datebox.html


Author:  Antonio Parraga Navarro
Version:  1.1.125 beta
Copyright:  Copyright (c) 2008 Antonio Parraga Navarro
See:  __InputBox, __InputComponent
__UIComponent
   |
   --__UIContainer
      |
      --__InputComponent
         |
         --__DateBoxComponent

Properties

Methods

[ Top ]

Inherited Properties, Constants, and Methods

Inherited Properties Inherited Methods Inherited Constants

Inherited From __InputComponent

Inherited From __UIContainer

Inherited From __UIComponent

Inherited From __InputComponent

Inherited From __UIContainer

Inherited From __UIComponent


[ Top ]

Properties Summary

mixed   $_date_format  

[ Top ]

Method Summary

void   getDateFormat()  
void   setDateFormat()  

[ Top ]

Properties

mixed   $_date_format = '%Y-%m-%d'
Access:  protected


Methods

getDateFormat


  void getDateFormat( )

Access:  public



setDateFormat


  void setDateFormat( $date_format  )


Parameters:
TypeNameDescription
$date_format

Access:  public



Copyright (c) 2008, www.lionframework.org