Link Search Menu Expand Document

Accessing Objects

There are 2 ways to access Objects such as agenda, speakers, user:

  1. As expressions within Rebar: simpler and more convenient with minimal coding involved
  2. As javascript object: allows to build a more complex interactions for more experienced developers

Rebar

Introduction

Rebar is a templating language from GEVME that makes it easy to build customised virtual venues.

Rebar is pretty much HTML with a templating language extracted from handlebars.js.

Usage

To access an object using rebar, use double curly braces to access the object in your html file.

Eg:

{{user.firstname}}
{{livepage.setting}}

To view all the available objects, refer here.


Table of contents