我有一个页面可以打开各种模式对话框。在对话框关闭时,值将返回到原始页面。因此,在该页面上,我有一个“对话框关闭”动态操作,用于捕获返回的值:
Event: Dialog Closed
Selection Type: javaScript Expression
Javascript Expression: document
对于每个模式页面,在True上有几个操作:
Set Value (sets the value returned by the dialog to a page item)
Execute PL/SQL: saves the value into the session
Execute Javascript: Javascript code that further processes the set page item
我在页面上有一堆,想知道是否有更好,更优雅的方法?