/confirm-dialog

Confirm Dialog is an easy to use web component to ask the user to confirm a choice. Based on famous MessageBox Addon

Primary LanguageJavaOtherNOASSERTION

Confirm Dialog

Confirm Dialog is an easy to use web component to ask the user to confirm a choice. Based on famous MessageBox Addon

Development instructions

Starting the test/demo server:

mvn jetty:run

This deploys demo at http://localhost:8080

You can change the port by setting the property -Djetty.http.port=port-number

mvn jetty:run -Djetty.http.port=8082