Version

WebPercentEditor class

Class which implements client side functionality of WebPercentEditor.
Syntax
ASP.NET Ajax Javascript (Specification) 
Infragistics.Web.UI.WebPercentEditor = function( 
   elem : {DomElement}
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new Infragistics.Web.UI.WebPercentEditor();
Inheritance Hierarchy

Object
   Sys.Component
      Sys.UI.Control
            Infragistics.Web.UI.WebTextEditor
               Infragistics.Web.UI.WebNumericEditor
                  Infragistics.Web.UI.WebPercentEditor

See Also