CriosSpinEdit changelog ========================== v.0.8 -the control is displayed inline now (no need for table or div workarounds for positioning inline) -new methods: Disable and Enable control, ResetValue -new Event: OnValidateError -new: provide acces to the SpinEdit edit field and arrows properties, methods and events They can be accessed via the ObjectRefs array property (They can be accesed via their ID from ObjectId array property) -new property: BackgroundColor (sets edit field background color) -various speedups -EditId property tagged __deprecated__ -bugfix:OnChange does not trigger after SetValue. Fixed! v0.7 -bugfix: changing value using arrows does not trigger OnChange event. Fixed! -bugfix: SetValue(0) does not work because Validate() always returns false in this case, even the value should be valid. Fixed! v0.6 -on validation error set focus and create a red border on text input to warn user v0.5 -the control validates the value onchange. -new Event: OnChange -new property: ReadOnly - disable/enable write protection in the edit field (must be called *before* WriteControl) -now you can use float numbers -bugfix: fixing javascript floating point operation bugs -minor corrections regarding validation v0.4 -bugfix: fixed a problem in Opera 9.1 for style='vert'. Arrows were displayed outside the button. Corrected!