Gets or sets a value indicating whether this Window can be refreshed.
Namespace: MindFusion.Common.UI
File: Window.js
JavaScript Copy Code |
---|
get allowRefresh() {} |
A Boolean value. true to show a refresh button, otherwise false.
The following code refreshes a Window:
JavaScript Copy Code |
---|
if(window.allowRefresh) window.refresh(); |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |