Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.08 KB

README.asc

File metadata and controls

50 lines (37 loc) · 1.08 KB

GWT Promptly

1. Intro

GWT Promptly is a small library for use in creating a command prompt style panels for use in GWT applications.

2. Features

  • 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).

3. Project layout

Subfolder Description

gwt-promptly

Main project

gwt-promptly-demo

Sample Use Application

4. How to use

The demo application is available to try at http://eeyo.io/promptly

Please see the DemoUI.java class for how this application was built.

5. Building

Using Maven
   mvn clean package