I'm useing Drawer and ListView and want ot add pull to refresh with custom template for ListView.
This is the code:
It produces JavaScript error, I assume beacause of hash for drawer. If I remove hash Javascript works but link bokes.
Any ideas how to overcome this?
This is the code:
<
script
type
=
"text/x-kendo-tmpl"
id
=
"pull-to-refresh-template"
>
<
div
class
=
"portpos"
>
<
a
href
=
"#drawer-drafts2?id=#:p_portfelj_id#"
>
<
span
class
=
"h3x"
>#:ime_portfelja#</
span
>
<
div
class
=
"portfelj change #:trend#"
>
Današnja sprememba
<
big
>#:tadan#</
big
>
</
div
>
<
div
class
=
"portfelj state"
>
<
span
class
=
"title"
>Trenutna vrednost</
span
>
<
big
>#:stanje#</
big
> <
small
>EUR</
small
>
</
div
>
</
a
>
</
div
>
</
script
>
It produces JavaScript error, I assume beacause of hash for drawer. If I remove hash Javascript works but link bokes.
Any ideas how to overcome this?