====== Templates and controls ====== ===== CSS templates ===== UWA templates are simple code conventions for writing clean and meaninful XHTML. They let you build powerful user interfaces easily, and make sure your widget integrates well in the UWA environment. In order to have the right style applied to your widget, these templates provide the proper CSS rules, along with the expected XHTML nodes. This way, your widget will perfectly fit with the whole UWA style. * [[uwa:templates_and_controls:data_grid|Data grid]] - simple data table * [[uwa:templates_and_controls:email_list|E-mail list]] - display of messages' titles and excerpts * [[uwa:templates_and_controls:feed_list|Feed list]] - display of feed's titles * [[uwa:templates_and_controls:rich_list|Rich list]] - display of items with title and description * [[uwa:templates_and_controls:thumbnail_list|Thumbnailed list]] - display of items with title, description and thumbnail image ===== JavaScript controls ===== Controls are advanced templates, in that they offer you powerful JavaScript methods and CSS rules to build HTML components that directly integrate into your widget's design. * [[uwa:templates_and_controls:tabview|TabView]] - add tabs to your widget * [[uwa:templates_and_controls:pager|Pager]] - add paging to your widget