diff --git a/entries/spinner.xml b/entries/spinner.xml index 082c2098..db7a8bf9 100644 --- a/entries/spinner.xml +++ b/entries/spinner.xml @@ -168,6 +168,40 @@ + + + + Method that returns HTML to use for the spinner's increment and decrement buttons. Each button must be given a ui-spinner-button class name for the associated events to work. + + + Use <button> elements for the increment and decrement buttons. + " + + "" + + "" + + ""; +} +]]> + + + + + Method that determines the HTML to use to wrap the spinner's <input> element. + + + Wrap the spinner with a <div> with no rounded corners. + "; +} +]]> + + +