Embperl Calendar
NAME
Calendar is an Embperl control to display calendar.
SYNOPSIS
Execute('Calendar', { script => 'files.epl', url => 'action=calendar&item=demo', left_ar => 'images/go-left.gif', right_ar=> 'images/go-right.gif', } );
Result of this please see in section ‘DEMO’.
DESCRIPTION
Calendar has many options some of them have default values. Let’s see what options we can use to costomize Calendar:
- script
- Using this option we can define a script name.
- URL
- Defines a piece of URL which should be added to the all calendar’s links.
- left_ar
- Defines image for left arrow.
- right_ar
- Defines image for right arrow.
- start_dayw
- Defines a start day of the week: Sunday – 0 or Monday – 1 (default is 1 – Monday).
- CSS
- Defines a full path to the customer CSS.
DEMO
DONWLOAD
- calendar-0.1.tar.gz (1.93 KB / downloaded 257 times)
- calendar-0.1.zip (2.30 KB / downloaded 257 times)
REQUIRES
- Calendar::Simple
AUTHOR
Michael Stepanov stepanov.michael[at]gmail.com