Accessing Objects
There are 2 ways to access Objects such as agenda
, speakers
, user
:
- As expressions within Rebar: simpler and more convenient with minimal coding involved
- 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:
To view all the available objects, refer here.