Inherits Controller.
Feature:
click to select file from local file system and then open it.
Usage:
in template:
<open-localfile-button @controller="file:OpenLocalFileController"></open-localfile-button>
<dropdown-button file-selector @controller="file:OpenLocalFileController"></dropdown-button>
<file-selector @controller="file:OpenLocalFileController"></file-selector>
in fragment config:
fragments: [{
target: 'fv--open-localfile-button',
config: {
callback: UIExtension.controllers.OpenLocalFileController
}
}]
});