EliteConf
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
test
themes
shadow_dancer
views
site
pages
calendar.php
Go to the documentation of this file.
1
<?php
2
$this->
pageTitle
=Yii::app()->name .
' - Calendar'
;
3
$this->
breadcrumbs
=array(
4
'Calendar'
,
5
);
6
?>
7
<h1>Calendar</h1>
8
9
<?php
10
$this->widget(
'application.extensions.fullcalendar.FullcalendarGraphWidget'
,
11
array(
12
'data'
=>array(
13
'title'
=>
'All Day Event'
,
14
'start'
=>
'2012-01-23'
,
15
'end'
=>
'2012-01-25'
,
16
),
17
'options'
=>array(
18
'editable'
=>
true
,
19
),
20
'htmlOptions'
=>array(
21
'class'
=>
'cal_theme'
,
22
'style'
=>
'width:910px;margin: 0 auto;'
23
),
24
)
25
);
26
?>
27
<br />
28
<div
class
=
"flash-notice"
>
29
<p>This is a
"static"
page. You may change the content of
this
page
30
by updating the file <tt><?php echo __FILE__; ?></tt>.</p>
31
</div>
Generated on Sun Jun 2 2013 05:35:39 for EliteConf by
1.8.4