Changeset 2952 for documentation/trunk/topics/setting-up-actions.dita
- Timestamp:
- 09/27/08 18:19:48 (3 months ago)
- Files:
-
- 1 modified
-
documentation/trunk/topics/setting-up-actions.dita (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
documentation/trunk/topics/setting-up-actions.dita
r2748 r2952 93 93 loaded and its <apiname>executeHtml()</apiname> is called.</p> 94 94 <p>Inside <apiname>executeHtml()</apiname> we do two basic things. First, we call 95 <apiname>setupHtml()</apiname> which makes Agavi load the rendering configuration for96 HTML. By default, this configuration specifies that when the View97 is finished executing, a PHP template wi llan identical name will95 <apiname>setupHtml()</apiname> which makes Agavi load the default rendering configuration for 96 HTML. This configuration specifies that when the View 97 is finished executing, a PHP template with an identical name will 98 98 be loaded and rendered.</p> 99 99 <note type="tip"><apiname>executeHtml</apiname>() corresponds to an

