MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / toHTML

Method toHTML

src/main/java/fieldcef/plugins/OutputBox.kt:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 */
40class 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"

Callers

nothing calls this directly

Calls 1

convertMethod · 0.45

Tested by

no test coverage detected