A link in the back-end that allow you to see what the front-end would look like while you’re still working in the back-end.
A link in the back-end that allow you to see what the front-end would look like while you’re still working in the back-end.
It stands for Extensible hypertext markup language and is an application of XML. Most Joomla pages are based on XHTML.
One of the elements of the model-view-controller design pattern used for Joomla core components. The view is responsible for generating output sent to the browser by the component. The base API class we use for views is called JView.