Results 1 to 7 of 7

Thread: Calendar in Backend

  1. #1
    User
    Join Date
    11-23-09.
    Location
    Valais, Switzerland
    Posts
    77

    Default Calendar in Backend

    Hello,

    I found how to diplay the Calendar in the FrontEnd, but now I what to do it in the backend.

    How to ask a calendar in the dca?

    Thanks

  2. #2
    Experienced user
    Join Date
    06-20-09.
    Posts
    1,311

    Default Re: Calendar in Backend

    Do you mean a datepicker? (where the person can pick a date to fill a text field with)

    If so, put 'datepicker'=>$this->getDatePickerString() into your fields eval -
    something like

    Code:
    'eval'                    => array('mandatory'=>false, 'maxlength'=>10, 'rgxp'=>'date', 'tl_class'=>'w50', 'datepicker'=>$this->getDatePickerString())

  3. #3
    User
    Join Date
    11-23-09.
    Location
    Valais, Switzerland
    Posts
    77

    Default Re: Calendar in Backend

    Quote Originally Posted by ramjet
    Do you mean a datepicker?
    No by "Calendar" I mean "Calendar" ;-)

    Like : http://demo.typolight.org/calendar.html

    but for the BackEnd

  4. #4
    Experienced user
    Join Date
    06-10-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Calendar in Backend

    There is not Driver to view the Calendar in the BE. You can write one if you like

  5. #5
    User
    Join Date
    11-23-09.
    Location
    Valais, Switzerland
    Posts
    77

    Default Re: Calendar in Backend

    already done ;-)

  6. #6
    User
    Join Date
    06-19-09.
    Location
    Elbl?g, Poland
    Posts
    152

    Default Re: Calendar in Backend

    Quote Originally Posted by synergie
    already done ;-)
    You wrote your own Driver to view the Calendar in the BE?
    Marcin

    http://www.contao.pl - Polish Support Site
    http://forum.contao.pl - Polish Contao community forum


    -----------------------
    Need custom template? Feel free to contact me by e-mail marcin@contao.pl

  7. #7
    User
    Join Date
    11-23-09.
    Location
    Valais, Switzerland
    Posts
    77

    Default Re: Calendar in Backend


Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •