简称: DWA (Domino Web Access)
scene 不知应该称为美工还是页面布局?
以下scene调用的语法仅在使用了PageContent_SkinComponent的skins和使用了标签的表单里面,才会生效.
scene的调用语法:两个关键字,第一个加_Init
Example 3-3 Scene subforms
<SceneName>_Init - Content within the <head> section of the page
<SceneName> - Content within the <body> section of the page
DWA使用h_SetReadScene 和h_SetEditScene来读取和编辑页面布局scene.
Example 3-4 Scene selection based on variable
h_SetReadScene: used when ?OpenDocument URL is in effect
h_SetEditScene: used when ?EditDocument URL is in effect

