| 36 | |
| 37 | /** |
| 38 | * An OutputBox is a box that just lets you print html to it. This is a plugin that lets you make them. |
| 39 | */ |
| 40 | class OutputBox(private val root: Box) : Box(), Loaded { |
| 41 | var out: Out? = null |
| 42 | var playlist = Arrays.asList("preamble.js", "jquery-2.1.0.min.js", "jquery.autosize.input.js", "modal.js") |
| 43 | var styleSheet = "field-codemirror.css" |