Chapter 1: Views
What are views you may ask?
Views are simply a way of presenting data in your component to the end users. This is normally done by splitting your component into manageable sections, and each section then is responsible for displaying data, in some viewable form, to the user.
In the world of inline editing, you must decide what view you want to be editable by the end user.
Are some views going to be read only?
This is for you to decide.
Once you have done that, you will then need to tell the inline editing framework what views are to be editable.
More on this later, when we will go through this tutorial, using a working example.