Book Image

Instant Wijmo Widgets How-to

By : Tochi Eke-Okoro
Book Image

Instant Wijmo Widgets How-to

By: Tochi Eke-Okoro

Overview of this book

With Wijmo you will always be one step ahead of regular UI developers. Wijmo doesn't require a re-invention of the wheel; it is written with JQuery, so it supports regular JQuery and even native Javascript. You can initialize any widget you want to use for your project and customize its functionality and styling. With Wijmo, the possibilities are limitless!!"Instant Wijmo Widgets How-to" is perfect for aspiring and experienced UI developers. It describes basic techniques of initializing and deploying various UI widgets that serve a specific purpose. It is an ideal book for aspiring and experienced UI developers. It describes basic techniques for initializing and deploying various UI widgets that serve a specific purpose."Instant Wijmo Widgets How-to" is structured to take you from easy to seemingly difficult topics. This implies that some widgets are easier to initialize than others. However the overall deployment of a widget is basic and straightforward, without the complexities encountered in various JQuery plugins. Every topic discussed in this book is interesting, engaging, and exciting. There is no strict direction from one chapter to the next.. Most chapters are independent of each other. This creates the flexibility to delve into just what you need to resolve a particular task. "Instant Wijmo Widgets How-to" serves as an important inventory for a UI developer, equipping the reader with skills to solve most UI related issues.
Table of Contents (7 chapters)

Preface

This book opens the reader to a world of aesthetic user interface widgets made available by Wijmo. It exhibits, via a step-wise approach, simple methods of creating and customizing various widgets, and how to display them. This will serve as an invaluable asset to a curious web developer seeking aesthetic features to deploy, a UI developer looking for cool widgets to hasten things up, or a student who needs a live calendar of events to attend.

What this book covers

Bar chart (Simple) illustrates how to create and customize a Wijmo bar chart widget.

Column bar chart (Simple) explains how to convert a regular Wijmo bar chart to a column bar chart widget.

Stacked bar chart (Simple) shows how to create and customize a stacked bar chart widget.

Animation and live data (Intermediate) illustrates how to stream live data and also have an animated presentation.

Bubble chart (Intermediate) shows how to create and customize a bubble chart widget.

Calendar (Intermediate) illustrates how to create and customize a calendar widget.

Grids (Advanced) explains how to create and customize a grid widget. It also shows how to make the grid have editable fields on the fly.

Data source (Advanced) shows how to retrieve and display data from a given data source.

Using Wijmo with KnockoutJS (Advanced) illustrates how to integrate Knockout JS in Wijmo to facilitate widget functionality. This is very useful in binding events to a grid widget.

ThemeRoller (Advanced) explains via a step-wise process, how to create and customize themes.

What you need for this book

You will need some knowledge of HTML, CSS, native JavaScript, and jQuery.

It is also necessary to know how to use any code editor and how to run code files on a browser.

Who this book is for

This book is for web developers, user interface (UI) enthusiasts, and anyone interested in getting fully acquainted with the Wijmo library and widgets.

The book will be an invaluable asset to anyone who is in need of UI widgets to beautify or create aesthetic features on their web application.

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text are shown as follows: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

$("table").wijgrid({
    columns: columns,
    data: content,
    allowEditing: true
});

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

$("table").wijgrid({
    columns: columns,
    data: content,
    allowEditing: true
});

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "clicking the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

Reader feedback

Feedback from our readers is always welcome. Let us know what you think about this book—what you liked or may have disliked. Reader feedback is important for us to develop titles that you really get the most out of.

To send us general feedback, simply send an e-mail to , and mention the book title via the subject of your message.

If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, see our author guide on www.packtpub.com/authors.

Customer support

Now that you are the proud owner of a Packt book, we have a number of things to help you to get the most from your purchase.

Errata

Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you find a mistake in one of our books—maybe a mistake in the text or the code—we would be grateful if you would report this to us. By doing so, you can save other readers from frustration and help us improve subsequent versions of this book. If you find any errata, please report them by visiting http://www.packtpub.com/support, selecting your book, clicking on the errata submission form link, and entering the details of your errata. Once your errata are verified, your submission will be accepted and the errata will be uploaded on our website, or added to any list of existing errata, under the Errata section of that title. Any existing errata can be viewed by selecting your title from http://www.packtpub.com/support.

Piracy

Piracy of copyright material on the Internet is an ongoing problem across all media. At Packt, we take the protection of our copyright and licenses very seriously. If you come across any illegal copies of our works, in any form, on the Internet, please provide us with the location address or website name immediately so that we can pursue a remedy.

Please contact us at with a link to the suspected pirated material.

We appreciate your help in protecting our authors, and our ability to bring you valuable content.

Questions

You can contact us at if you are having a problem with any aspect of the book, and we will do our best to address it.