Updated 4a. JCB Demo Component Directory, Folders and Files (markdown)

Joseph Geller
2018-09-20 12:53:01 -05:00
parent e96303fb37
commit 84f1603876

@@ -293,6 +293,8 @@ Joomla! Debug option, set in Joomla! Configuration will also provide this and no
* libraries/src/Component/ComponentHelper.php.Joomla\CMS\Component\ComponentHelper::executeComponent:382
* components/com_demo/demo.php.require_once:35
The code that follows has links to some Joomla! documentation that is outdated but file locations are still applicable. Also, it was a very good addition to the documentation as at times it is a bit tedious to find Joomla! paths for files containing its code. For example, the Joomla! Platform documentation is no longer maintained and Platform 14 is outdated plus obsolete. Yet it was a great tool and I wish it was still in the current documentation. Be sure you not any changes in the current version of Joomla! with all documentation and links. Nonetheless many are informative and many have constructs still in use and are not described in current documentation. But the archives are there and also state if something is deprecated very clearly. For example, class names are being changed so all are uniform so be aware of aliases found in
- [Add unobtrusive JavaScript support to keep a tab state.](https://api.joomla.org/cms-3/classes/JHtmlBehavior.html#method_tabstate)
\libraries\cms\html\behavior.php
- [Get a document object and set the component css/js.](https://api.joomla.org/cms-2.5/classes/JFactory.html#method_getDocument)