Question:What is a config object in ExtJS? What to remember when working with a config object?
Answer
config objects are just ways of structuring data so that it can easily be read by programming languages. Here are some key thing to remember:
1.curly brackets warp around our whole record set.
2. Each record consists of a set of name/value pair.
3. The records values can contain any type of data.
4. Square brackets identify an array.
+ Report
What is a config object in ExtJS? What to remember when working with a config object?