Special URL arguments
DWA使用URL参数来控制页面显示等的环境参数;
更改默认显示表单:
&Form=FormName 来强制用某个表单来显示文档内容
&Form=h_DumpItems 参数可以把Notes变量字典显示出来. 蛮有趣的
设置默认的域值:
&PresetFields= 提供了一个重置Notes变量字典值的方法:[格式如下: &PresetFields= 变量名1;域值1,变量名2;域值2, 分号+逗号
URL中把符号$转码为 %24 替换即可.
Setting Last-Modified
&CacheResults (or &CR in Version 7 and later) returns the HTTP Last-Modified response header set to the last modified design of forms file.
还有个Set maximum expiration time: &MaxExpires (or &MX in Version 7 and later) 一年
&TimeStamp (or &TS in Version 7 and later) 防止过期旧数据停留在缓存
皮肤的选择:
&ui (equals inotes | inotes_lite | portal | portal_lite | webmail) 默认皮肤是 inotes
如果在url后加上&ui=portal 则用protal皮肤显示页面
用户名hash 串
&unh= 此参数把用户的full name的hash值传入 用户参数

