Question:List five data types in term of ExtJS?
Answer
1. string 2. Integer 3. float 4. boolean 5. data
Question:List five data types in term of ExtJS?
1. string 2. Integer 3. float 4. boolean 5. data
Question:What is store field type in ExtJS?
store field type is a reference to a valid data store where our data lives. This field use to show data in combo box and grid panel that’s name is store.
Question:What is field type in ExtJS?
Field type is used to configure the ExtJS object with name/value pair. Example of some common field types are, title, url, renderTo etc.
Question:What is region field type in ExtJS Viewport?
Region field type is used to in ExtJS.ViewPort class for setting the regions: North, West, Center, East, and South.
Question:What does MVC stands for?
CodeIgniter is based on the Model-View-Controller development pattern. MVC is a software approach that separates application logic from presentation. In practice, it permits web pages to contain minimal scripting since the presentation is separate from the PHP scripting.