using UXButtonSpinner to realize increase and decrease issue

1 reply. Last post: April 18, 2013 2:32 AM by Yudi
Tags :
  • (None)
zxdluck Member

Hi,

I want to use UXButtonSpinner to  perform the increment and decrement operation,but the repeat button is disabled,the document said it can realize this funtion,but I dont't know how to realize it ,could you please give a sampe that using UXButtonSpinner to perform the increment and decrement operation,thank you very much!

Answers

Yudi Member

UXButtonSpinner control is a content control which has two repeat button that are used to increase or decrease. You can use spin event to perform logic for increase or decrease when the spin button is clicked.

ClientUI has several controls which are developed based on UXButtonSpinner that can be employed in general scenario.

  • UXDateTimeUpDown

    is a control that combines the UXDateTimeEditor control with UXButtonSpinner control to display date and time values. It provides an easy datetime input with up down spin buttons. It accepts datetime value and format input based on the provided datetime format.
  • UXDomainUpDown

    provides an easy data input with up down spin buttons to cycle through items. It displays a single value that is selected from an object collection by clicking the up or down buttons of the control.
  • UXNumericUpDown

    provides an easy numeric input with up down spin buttons. It combines the UXCurrencyEditor control with UXButtonSpinner control to display numeric values.

If these controls doesn’t fit with your scenario, please feel free to let us know the detail so that we can assist you further.

All Replies

Yudi Member

UXButtonSpinner control is a content control which has two repeat button that are used to increase or decrease. You can use spin event to perform logic for increase or decrease when the spin button is clicked.

ClientUI has several controls which are developed based on UXButtonSpinner that can be employed in general scenario.

  • UXDateTimeUpDown

    is a control that combines the UXDateTimeEditor control with UXButtonSpinner control to display date and time values. It provides an easy datetime input with up down spin buttons. It accepts datetime value and format input based on the provided datetime format.
  • UXDomainUpDown

    provides an easy data input with up down spin buttons to cycle through items. It displays a single value that is selected from an object collection by clicking the up or down buttons of the control.
  • UXNumericUpDown

    provides an easy numeric input with up down spin buttons. It combines the UXCurrencyEditor control with UXButtonSpinner control to display numeric values.

If these controls doesn’t fit with your scenario, please feel free to let us know the detail so that we can assist you further.

All times are GMT -5. The time now is 4:32 AM.
Previous Next