Documentation


SEARCH

TABLE OF CONTENT

    1. Getting started 2. Basic concepts 3. Request dispatching 4. Context container 5. Dual MVC 6. Component model: 7. Security 8. Configuration 9. Session handling 10. I18n 11. Cache 12. Logging 13. Error handling 14. Advanced Topics 15. API reference

      Tutorials: Frequently Asqued Questions

      See also:


      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.3
      Copyright:  Copyright (c) 2009 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