Updated 5. Field Types (markdown)

Joseph Geller
2018-11-26 13:21:17 -06:00
parent fa389ee50c
commit 3efd694e64

@@ -1,4 +1,4 @@
### Component Views, Forms, Fields, Field Types, Model, Controller, XML File
### Component, Form, Fields, Field Types, API, Model, View, Controller, and the XML File
If you have a good understanding of the Joomla! API you'll know it can build forms that can be used in a component; it's done using an XML file. Joomla! Component Builder builds the XML file and places it in a location a model, view and controller you can access using the Joomla! API. JCB builds the fields which you define in a view containing the fields displayed by the component you are building using JCB. These and other terms will be defined as we proceed. Let's start start with field types, then see them in action using Joomla! article list views and edit views.