Gets or sets a string, specifying the URL of the web page, that will be loaded in the control's content IFrame.
Namespace: MindFusion.Common.UI
File: WindowBase.js
JavaScript Copy Code |
---|
get navigateUrl() {} |
String. A string specifying the URL of the web page, that will be loaded in the control's content IFrame.
The following sample uses the navigateUrl property to specify a page to be opened in a Window instance and then refreshes the Window:
JavaScript Copy Code |
---|
var u = MindFusion.Common.UI; window.windowOpening.addEventListener(windowOpeningEventHandler); function windowOpeningEventHandler(sender, args) |