Hey,
you could use an incredible high integer value to get that done. Usually the
browser do not care of the radius is higher than it could be.
Regards,
Martin
> Am 27.05.2015 um 17:42 schrieb slah :
>
> Hello,
> I'm trying to show an image in a circular shape like google+ do for avatars,
> etc
Hi Slah,
I would go for a decorator mixin in order to deal with a percentRadius property
that you can later handle in a stylePercentRadius method.
Take the following mixin as an example and this should be quite straightforward
:
https://github.com/jspresso/jspresso-ce/blob/master/qooxdoo/client/s
Hello,
I'm trying to show an image in a circular shape like google+ do for avatars,
etc.
seems I've to use CSS * border-radius: 50%;*
trying to use decorator for this purpose fails because
*qx.ui.decoration.Decorator().setRadius()* only accepts integers and not %.
Can someone show me how to use
Hello,
var dateValidator = function(value) {
var isValidDate = function(value){
//if check if value is a valide date return true;
else return false;
}
return (value == null || isValidDate (value));
}
chrisch wrote
> I'm trying to validate a DateField with a custom validat