Menu

#4 about NumberScaleValidator

v2.0
open
others (1)
5
2007-10-08
2007-10-08
Anonymous
No

See the ColorUtils class and the method toHexValueWithRGB is defined as follows:
ColorUtils.toHexValueWithRGB=function(redValue,greenValue,blueValue){
var flag1=NumberScaleValidator.validateBetween(redValue,0,255);
var flag2=NumberScaleValidator.validateBetween(greenValue,0,255);
var flag3=NumberScaleValidator.validateBetween(blueValue,0,255);
...
};
But NumberScaleValidator can not be found in jsjava-2.0.js.So I get a js error.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.