Table of Contents
GWT Promptly is a small library for use in creating a command prompt style panels for use in GWT applications.
-
Click capture
-
Hyperlinks
-
Command History
-
Command prompt disable (direct character scanning)
-
Image support
-
Intra-paragraph text styling and click event callbacks
-
Basic support for autocomplete (hooks are supplied, must manually implement).
Subfolder | Description |
---|---|
gwt-promptly |
Main project |
gwt-promptly-demo |
Sample Use Application |
The demo application is available to try at http://eeyo.io/promptly
Please see the DemoUI.java class for how this application was built.