No Focus
When this flag is set to true, the "no focus" screen-level property is automatically enabled in all Rich Display files.
Example:
pui["no focus"] = true;
Example For Mobile Browsers Only:
if (pui.is_touch) pui["no focus"] = true;
Where do you save this configuration option? Here