|
|
|
@ -2530,7 +2530,6 @@ function getNumberOfLinesFromCodeEditor(){ |
|
|
|
|
function addCodeEditor(page="jxr console.log('hello world')", language="javascript", position="-.5 1.6 -.7", name="codeditor" ){ |
|
|
|
|
// could also add empty but with column and row for sizing |
|
|
|
|
// for now supporting only 1 scode editor, despite the name parameter |
|
|
|
|
page='this is a single line test' |
|
|
|
|
|
|
|
|
|
let forcedLines = '' |
|
|
|
|
const width = 50 |
|
|
|
|