Jason Baird
Posts: 0
Joined: Tue Nov 26, 2013 11:38 pm

assign step attribute programatically

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

assign step attribute programatically

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

Return to “Issues”