xforms-smart-screen-update

PRELIMINARY INFORMATION - SUBJECT TO CHANGE

Release 2.1 - ...

Used to control the smart screen update functionality in the enriched render devices, which update screen areas based on a comparison algorithm of the compiled forms over multiple (Ajax) requests.

threshold (integer)

Sets a maximum of screen element differences between requests to disable Smart screen updating.

Default: 20 (when more than 20 screen areas change in a single request, the full form html is replaced, instead of each individual changed element).

Example

XML CopyCode image Copy Code
<?xforms-smart-screen-update threshold="0"?>

Disables the Smarts screen update mechanism altogether.