1.5 Programming

PowerWindows OS 1.5 Rapid Frontend Programming Model.

1.5 is on the way.

As a special feature we now offer a lightweight, rapid programming model for frontend components.

Data-Widgets may now be built by just feeding JSON Data into 2112PowerWindows.

 

 An application consists of two JSON Data files. One that describes the features of your application and a second one that provides the data to populate the grid:

 

 

How to program 2112PW using JSON Data.

 

 

 Click image to enlarge.

A generated datagrid.
 

Then make the call that loads the descriptor:

 NS2112.masterControl.requestWidget('/2112PowerWindows/widgetBase/intrinsics/grid/sampleDescriptor.js', 'datatable', 400, 600, 'snap', 'center', 'grid') ;
You may use any kind of URL/URI that points to a descriptor datasource.

 

 As a result, 2112PowerWindows runtime generates a full datagrid application for you, that supports sorting columns.

Letzte Aktualisierung ( Sonntag, 4. Oktober 2009 )