Hi there.
I´ve seen your samples with kendo mobile application. I´m trying to set up a solution with angularjs and kendo mobile.
I need a drawer with left and right in angular (without kendo.mobile.application). Couldn´t get it work. Has some one a sample for me ?
I´ve seen your samples with kendo mobile application. I´m trying to set up a solution with angularjs and kendo mobile.
I need a drawer with left and right in angular (without kendo.mobile.application). Couldn´t get it work. Has some one a sample for me ?
7 Answers, 1 is accepted
0
Hello Gregor,
There is an AngularJS example with the Kendo UI Drawer that you can use as a base reference (no kendo.mobile.Application required):
http://demos.telerik.com/kendo-ui/drawer/angular
Regards,
Kiril Nikolov
Telerik
There is an AngularJS example with the Kendo UI Drawer that you can use as a base reference (no kendo.mobile.Application required):
http://demos.telerik.com/kendo-ui/drawer/angular
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Gregor
Top achievements
Rank 1
answered on 13 Oct 2014, 11:14 AM
Yes i saw this sample, but i coudn´t get it work with left and right.
0
Hi Gregor,
Please check the following example and let me know if it helps:
http://dojo.telerik.com/aceSe
Regards,
Kiril Nikolov
Telerik
Please check the following example and let me know if it helps:
http://dojo.telerik.com/aceSe
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Wired_Nerve
Top achievements
Rank 2
answered on 17 Dec 2014, 10:11 PM
I am trying to figure out how to get two drawers to
SLIDE in different directions..
I tried this.. FAILED...
The LeftDrawer should slide from the left and the RigthDrawer should slide from the right..
I am just not having any luck on this.. Suggestions?
<
div
data-role
=
"header"
>
<
div
data-role
=
"navbar"
>
<
span
data-role
=
"view-title"
></
span
>
<
a
id
=
"LeftDrawer"
data-role
=
"button"
data-rel
=
"drawer"
data-align
=
"left"
data-icon
=
"drawer-button"
href
=
"#appDrawer"
></
a
>
<
a
id
=
"RightDrawer"
data-role
=
"button"
data-rel
=
"drawer"
data-align
=
"right"
data-icon
=
"ellipse-e"
href
=
"#switchSite"
data-transition
=
"slide:right reverse"
></
a
>
</
div
>
<
div
id
=
"TagSearch"
>
<
input
type
=
"text"
id
=
"search-input-home"
placeholder
=
"Enter Tag/Serial Number"
autocomplete
=
"off"
autocorrect
=
"off"
autocapitalize
=
"none"
/>
<
a
id
=
"do-search"
/>
<
a
id
=
"do-search"
data-role
=
"button"
class
=
"fa fa-search"
></
a
><
a
id
=
"do-barCode"
data-role
=
"button"
class
=
"fa fa-barcode"
></
a
>
</
div
>
</
div
>
I tried this.. FAILED...
The LeftDrawer should slide from the left and the RigthDrawer should slide from the right..
I am just not having any luck on this.. Suggestions?
0
Hello Warren,
Please check this documentation.
Regards,
Petyo
Telerik
Please check this documentation.
Regards,
Petyo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Shawn
Top achievements
Rank 2
answered on 07 Feb 2016, 11:54 AM
The link is broken
0
Hello Shawn,
The link is to the position property of the widget which sets the position of the drawer. Can be left (default) or right.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!