Skip to content

VYASSYS/adapt-contrib-blank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

adapt-contrib-blank

Blank is a presentation component bundled with the Adapt framework.

sample blank component

Its purpose is to maintain a blank area among other visible components. Visit the Blank wiki for more information about its functionality and for explanations of key properties.

##Installation

As one of Adapt's core components, Blank is included with the installation of the Adapt framework and the installation of the Adapt authoring tool.

  • If Blank has been uninstalled from the Adapt framework, it may be reinstalled. With the Adapt CLI installed, run the following from the command line:
    adapt install adapt-contrib-blank

    Alternatively, this component can also be installed by adding the following line of code to the adapt.json file:
    "adapt-contrib-blank": "*"
    Then running the command:
    adapt install
    (This second method will reinstall all plug-ins listed in adapt.json.)

  • If Blank has been uninstalled from the Adapt authoring tool, it may be reinstalled using the Plug-in Manager.

Settings Overview

The attributes listed below are used in components.json to configure Blank, and are properly formatted as JSON in example.json.

Attributes

core model attributes: These are inherited by every Adapt component. Read more.

_component (string): This value must be: blank.

_classes (string): CSS class name to be applied to Blank’s containing div. The class must be predefined in one of the Less files. Separate multiple classes with a space.

_layout (string): This defines the horizontal position of the component in the block. Acceptable values are full, left or right.

Limitations

No known limitations.


Version number: 2.0.0 adapt learning logo Framework versions: 2.0
Author / maintainer: Adapt Core Team with contributors
Accessibility support: n/a
RTL support: n/a
Cross-platform coverage: Chrome, Chrome for Android, Firefox (ESR + latest version), Edge 12, IE 11, IE10, IE9, IE8, IE Mobile 11, Safari for iPhone (iOS 8+9), Safari for iPad (iOS 8+9), Safari 8, Opera

About

A contributed blank component

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.7%
  • HTML 2.8%
  • CSS 2.5%