In the above link you can check.. using version dojo 1.8 but I am unable to make a number spinner. Still a textbox is appearing instead of a textbox with spinner.
<input data-dojo-type="dijit/form/NumberSpinner"
id="strokewidth"
value=100
data-dojo-props="smallDelta:10,
constraints:{min:9,max:155,places:0},
largeDelta:10 "
/>