예제 #1
0
파일: index.php 프로젝트: neevan1e/Done
</div>

<?php 
$teamMates->endContent();
$panelbar->addItem($teamMates);
$projects = new \Kendo\UI\PanelBarItem();
$projects->text('Projects')->addItem(new \Kendo\UI\PanelBarItem('New Business Plan'));
$panelbar->addItem($projects);
$forecasts = new \Kendo\UI\PanelBarItem();
$forecasts->text('Sales Forecasts')->addItem(new \Kendo\UI\PanelBarItem('Q1 Forecast'))->addItem(new \Kendo\UI\PanelBarItem('Q2 Forecast'))->addItem(new \Kendo\UI\PanelBarItem('Q3 Forecast'))->addItem(new \Kendo\UI\PanelBarItem('Q4 Forecast'));
$projects->addItem($forecasts)->addItem(new \Kendo\UI\PanelBarItem('Sales Reports'));
$programs = new \Kendo\UI\PanelBarItem('Programs');
$programs->addItem(new \Kendo\UI\PanelBarItem('Monday'))->addItem(new \Kendo\UI\PanelBarItem('Tuesday'))->addItem(new \Kendo\UI\PanelBarItem('Wednesday'))->addItem(new \Kendo\UI\PanelBarItem('Thursday'))->addItem(new \Kendo\UI\PanelBarItem('Friday'));
$panelbar->addItem($programs);
$communication = new \Kendo\UI\PanelBarItem();
$communication->text('Communication')->enabled(false);
$panelbar->addItem($communication);
?>

<div id="organizer">
<?php 
echo $panelbar->render();
?>
</div>

<style scoped="scoped">
    #organizer {
        width: 300px;
        margin: 0 auto;
        padding: 47px 0 0 0;
        background: url('../content/web/panelbar/orgHead.png') transparent no-repeat 0 0;