Slide Background
01. Slide Background
Every slide includes a background, which can be a picture or solid color.
Step 1

To change the background click on the label bar and in the layer window select the style tab.

Step 2

Choose a source from the background top tab then upload an image or pick a background color.

Build & Design
02. Build & Design
Build any layout with layers and customize your designs limitlessly.
Step 1

To add a layer, click the green plus button in the left sidebar and select the type of layer.

Step 2

Select any layer and you can edit its content and style properties in the layer window.

previous arrowprevious arrow
next arrownext arrow
Slide Background
Build & Design
previous arrow
next arrow
Shadow

A plugin is a kind of Joomla! extension. Plugins provide functions which are associated with trigger events. Joomla provides a set of core plugin events, but any extension can fire (custom) events. When a particular event occurs, all plugin functions of the type associated with the event are executed in sequence. This is a powerful way of extending the functionality of the Joomla! Platform. It also offers extension developers a way to allow other extensions to respond to their actions, making extensions extensible.

The Joomla! plugin architecture follows the Observer design pattern. The JPlugin class provides the means to register custom plugin code with core or custom events. The JDispatcher class (JEventDispatcher in Joomla 3.x) is an event handler which calls all plugins registered for a particular event, when that event is triggered.

Reference: http://docs.joomla.org/Glossary