Wijmo UI for the Web
BaseUIProcess type
Syntax
Javascript (Usage) 
var instance = new wijmo.input.BaseUIProcess();
Javascript (Specification) 
function BaseUIProcess;
Inheritance Hierarchy

Object
   wijmo.input.BaseUIProcess

Browser Compatibility
7
5
5
Constructors
 NameDescription
public ConstructorBaseUIProcess Constructor  
Top
Methods
 NameDescription
public MethodClearClear the current value of the control.  
public MethodCompareShortcutCompare the specified keycode with the shortcut array passed from server side.  
public MethodCopyHandle the oncopy event.  
public MethodCutHandle the cut actions.  
public MethodDoubleClickHandle the ondblclick event.  
public MethodDragEndHandle the ondragend event.  
public MethodDragOverHandle the ondragover event.  
public MethodDragStartHandle the ondragstart event.  
public MethodDropHandle the ondrop event.  
public MethodFilterReturnChar  
public MethodFireClientEventfire event  
public MethodFireEvent  
public MethodFocusHandle the onfocus event.  
public MethodGetCaretPositionGet the next caret position according to the special cursor position and keycode(processType).  
public MethodGetElementId  
public MethodGetInputElement  
public MethodGetKeyActionNameParse the shortcutsString and judge whether the key user pressed is a shortcutkey defined by deveploper. not replace indexOf, substring method, because autotest is slow  
public MethodGetShowLiterals  
public MethodIsKeyCodeContainedJudge whether the keyCode is contained in the shortcuts's item.  
public MethodKeyDownHandle the onkeydown event.  
public MethodKeyPressHandle the onkeypress event.  
public MethodKeyUpHandle the onkeyup event.  
public MethodLoseFocusHandle the onblur event.  
public MethodMouseDownHandle the onmousedown event.  
public MethodMouseUpHandle the onmouseup event.  
public MethodMoveControlMove the focus from one control to another.  
public MethodMoveFieldMove the caret from one field to another in the control.  
public MethodMoveFieldAndControlMove caret between fields then move focus to the next control if caret is in the edge of the control.  
public MethodPasteHandle the onpaste event.  
public MethodPerformSpin  
public MethodProcessBackSpacePerform the delete keydown event.  
public MethodProcessCharKeyProcess the input char key action.  
public MethodProcessCharKeyInputProcess char key input.  
public MethodProcessDeletePerform the delete keydown event.  
public MethodProcessDeleteKeyProcess the Delete key down action.  
public MethodProcessLeftDirection  
public MethodProcessNavigatorKeyInputPrcess navigator key input.  
public MethodProcessRightDirection  
public MethodProcessShortcutKeyHandle the shortcut key event.  
public MethodProcessTabKeyProcess Tab key press event.  
public MethodSelectAllSelect all the content.  
public MethodSelectStartHandle the onselectstart event.  
public MethodSetCursorPositionAndSelectionGet cursor start and end position according to the specified highlighttext and current text.  
public MethodShowContextMenuHandle the oncontextmenu event.  
public MethodUndoHandle the undo actions.  
public MethodUpdateCrLfStringupdate crlf string for AcceptsCrLf property  
Top
See Also

Reference

wijmo.input Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.