Class: File

Notebook~File(_input, _area)

Model and controller: represents editable code in a named input element.

Constructor

new File(_input, _area)

Wraps an input element with an id attribute as a cell with editable code.
Parameters:
Name Type Description
_input jQuery points to input element.
_area boolean true for textarea input element.
Properties:
Name Type Description
cell module:Notebook~Cell view containing code.
Source: