Home
last modified time | relevance | path

Searched refs:htmlFor (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/dports/textproc/write-good/write-good-1.0.8/node_modules/eslint-plugin-jsx-a11y/docs/rules/
H A Dlabel-has-for.md10 - id: by using the prop `htmlFor` as in `htmlFor=[ID of control]`
32 … elements (**always including** `<label>`) should be checked for having `htmlFor` prop. This is a …
38 htmlFor,
43 <label htmlFor={htmlFor} {...otherProps} />
54 <Label htmlFor="firstName">First Name</Label>
75 …ops as spread attribute without `htmlFor` explicitly defined will cause this rule to fail. Explici…
86 function Foo({ htmlFor, ...props}) {
87 return <label htmlFor={htmlFor} {...props} />
94 htmlFor,
98 return <label htmlFor={htmlFor} {...otherProps} />
[all …]
H A Dlabel-has-associated-control.md8 - Adding `htmlFor` to a label and assigning it a DOM ID string that indicates an input on the page.
10 …dicated custom component that will output an `input` tag) or (2) has an `htmlFor` attribute and th…
29 In this case, use `htmlFor` and an ID to associate the controls.
32 <label htmlFor={domId}>Surname</label>
63 …s in a different part of the HTML, then the second one can only contain `htmlFor` but not nesting.…
67 <label htmlFor="a">
71 <label htmlFor="a">
105 `assert` asserts that the label has htmlFor, a nested label, both or either. Available options: `'h…
119 htmlFor,
123 return <label htmlFor={htmlFor} {...otherProps} />
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Segment/
H A DSegmentSection.tsx15 htmlFor,
21 // htmlFor for the label
22 htmlFor?: string;
32 <InlineLabel htmlFor={htmlFor} width={12} className={styles.label}>
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/FormLabel/
H A DFormLabel.tsx9 htmlFor?: string;
21 htmlFor,
32 <label className={classes} {...rest} htmlFor={htmlFor}>
/dports/www/grafana8/grafana-8.3.6/packages/grafana-ui/src/components/Forms/
H A DField.tsx34 …* If the `htmlFor` property is missing the `htmlFor` will be inferred from the `id` or `inputId` …
37 htmlFor?: string;
81 htmlFor,
86 const inputId = htmlFor ?? getChildId(children);
90 <Label htmlFor={inputId} description={description}>
H A DInlineField.tsx19 htmlFor?: string;
31 htmlFor,
38 const inputId = htmlFor ?? getChildId(children);
42 <InlineLabel width={labelWidth} tooltip={tooltip} htmlFor={inputId} transparent={transparent}>
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/inspector/compatibility/test/node/components/__snapshots__/
H A Dcomponents-compatibility-Settings.test.js.snap50 htmlFor="firefox-nightly"
72 htmlFor="firefox-beta"
94 htmlFor="firefox-current"
155 htmlFor="firefox-nightly"
177 htmlFor="firefox-beta"
199 htmlFor="firefox-current"
260 htmlFor="firefox-nightly"
282 htmlFor="firefox-beta"
304 htmlFor="firefox-current"
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/inspector/compatibility/test/node/components/__snapshots__/
H A Dcomponents-compatibility-Settings.test.js.snap67 htmlFor="firefox-nightly"
89 htmlFor="firefox-beta"
111 htmlFor="firefox-current"
189 htmlFor="firefox-nightly"
211 htmlFor="firefox-beta"
233 htmlFor="firefox-current"
311 htmlFor="firefox-nightly"
333 htmlFor="firefox-beta"
355 htmlFor="firefox-current"
/dports/www/firefox/firefox-99.0/devtools/client/inspector/compatibility/test/node/components/__snapshots__/
H A Dcomponents-compatibility-Settings.test.js.snap67 htmlFor="firefox-nightly"
89 htmlFor="firefox-beta"
111 htmlFor="firefox-current"
189 htmlFor="firefox-nightly"
211 htmlFor="firefox-beta"
233 htmlFor="firefox-current"
311 htmlFor="firefox-nightly"
333 htmlFor="firefox-beta"
355 htmlFor="firefox-current"
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/inspector/compatibility/test/node/components/__snapshots__/
H A Dcomponents-compatibility-Settings.test.js.snap67 htmlFor="firefox-nightly"
89 htmlFor="firefox-beta"
111 htmlFor="firefox-current"
189 htmlFor="firefox-nightly"
211 htmlFor="firefox-beta"
233 htmlFor="firefox-current"
311 htmlFor="firefox-nightly"
333 htmlFor="firefox-beta"
355 htmlFor="firefox-current"
/dports/www/mitmproxy/mitmproxy-7.0.4/web/src/js/__tests__/components/Modal/__snapshots__/
H A DModalSpec.js.snap59 htmlFor="booleanOption"
99 htmlFor="choiceOption"
159 htmlFor="intOption"
204 htmlFor="strOption"
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSHTMLOutputElementCustom.cpp38 JSValue JSHTMLOutputElement::htmlFor(ExecState* exec) const in htmlFor() function in WebCore::JSHTMLOutputElement
41 JSValue result = toJS(exec, globalObject(), WTF::getPtr(output->htmlFor())); in htmlFor()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLLabelElement.java79 public void setHtmlFor(String htmlFor) in setHtmlFor() argument
81 setHTMLAttribute("for", htmlFor); in setHtmlFor()
H A DDomHTMLScriptElement.java73 public void setHtmlFor(String htmlFor) in setHtmlFor() argument
75 setHTMLAttribute("for", htmlFor); in setHtmlFor()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLLabelElement.java79 public void setHtmlFor(String htmlFor) in setHtmlFor() argument
81 setHTMLAttribute("for", htmlFor); in setHtmlFor()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLLabelElement.java79 public void setHtmlFor(String htmlFor) in setHtmlFor() argument
81 setHTMLAttribute("for", htmlFor); in setHtmlFor()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLLabelElement.java79 public void setHtmlFor(String htmlFor) in setHtmlFor() argument
81 setHTMLAttribute("for", htmlFor); in setHtmlFor()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/dom/html2/
H A DDomHTMLLabelElement.java79 public void setHtmlFor(String htmlFor) in setHtmlFor() argument
81 setHTMLAttribute("for", htmlFor); in setHtmlFor()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/dom/html2/
H A DDomHTMLLabelElement.java79 public void setHtmlFor(String htmlFor) in setHtmlFor() argument
81 setHTMLAttribute("for", htmlFor); in setHtmlFor()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/webkit/
H A DDOMHTMLLabelElement.inc16 function htmlFor: NSString; message 'htmlFor';
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dhtml_output_element_test.cc20 element->htmlFor()->setValue(" strawberry "); in TEST()
27 DOMTokenList* for_tokens = element->htmlFor(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dhtml_output_element_test.cc20 element->htmlFor()->setValue(" strawberry "); in TEST()
27 DOMTokenList* for_tokens = element->htmlFor(); in TEST()
/dports/www/netsurf/netsurf-3.10/content/handlers/javascript/duktape/
H A DHTMLLabelElement.bnd13 getter HTMLLabelElement::htmlFor();
14 setter HTMLLabelElement::htmlFor();
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/opentsdb/components/
H A DOpenTsdbDetails.tsx33 <InlineFormLabel width={7} htmlFor={`select-version-${idSuffix}`}>
45 <InlineFormLabel width={7} htmlFor={`select-resolution-${idSuffix}`}>
60 <InlineFormLabel width={7} htmlFor={`lookup-input-${idSuffix}`}>
/dports/www/grafana8/grafana-8.3.6/public/app/features/alerting/unified/components/rule-editor/
H A DGrafanaConditionsStep.tsx63 htmlFor={evaluateEveryId}
78 htmlFor={evaluateForId}
103 … <Field htmlFor="no-data-state-input" label="Alert state if no data or all values are null">
118 <Field htmlFor="exec-err-state-input" label="Alert state if execution error or timeout">

12345678910>>...26