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

Mobile Forms without MVVM?

3 Answers 32 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Johann
Top achievements
Rank 1
Johann asked on 04 Mar 2016, 08:20 PM

Hi,

is it possible to use the Mobile Forms (http://demos.telerik.com/kendo-ui/m/index#mobile-forms/index) in our Cordova/AngularJS application without using the Kendo UI MVVM?

I tried but I failed to implement the forms.

With best regards

Johann

3 Answers, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 07 Mar 2016, 05:29 PM
Hi Johann,

Yes, you should be able to build mobile form views without utilizing the built-in Kendo UI MVVM framework for this purpose.

The demo you linked actually utilizes data attributes for form elements initialization, and does not employ observables and models are presented in this example, for instance.

Regards,
Sebastian
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Johann
Top achievements
Rank 1
answered on 07 Mar 2016, 05:55 PM

Hi,

is it also possible without initialize a Kendo Application (var app = new kendo.mobile.Application)? I use AngularJS Application Model so I don't realy Need an additional model.

0
Sebastian
Telerik team
answered on 08 Mar 2016, 09:53 AM
Hello again Johann,

To make use of our mobile forms styling, view transitions, etc., you need to initialize the Kendo UI mobile application in the way specified in the demos. If you skip that this defeats the purpose of using our Kendo UI Mobile app framework in general.

Regards,
Sebastian
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Johann
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Johann
Top achievements
Rank 1
Share this question
or