Chapter 4. Labeled Spinner
In this chapter we are going to develop an Ext JS extension called Labeled spinner. To develop this extension, we will extend the Ext.form.field.Spinner
class, which will add a functionality that will show a configurable label besides the value within the spinner field, and some more advanced features.
In this chapter we will cover:
Functional requirements
Planning and coding the labeled spinner