onPostRenderFunction

You can use the onPostRenderFunction JSF handler property to specify the name of a function that runs immediately after rendering the HTML in memory, but before displaying the page on the screen. It has the following characteristics:
Compare with the following related properties:

Limitations

Example

The following example shows the property in the context of a JSF Handler part:

Handler  handler01  type JSFHandler
        { onPostRenderFunction=saveVars }
...
  Function saveVars()
  ...
  end
end

Compatibility

Table 1. Support for onPostRenderFunction property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
No Yes No No No No No No

Feedback