hub.eb?material_id=209

What is $eb?


$eb is an alias to com.ebasetech.clientapi and provides an easy way to invoke the Verj.io Client API.

For example, when executed from a browser JavaScript event, the following code

$eb.executeFunction("myFunction");

will run a JavaScript function called myFunction on the server in the context of your Verj.io application, i.e. the function will have access to the application's server side state. This means that the function can read and write to any application value or resource. 

Related