MCPcopy Index your code
hub / github.com/json-editor/json-editor / getFormInputLabel

Method getFormInputLabel

src/themes/html.js:5–9  ·  view source on GitHub ↗
(text, req)

Source from the content-addressed store, hash-verified

3
4export class htmlTheme extends AbstractTheme {
5 getFormInputLabel (text, req) {
6 const el = super.getFormInputLabel(text, req)
7 el.classList.add('je-form-input-label')
8 return el
9 }
10
11 getFormInputDescription (text) {
12 const el = super.getFormInputDescription(text)

Callers 8

buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45

Calls 1

addMethod · 0.80

Tested by

no test coverage detected