Gets or sets a value indicating whether this Window can be refreshed.
Namespace: MindFusion.Common.UI
File: Window.js
SyntaxJavaScript
Copy Code
|
|---|
get allowRefresh() {} |
A Boolean value. true to show a refresh button, otherwise false.
ExampleThe following code refreshes a Window:
JavaScript
Copy Code
|
|---|
| if(window.allowRefresh) window.refresh(); |
See Also