Hi,
This is my head:
This is what i'm trying to do:
But i'm not getting any functionality nor styling, what's wrong? The calendar works fine, the grid works partialiy (see my other post).
Thx,
Kevin,
This is my head:
<
head
>
<
link
href
=
"styles/kendo.common.min.css"
rel
=
"stylesheet"
/>
<
link
href
=
"styles/kendo.kendo.min.css"
rel
=
"stylesheet"
/>
<
link
href
=
"css/style.css"
rel
=
"stylesheet"
>
<
link
href
=
"css/structure.css"
rel
=
"stylesheet"
>
<
link
href
=
"css/objects.css"
rel
=
"stylesheet"
>
<
script
src
=
"kendo/jquery-1.6.4.min.js"
></
script
>
<
script
src
=
"kendo/kendo.all.min.js"
></
script
>
<!--[if lt IE 9]>
<
script
src
=
"http://html5shim.googlecode.com/svn/trunk/html5.js"
></
script
>
<![endif]-->
</
head
>
This is what i'm trying to do:
<
ul
id
=
"panelbar"
>
<
li
>Item 1
<
ul
>
<
li
>Sub Item 1</
li
>
<
li
>Sub Item 2</
li
>
</
ul
>
<
li
>
<
li
>Item 2</
li
>
<
li
>Item with Content
<
div
>This is some PanelBar Item content</
div
>
</
li
>
</
ul
>
<
script
>
var panelBar = $("#panelBar").kendoPanelBar();
</
script
>
But i'm not getting any functionality nor styling, what's wrong? The calendar works fine, the grid works partialiy (see my other post).
Thx,
Kevin,