internalise_own_screen (line 29)
Put the contents of a page inside an iframe. This is typically used when a page is being used to traverse a result-set that spans multiple screens.
?tempcode
internalise_own_screen
(tempcode $title, [?integer $refresh_time = NULL], [?mixed $refresh_if_changed = NULL])
-
tempcode
$title: The title
-
?integer
$refresh_time: The time between refreshes (NULL: do not refresh)
-
?mixed
$refresh_if_changed: Data. A refresh will only happen if an AJAX-check indicates this data has changed (NULL: no check)