Changes between Version 12 and Version 13 of frontend/features

Show
Ignore:
Author:
robertc (IP: 192.168.0.1)
Timestamp:
01/07/08 19:53:45 (10 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • frontend/features

    v12 v13  
    2525}}} 
    2626 
     27[[Image(datagrids.gif, nolink, align="left")]] 
    2728== Dynamic Data Representation (Model, View, Controller) == 
    28  
    2929One of the key parts of any UI is displaying dynamic data - main menus are all well enough but the real test of a UI is how well it can handle the lobby screens, the inventory screens, and the level select screens. libRocket comes with a powerful collection of classes to detach the data from the output. Data is fetched from a data source, passed through a data formatter, then finally displayed in a datagrid which includes full support for tree-like structures, like Windows Explorer.[[br]] 
    30 [[br]] 
    31 [[Image(datasource.gif, nolink)]] 
     30{{{ 
     31#!html 
     32<div class="clear">&nbsp;</div> 
     33}}} 
    3234 
    3335[[Image(scripting.gif, nolink, align="left")]]