HTML and CSS Reference
In-Depth Information
data : [
{ firstName : 'Hello' , lastName : 'World' },
]
})
};
if ( ! Ext . is . Phone ) {
new Ext . List ( Ext . apply ( groupingBase , {
floating : true ,
width : 350 ,
height : 370 ,
centered : true ,
modal : true ,
hideOnMaskTap : false
})). show ();
}
else {
new Ext . List ( Ext . apply ( groupingBase , {
fullscreen : true
}));
}
}
})
Figure 3-19. Sencha Touch List component
Wink Toolkit
The Wink Toolkit project started in early 2009 at Orange Labs (France Telecom R&D).
Since June 2010, Wink has been a project of the Dojo foundation. Wink's core offers all
the basic functionalities a mobile developer would need from touch event handling to
DOM manipulation objects and CSS transforms utilities ( Table 3-5 ). Additionally, it
offers a wide range of UI components. Currently, its online following is low, as evidenced
in Figure 3-20 . (See their demo ).
Figure 3-20. Wink github stats, June 2012
 
Search WWH ::




Custom Search