This is my html dom <input type="text" placeholder="choise" name="ImageArtile" onclick="fileManager.show('ImageArtile')" />
function fileManagerChosen(sender,e ) { console.log(sender); var json = JSON.stringify(e, "", 3); let jsonData = JSON.parse(json); const clickedElement = event.target; if (jsonData.isCanceled) { console.log("Canceled!"); return; } //Pretty print the chosen info (from event object) when it changes //How to get tag input click after get fullpath to value of input tag alert("Chosen event:\n" + json); console.log(jsonData); var desc = jsonData.eventName; var isCancel = jsonData.isCanceled; var fullPath = jsonData.items[0].fullPath; console.log(desc); console.log(isCancel); console.log(fullPath); }
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.