Cargando…

Kendo UI Cookbook.

In Detail Kendo UI is a one-stop library that allows you to build applications for web and mobile platforms using HTML5 and JavaScript. The library includes several widgets that allow you to build compelling web applications rapidly. Building web applications for web and mobile platforms using moder...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ganatra, Sagar
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2014.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The Kendo UI Application Framework; Introduction; Using client-side templates to generate HTML markup from a JSON data; Creating a two-way binding between View elements and JavaScript objects using the Model View ViewModel (MVVM) pattern; Using Source and Template binding with ViewModels to generate HTML content; Validating user input using the built-in Validator; Chapter 2: The Kendo UI Grid; Introduction; Creating a Grid view and displaying tabular data.
  • Displaying data from a local or remote DataSource component in a Grid ViewSorting data in a Grid using a selected column; Using filters to display data that matches certain criteria in the Grid; Creating, updating, and deleting in Grid; Using the virtualization mechanism to improve the performance of the Grid; Customizing the look and feel of the Grid; Chapter 3: Kendo UI TreeView; Introduction; Using a TreeView widget to display a directory structure; Using the drag and drop feature to move elements in TreeView; Using checkboxes to select nodes in TreeView.
  • Associating icons with labels in TreeViewChapter 4: Kendo UI Editor; Introduction; Creating a WYSIWYG Editor using the kendoEditor function; Adding and removing tools in the Editor toolset; Using the image browser tool to insert images into the Editor; Chapter 5: Kendo UI PanelBar; Introduction; Creating a PanelBar; Loading the content of a PanelBar using Ajax; Binding the PanelBar to a DataSource object; Customizing the PanelBar; Chapter 6: Kendo UI File Uploader; Introduction; Using the file uploader to upload files to the server; Uploading files to the server asynchronously.
  • Listening to file upload eventsChapter 7: Kendo UI Window; Introduction; Displaying a pop up and blocking user interaction by configuring it as a modal window; Customizing the look and feel of the window and including action buttons; Using the Window API to act on a window object; Chapter 8: Kendo UI Mobile Framework; Introduction; Creating a layout and adding views to the layout; Setting the initial layout and view when initializing the application; Using the Application object to navigate to various views; Adding touch events to your mobile application; Chapter 9: Kendo UI Mobile Widgets.
  • IntroductionCreating a list using a ListView widget; Binding the ListView widget to a DataSource object; Fixing the headers when the user scrolls through the list; Filtering the elements in ListView; Building a hierarchical list using the ListView widget; Building an endless scrolling list; Showing a list of actions that can be performed using the ActionSheet widget; Using the ScrollView widget to navigate through a collection of pictures; Creating a SplitView widget to display multiple panes in a tablet and building interaction between the panes.