This is a migrated thread and some comments may be shown as answers.

Adding content to drawers

1 Answer 126 Views
Drawer (Mobile)
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 24 Jul 2013, 01:25 PM
            $("#splitter").kendoSplitter({
                panes: [
                            { contentUrl: 'http://myhouse.com/index.aspx' }
                        ]
            });

I use this statement to populate a panel of my splitter.  Is there a way to populate a specific drawer in the same manner?

            $("#drawer").kendoDrawer({
                panes: [
                            { contentUrl: 'http://myhouse.com/index.aspx' }
                        ]
            });

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 25 Jul 2013, 10:27 AM
Hi Joe,

At the moment you cannot use 'panes' configuration to load data in the Kendo UI Drawer. I would suggest you to check out the following link for more information about the Drawer widget:

http://docs.kendoui.com/getting-started/mobile/drawer


Regards,

Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Drawer (Mobile)
Asked by
Joe
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or