popup-prompt
Advanced tools
Changelog
v1.1.5
This version included new components, popup types, and bug fixes.
componentListBox
method to the Popup
class. This is used to allow the user to select an available option.showCredentials
function. This asks the user for their username and password of any account (which you can specifiy). Note: The username and password will be returned, so you will have to validate it.Changelog
v1.1.0
This version was a major bug fix and new feature(s) version.
componentImage
method to the Popup
class. This can be used to add any type of image.Popup
class.Popup
windows.README
.Changelog
v1.0.0
This version was the starting version. It featured two constants and two methods, listed below.
VERSION
(Constant)AVAILABLE_VALUES
(Constant)showMessageBox
(Method)showPrompt
(Method)If you have any changes/additions in mind to add to popup-prompt
, you can simply make a new Issue!