Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Latest commit

 

History

History
78 lines (39 loc) · 2.63 KB

index.md

File metadata and controls

78 lines (39 loc) · 2.63 KB

Manuals

Before starting with the manuals, make sure that you know what LaxarJS is about, and that you are familiar with the core concepts. If you're already developing your first widgets and want to know which programmatic APIs are provided by LaxarJS, have a look at the API docs.

Basic Manuals

  • Widgets and Activities

    Learn about the building blocks of a LaxarJS application.

  • Writing Pages

    A step-by-step introduction to writing layouts and pages for a LaxarJS application.

  • Installing Third Party Widgets

    Learn how to integrate and leverage existing widgets and activities.

  • Flow and Places

    Creating a flow through the pages and make the addressable as places.

  • Writing Widget Controllers

    How to create a basic widget controller for a specific integration technology.

  • Widget Services

    Services that are offered as injections to all widgets regardless of their technology.

  • Events

    How to communicate between widgets using topics on the event bus.

  • Creating Themes

    How to create a custom, pluggable style for your widgets and applications.

  • Providing Controls

    How to create reusable, interactive elements that support themes.

  • Infrastructure and Tools

    What happens when a LaxarJS application starts, and how its assets are prepared.

Advanced Manuals