Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1008 Bytes

component_events.md

File metadata and controls

28 lines (20 loc) · 1008 Bytes

Accessing components

The contents of the navbar and sidebar are separated into components, following an event driven approach.

The general process to use a particular component is to create an event listener and to use the given event object to add ui elements.

Each component has its own event and specific ui data interfaces.

Available components

Demonstration

In order to see some working examples, the bundle comes with a demo implementation for each component.

Simply remove the comments in the services.xml that comes with this bundle, and import the routing to your routing.yml

avanzu_admin:
    resource: "@udanAdminLTEBundle/Resources/config/routes.yml"