Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ResearAI/AutoFigure-Edit
/ setHTML
Function
setHTML
web/app.js:645–650 ·
view source on GitHub ↗
(id, value)
Source
from the content-addressed store, hash-verified
643
}
644
645
function
setHTML(id, value) {
646
const
element = $(id);
647
if
(element) {
648
element.innerHTML = value;
649
}
650
}
651
652
function
setPlaceholder(id, value) {
653
const
element = $(id);
Callers
2
applyImportLocale
Function · 0.85
setCanvasLocale
Function · 0.85
Calls
1
$
Function · 0.85
Tested by
no test coverage detected