From d5e79708a6569240a19bc621dc81ab7c2cda06e2 Mon Sep 17 00:00:00 2001 From: Joseph Geller Date: Fri, 23 Nov 2018 18:38:35 -0600 Subject: [PATCH] Updated 5. Field Types: 11 23 2018 Work in progress (markdown) --- 5.-Field-Types:-11-23-2018-Work-in-progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5.-Field-Types:-11-23-2018-Work-in-progress.md b/5.-Field-Types:-11-23-2018-Work-in-progress.md index 68794bf..c962af4 100644 --- a/5.-Field-Types:-11-23-2018-Work-in-progress.md +++ b/5.-Field-Types:-11-23-2018-Work-in-progress.md @@ -3,7 +3,7 @@ If you have a good understanding of the Joomla! API you'll know it can build for + [01:05](https://youtu.be/OhLzvThDXls?list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=1m5s) **Field types** _Create Field Types Using basic joomla article to explain field types and their relationship within views_ A field type is needed if you are building a field. Use of views, field types, and fields can be seen when you create a Joomla! article. When you do the first thing you see is the view. Scroll down and you'll see a URL displaying View = article indicating this is the article view. -+ [01:57](https://youtu.be/OhLzvThDXls?list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=1m57s) **List view** _Difference between list view and edit view. Plural and single_ ++ [01:57](https://youtu.be/OhLzvThDXls?list=PLQRGFI8XZ_wtGvPQZWBfDzzlERLQgpMRE&t=1m57s) **List and edit views** _Difference between list view and edit view. Plural and single_ If you close this article view you'll see a list of articles created in the web site. You won't see any articles here if it's a blank website. The list of articles is also called a view. If you click on an row in the list you will see the edit or single view. Your components will usually have these two views in the admin area to list and edit your different data sets. Let's take a look at the views and the fields they display. ### All Fields Live In Views