| java.lang.Object uk.ltd.getahead.dwrdemo.livehelp.LiveHelp
LiveHelp | public class LiveHelp (Code) | | A simple shared input form that several users can share
author: Joe Walker [joe at getahead dot ltd dot uk] |
notifyBlur | public void notifyBlur(String id)(Code) | | The user has tabbed out
Parameters: id - The id of the field that changed |
notifyFocus | public void notifyFocus(String id)(Code) | | The user has tabbed in
Parameters: id - The id of the field that changed |
notifyTyping | public void notifyTyping(String id, String value)(Code) | | Something has changed
Parameters: id - The id of the field that changed Parameters: value - The new value |
|
|