activities/panels/InformationScreen
Source: InformationScreen.js:32
File : activities/panels/InformationScreen.js
Created : 19/05/2015
By : Francesc Busquets francesc@gmail.com
JClic.js
An HTML5 player of JClic activities
https://projectestac.github.io/jclic.js
- License: EUPL-1.2
Other
InformationScreen
static
InformationScreen.js:45Extends: module:Activity.Activity
This class of Activity just shows a panel with ActiveBox objects.
Because active boxes can act as a links to specific points in the project's sequence of
activities, this kind of activity is often used as a menu where users can choose from different
options.
Parameters
project(module:project/JClicProject.JClicProject) — The JClicProject to which this activity belongs
InformationScreenPanel
static
InformationScreen.js:62Extends: module:Activity.ActivityPanel
The ActivityPanel where InformationScreen activities should display its content
Parameters
act(module:Activity.Activity) — The Activity to which this Panel belongsps(module:JClicPlayer.JClicPlayer) — Any object implementing the methods defined in the
PlayStation Java interface.$div(external:jQuery, optional) — The jQuery DOM element where this Panel will deploy