From 02ea9a70f37d9a8235112c09dceaaab9d2ed8bbe Mon Sep 17 00:00:00 2001 From: Joseph Geller Date: Mon, 26 Nov 2018 18:57:50 -0600 Subject: [PATCH] Updated 5. Field Types (markdown) --- 5.-Field-Types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.-Field-Types.md b/5.-Field-Types.md index 25d0bf0..772ffff 100644 --- a/5.-Field-Types.md +++ b/5.-Field-Types.md @@ -1,6 +1,6 @@ ### 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. +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 your model, view and controller 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. ### Views, field types, and fields + [01:05](https://youtu.be/OhLzvThDXls?list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=1m5s) **Field Types and Fields** _Create Field Types Using basic joomla article to explain field types and their relationship within views_.