My favorites | Sign in
Project Home Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
<p>
An IAML model instance may contain any number of {@model Frame}s. The {@event onInit} {@model Event} for an {@model InternetApplication} is triggered every time the {@model Frame} is rendered to a client.
</p>

<p>
<!--index storage semantics-->
The <i>storage semantics</i> for a {@model Frame} follow the storage semantics for its <i>containing scope</i>. For example, if the {@model Frame} is directly contained by a {@model Session}, then the storage semantics of the parent {@model Session} will be used; likewise, if the {@model Frame} is directly contained by an {@model InternetApplication}, then the storage semantics of the parent {@model InternetApplication} will be used.
</p>

<p>
A {@model Frame} may contain any number of {@model VisibleThing}s, and this set of elements defines the <i>user interface</i> for that {@model Frame}. All {@model VisibleThing}s may be <i>rendered</i> to a user. When a {@model VisibleThing} is rendered to a user, all children {@model VisibleThing}s must also be rendered in order according to their {@model VisibleThing#renderOrder}. A {@model VisibleThing} that is currently <i>hidden</i> must not be rendered until that {@model VisibleThing} is subsequently <i>shown</i> through the {@model VisibleThing#show} {@model Operation}. The {@model VisibleThing#name} property of the {@model VisibleThing} may be used as a label for the rendered element.
</p>

Change log

r3163 by soundasleep on Apr 4, 2012   Diff
spellchecking throughout project
Go to: 
Project members, sign in to write a code review

Older revisions

r3086 by soundasleep on Sep 15, 2011   Diff
adding some basic index commands to
the IAML additional documentation
r3048 by soundasleep on Aug 4, 2011   Diff
adding paragraph breaks to modeldoc
additional documentation
r3046 by soundasleep on Aug 3, 2011   Diff
work on describing behaviour to iaml
modeldoc, as taken from the thesis
All revisions of this file

File info

Size: 1416 bytes, 12 lines
Powered by Google Project Hosting