preload - Preload
Specifies whether to force a pane to load even if it is not initially visible.
Category
basicsSyntax
preload="true|false"
Usage
In Design mode, click All Properties and look for preload under basics.If
an element is styled with display:none
, content may
not load unless this property is true
.
This
property defaults to false
.