Book Image

Learning Ext JS_Fourth Edition

Book Image

Learning Ext JS_Fourth Edition

Overview of this book

Table of Contents (22 chapters)
Learning Ext JS Fourth Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 6. Doing It with Forms

Ext JS comes with powerful widgets for collecting and editing data. We have the form component and many types of input widgets. These include the textfield, textarea, radio, checkbox, combobox, slider, and many more types.

In this chapter, you are going to learn about the components we can use to collect data in our applications. Also, we will work on some parts to be reused for our final application, as well as create some forms.

The following topics will be covered in this chapter:

  • The form component

  • The available field types

  • The field container

  • Submitting data