Kendo UI is an HTML5, jQuery-based framework for building modern web apps. It is not only UI but much more. It is based on HTML 5, CSS 3, Javscript etc. Kendo UI provides some core features which you need:
- UI widgets
- Client-side Data source
- High-Performance Templates
- Data Binding
- Drag-and-Drop API
- Animations
- Built-in Touch support
- Web
- Mobile
- DataViz
Installing and getting started with Kendo UI is very easy
- Download Kendo UI. You can download here.
- Copy the Kendo UI CSS and Javascript resources to your project.
- Configure your page to use Kendo UI scripts and skins.
- Now you can use Kendo UI.
The panel bar utilizes the list to define its structure and content.
- Create a list of items.
- Using an ID selector initialize the panlbar.
$(document).ready(function() { $("#panelId").kendoPanelBar(); });
The Kendo Mobile provides necessary tools to build native looking mobile applications.
No comments:
Post a Comment