with Tags:
mobile
X

Introduction to Mobile Gridx
Author: Nate (Pei Wang) GridX mobile is based on dojox.mobile framework and is designed for mobile devices. So it's usually used together with other dojox.mobile widgets. Compared to list widget, grid provides column header and cell concept, which is especially useful for showing data report. For a quick look and feel, you can visit the demo page on the GridX website . ... [More]
Tags:  gridx mobile |
Combining Columns with Dojo Charting
When displaying a column chart you might want the user to be able to choose whether he wants the chart data to be combined into a single column per data item (stacked columns) or not (clustered columns). This is pretty easy in Dojo to create either a combined plot (using dojox/charting/plot2d/StackedColumns) or a clustered one (using dojox/charting/plot2d/ClusteredColumns). The purpose of this short blog post is to show you how to allow the user... [More]
Tags:  charting dojo mobile |
Dynamic Page Loading for PhoneGap
Introduction Mobile PhoneGap applications vary in complexity and size from simple, one-screen applications to large, multi-screen apps. To simplify development of applications that have more than one screen, JavaScript frameworks such as Dojo, jQuery or jQTouch can be used. They provide a way to display one screen while hiding the remaining screens. This is accomplished by using a single HTML file containing div elements for each screen. The... [More]
Tags:  android phonegap mobile |