Inherits Controller.
Feature:
click to show a prompt dialog to receive a file URL to open.
Usage:
in template:
<open-fromurl-button @controller="file:OpenRemoteFileController"></open-fromurl-button>
<dropdown-item @controller="file:OpenRemoteFileController"></dropdown-item>
<dropdown-button @controller="file:OpenRemoteFileController"></dropdown-button>
<xbutton @controller="file:OpenRemoteFileController"></xbutton>
in fragment config:
fragments: [{
target: 'fv--open-fromurl-button',
config: {
callback: UIExtension.controllers.OpenRemoteFileController
}
}]
});