--jpAlert API jpAlert.activate ( sUserToken, sActivationKey ) jpAlert.create ( hOptObject, sAIModel, sHandler, sTitle, sDescription, sCancelButton, sOptButton0, sOptButton1, sOptButton2, sOptButton3, sOptButton4 ) jpAlert.setStyle ( kAlertStyle, sOptPlaceholder0, sOptText0, sOptPlaceholder1, sOptText1 ) --Callback format onMyHandler ( nButtonIndex ) --Constants jpAlert.kAlertStyleDefault jpAlert.kAlertStyleSinglePlainText jpAlert.kAlertStyleSingleSecure jpAlert.kAlertStyleDoublePlainText jpAlert.kAlertStyleDoubleSecure jpAlert.kAlertStylePlainTextAndSecure jpAlert.kAlertStyleSecureAndPlainText
Use the jpAlert plugin to display an alert message to the user. You can set the title, message and configure the buttons
Optionally, you can display up to 2 edit boxes, either as plain text or secure text. A must-have when dealing with login and passwords!