Page 1 of 1

assign step attribute programatically

Posted: Thu Dec 26, 2013 3:58 pm
by Jason Baird

I have a need to set an attribute of step=x to a field. I know I can do that via custom properties, but what if it will be different based on something else?

So in some cases the step will be say 5 and in other 10.


assign step attribute programatically

Posted: Thu Dec 26, 2013 4:22 pm
by Maryna Brodina

Hello! Try with JS preAppery("elementName").attr("step", 10);/pre