Wiki source code of ERDivaliteLook Framework

Version 57.1 by Ravi Mendis on 2010/08/05 03:20

Hide last authors
Ravi Mendis 12.1 1 == What is div#a "lite"? ==
2
Ravi Mendis 57.1 3 Diva "lite" is [[Diva look>>WO:ERDivaLook]] sans **Ajax** and **effects**.
Ravi Mendis 30.1 4
5 Specifically, it generates pages that are:
6
Ravi Mendis 56.1 7 * **Tablesless** or use [[Semantic markup>>http://en.wikipedia.org/wiki/Semantic_HTML]]
Ravi Mendis 55.1 8 * HTML5 compliant
Ravi Mendis 30.1 9 * Sans images, inline styles or presentation attributes
10
11 It makes use of:
12
13 * CSS for **themes**
14
Ravi Mendis 55.1 15 === Differences between Diva look and Diva "lite" ===
16
Ravi Mendis 47.1 17 A notable difference between the two D2W looks is that Diva "lite" doesn't use Ajax. So it is compatible with WebObjects 5.3.
Ravi Mendis 56.1 18 However, CSS themes are almost 100% interchangeable between the two. This makes Diva "lite" a stepping-stone when migrating a DirectToWeb app to Diva look.
Ravi Mendis 47.1 19
Ravi Mendis 55.1 20 Selenium tests are basically compatible between the two looks.
21 However, because of the use of ajax in the full Diva look, they'll require minor changes to accommodate ajax request/responses instead of standard HTTP requests.
22
Ravi Mendis 30.1 23 == HowTos ==
Ravi Mendis 55.1 24
25 {{children}}{{/children}}
26
Ravi Mendis 57.1 27 * [[How to use an Embedded D2WList>>WO:How to use an Embedded D2WList]]
28 * [[How to Write D2W Rules>>WO:How to Write D2W Rules]]
29 * [[How to use a Detail List Page>>WO:How to use a Detail List Page]]
30 * [[How to test a Diva app with Selenium>>WO:How to test a Diva app with Selenium]]
31 * [[How to set the Theme of a Diva Look app>>WO:How to set the Theme of a Diva Look app]]
32 * [[How to debug a D2W application>>WO: How to debug a D2W application]]