当我创建一个新按钮时,我选择,创建一个显示在该区域项目中的按钮,然后完成按钮向导并有一个新按钮。
我希望在单击特定按钮后提交页面后取消选中一个复选框。当用户点击“提交”按钮时,我希望在页面提交后取消选中“全部勾选”复选框。
How do I call a javascript function using this type of button?
Does it go in the Button Display Attributes - Attributes section?
If so, can you supply a syntax example?
Does it go into the Button Request Value - Button Request section?
If so, can you supply a syntax sample?
Does it go in the Post Element Text?
If so, can you supply a syntax example?
我知道如果我选择“在区域位置创建按钮”,我会在网址部分添加“javascript:...”。
答案 0 :(得分:0)
您应创建“清除项目缓存
选中复选框,进行选择然后提交页面意味着您要处理此选择,但不希望复选框保留其保存的会话状态(即已经检查过)。通过清除缓存,您将其重置为默认状态
如果3.2没有这样的过程,您可以使用plsql进程或计算将复选框的值设置为0或null(无论哪个值是默认值)。