Changes for page ERDivaLook

Last modified by Ravi Mendis on 2010/09/10 01:14

From version 183.1
edited by Ravi Mendis
on 2009/04/24 02:26
Change comment: There is no comment for this version
To version 182.1
edited by Ravi Mendis
on 2009/04/27 02:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -=== What is ERDivaLook? ===
1 +== What is ERDivaLook? ==
2 2  
3 3  Much like ExcelLook, that vends excel pages, Diva look generates a Web 2.0 interface for DirectToWeb.
4 4  More specifically, it generates pages that are:
... ... @@ -6,10 +6,13 @@
6 6  * Semantically-rich or **tables-less**
7 7  * XHTML 1.0 strict compliant
8 8  * Sans images, inline styles or presentation attributes
9 -* Use a CSS **theme**
10 -* With Scriptaculous **effects**
11 -* Seamless use of **Ajax widgets**
12 12  
10 +They make use of:
11 +
12 +* A CSS **theme**
13 +* Scriptaculous **effects**
14 +* **Ajax widgets**
15 +
13 13  = Why Table-less Markup? =
14 14  
15 15  Scriptaculous, jQuery effects, etc work by manipulating CSS attributes.
... ... @@ -42,9 +42,9 @@
42 42  
43 43  The graphics designer Eduardo Cesario wrote up his experience of developing his //Organica// design for an early prototype of ERDivaLook on his [[blog>>http://www.organicacreativa.com/organica-creativa.php?area=directtoweb&lang=en]].
44 44  
45 -= Using ERDivaLook =
48 += How to use ERDivaLook =
46 46  
47 -=== Setting the D2W Page CSS ===
50 +== How to set the CSS/Theme of a D2W Page ==
48 48  
49 49  Diva look introduces a new D2W key: **stylesheet**.
50 50  The CSS file computed by this key will be set as the stylesheet for the page.
... ... @@ -71,8 +71,14 @@
71 71  
72 72  {{/code}}
73 73  
74 -The CSS page //NeutralEditPage.css// imports a global CSS for the theme, //Neutral.css//, a generic one for the edit page //ERDIVEditPage.css// and CSS files for D2W components used on an edit page.
77 +The CSS file //NeutralEditPage.css// imports a global CSS for the theme, //Neutral.css//, a generic one for the edit page //ERDIVEditPage.css// and CSS files for D2W components used on an edit page.
75 75  
79 +{{note title="Note"}}
80 +
81 +*IE* has a limitation of a max. of 32 CSS files per page (and a depth of 3).
82 +
83 +{{/note}}
84 +
76 76  ===== 2. Image Replacement =====
77 77  
78 78  {{code}}