Wiki source code of Layout of a Diva Look Page
Version 10.1 by Ravi Mendis on 2009/07/21 04:07
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | = div#a - 'a' is for 'Ajax' = | ||
| 2 | |||
| 3 | [[image:Diva_layout.png||]] | ||
| 4 | |||
| 5 | The D2W page content is contained inside ##div#a##. | ||
| 6 | This is the only pre-requisite of the PageWrapper in a Diva look D2W app: that it places its contents inside a ##<div id="a">##. | ||
| 7 | |||
| 8 | See ##Wonder/Examples/Ajax/ERDivaLookExample##. | ||
| 9 | |||
| 10 | == div#a - the Primary Ajax Update Container == | ||
| 11 | |||
| 12 | In a Diva D2W app, ##div#a## is the primary update container. | ||
| 13 | Here, ajax page configurations like ##AjaxQueryMovie## will update the contents of ##div#a##. |