Calendar and $skin, $style

Hello,

I am using the below code for calendar. What is $skin and where can i define $skin and $stylesheet. if i comment out both of them, the calendar still seems to work fine.

array("id"=>"c_button","class"=>"pointer")); ?>

 (calendar appears when image is clicked)


<?php $this->widget('application.extensions.calendar.SCalendar',


    array(


    'inputField'=>'start_date',


    'button'=>'c_button',


    'skin'=>$skin,


    'stylesheet'=>$style,


    'ifFormat'=>'%Y-%m-%d',


));


?>

thanks

Arvind

Check the demo page

http://spyros.agilityhoster.com/demos/index.php?r=/event/create

Skin can be "aqua" or "tiger"

Style any of

blue

blue2

brown

green

system

tas

win2k-1

win2k-2

win2k-cold-1

win2k-cold-2

This is great. But where are all those styles listed ?

and also where is that little image of the calendar ? its not in the extension.

thanks

Arvind

A detailed documentation is in the calendar’s page

http://www.dynarch.com/projects/calendar/old/

Styles, skins and some other info can be found inside SCalendar.php file

You could use your own image, it’s not part of the extension