MVC4 Mobile Classic
Adaptive Widgets

The C1 ASP.NET MVC 4 Mobile Application  uses Wijmo Adaptive Widgets. These widgets are optimized to be used in mobile applications.  To use the adaptive widgets, you do not need to initialize the widget in script, unless it is a complex widget like chart. You'll just create the widget in markup, using the data-role attribute.

Here is an example of an adaptive wijaccordion widget created in markup:


    <h1>Header</h1>
    <div>Content</div>
    <h1>Header</h1>
    <div>Content</div>
    <h1>Header</h1>
<div>Content</div>

You can find more information on Adaptive Widgets in Adaptive Widgets for jQuery Mobile.

See Also

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback