Version

WebPercentEditor class Members

The following tables list the members exposed by WebPercentEditor.

Public Constructors
 NameDescription
Public ConstructorWebPercentEditor Constructor  
Public Properties
 NameDescription
Public PropertyautoPostBackOnCustomButtonClickGets sets option to trigger postback on CustomButton click. Not 0 value means that full (1) or async (2) postback will be raised when Enter key is pressed. Note: new value does not persist to server. True: postback on button click (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyautoPostBackOnEnterKeyDownGets sets option to trigger postback when Enter key was pressed. Not 0 value means that full (1) or async (2) postback will be raised when Enter key is pressed. Note: new value does not persist to server. True: postback on enter key (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyautoPostBackOnValueChangeGets sets option to trigger postback when value was changed (after lost focus or similar). Not 0 value means that full (1) or async (2) postback will be raised when Enter key is pressed. Note: new value does not persist to server. True: postback on value change (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertydataModeGets sets DataMode. Integer value which matches with corresponding enum on server. Notes: That method will adjust min/max limits, decimal places and MaxLength. However, control will not be repainted and current value in editor will not be modified. New value does not persist to server. Data mode (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertydecimalsGets sets maximum number of decimal digits, which is used when control has no focus. Note: new value does not persist to server. Maximum number of decimals (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertydecimalSeparatorGets sets decimal separator character. String with length of 1. Note: new value does not persist to server. Separator character (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertyenabledGets sets enabled state of control.True: enabled (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertygroupsGets sets sizes of groups/thousands, which is used when control has no focus. That is array of numbers. Note: new value does not persist to server. Groups (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertygroupSeparatorGets sets group/thousand separator character. String with length of 1. Note: new value does not persist to server. Separator character (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertyhideEnterGets sets option to hide the Enter keydown event from browser. Note: new value does not persist to server. True: hide enter key (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyinputElementGets reference to edit field. Reference to INPUT or TEXTAREA html element. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertymaxLengthGets sets maximum length of text. Value of 0, means that maximum length is not set. Note: new value does not persist to server. Maximum length (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertymaxValueGets sets maximum value. Note: new value does not persist to server. Maximum number (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertyminDecimalsGets sets minimum number of decimal digits, which is used when control has no focus. Note: new value does not persist to server. Minimum number of decimals (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertyminusGets sets minus sign character. String with length of 1. Note: new value does not persist to server. Minus sign character (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertyminValueGets sets minimum value. Note: new value does not persist to server. Minimum number (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertynegativePatternGets sets pattern for negative numbers, which is used when control has no focus. Note: new value does not persist to server. Pattern (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertynullableGets sets option to allow null value. Note: new value does not persist to server. True: nullable (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertynullTextGets sets text which is used when value is not set (null or empty string) and control has no focus. Note: new value does not persist to server. Text for null value (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertynullValueGets value which used instead of null. Note: new value does not persist to server. Number which represents null (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertynumberGets value in editor as Number. Value as number (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertypositivePatternGets sets pattern for positive numbers, which is used when control has no focus. Note: new value does not persist to server. Pattern (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertyreadOnlyGets sets read-only state of control.True: read only (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyselectionOnFocusGets sets option which is used for selection when control gets focus. Note: new value does not persist to server. Possible values: 0 - select all text, 1 - unselect all and set caret to the beginning, 2 - unselect all and set caret to the end, 3 - browser default. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyspinDelayGets sets value in milliseconds which is used to delay next spin action when spin button is kept pressed. Note: new value does not persist to server. Delay in milliseconds (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyspinDeltaGets sets value which is used to increment decrement value in control on spin events. Note: new value does not persist to server. Delta for spin (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertyspinDownElementGets reference to lower spin button. Reference to TD html element or null. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyspinEnsureFocusGets sets ability to set input focus to control when buttons are clicked. Note: new value does not persist to server. True: ensure focus on spin (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyspinOnArrowsGets sets ability of up/down arrow keys to trigger spin actions. Note: new value does not persist to server. True: spin on arrows (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyspinOnReadOnlyGets sets ability to modify value in controls by spin actions when read only is enabled. Note: new value does not persist to server. True: spin on read only (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyspinSpeedUpGets sets rate to increase frequency of spin events if spin button is kept pressed. Note: new value does not persist to server. Speed up rate on spin (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyspinUpElementGets reference to upper spin button. Reference to TD html element or null. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertysymbolGets sets symbol string, which is used when control has no focus. Note: new value does not persist to server. Symbol (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public PropertytextGets sets text in control.Current text (Inherited from Infragistics.Web.UI.WebTextEditor)
Public PropertyvalueGets sets value in editor according to DataMode. (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public Methods
 NameDescription
Public MethoddisposeDisposes object and event handlers. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodfindFinds WebTextEditor by its client ID. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodfocusSes input focus to control with delay. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodfromCasts passed in object to the WebTextEditor type. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodgetSelectedTextGets selected text. It also calculates internal variable for end and start selection. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodgetSelectionGets position of start or end selection. Note: that method calls getSelectedText(). (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodgetSpinButtonIDGets index of spin button which is involved in current mouse event of browser. That can be used while processing mouse events of control. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodhasFocusChecks if control has input focus. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodinitializeInitializes instance of WebNumericEditor. (Inherited from Infragistics.Web.UI.WebNumericEditor)
Public MethodpasteTriggers paste action in control. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodselectSets selection and caret position in control. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodsetFocusSes input focus to control without delay. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodspinIncrements or decrements value in editor. (Inherited from Infragistics.Web.UI.WebNumericEditor)
See Also