Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 694 for

placeholder

(0.13 sec)
  1. HTML attribute: elementtiming - HTML: Hypertext...

    Placeholder 특성은 사용자가 폼 컨트롤에 값을 입력하지 않았을 때 표시되는 텍스트를 정의합니다. 이 텍스트는 해당 필드에 입력해야 하는 데이터 유형에 대한 간단한 힌트를 제공해야 합니다.... placeholder 특성은 사용자가 폼 컨트롤에 값을 입력하지 않았을...대한 간단한 힌트를 제공해야 합니다. 효과적인 placeholder 텍스트는 데이터 유형에 대한 힌트를 제공하는...

    developer.mozilla.org/ko/docs/Web/HTML/Attribut...
  2. IDropdownComponent.Placeholder Property - Group...

    Text to shown when no options has been selected yet...Properties Options Property Placeholder Property SelectedOption Property...Property IDropdownComponent Placeholder Property Text to shown when...

    apireference.groupdocs.com/annotation/net/group...
  3. Attribute - MDN Web Docs Glossary: Definitions ...

    An attribute extends an HTML or XML element, changing its behavior or providing metadata.... For example, the placeholder below is reflected into HTMLInputElement...HTMLInputElement.placeholder . Considering the following HTML:...

    developer.mozilla.org/en-US/docs/Glossary/Attri...
  4. :disabled - CSS: Cascading Style Sheets | MDN

    The :disabled CSS pseudo-class represents any disabled element. An element is disabled if it can't be activated (selected, clicked on, typed into, etc.) or accept focus. The element also has an enabled state, in which it can be activated or accept focus....type="text" placeholder="Name" /> <input type="text" placeholder="Address"..." /> <input type="text" placeholder="Zip Code" /> </fieldset>...

    developer.mozilla.org/en-US/docs/Web/CSS/:disabled
  5. Element: focus event - Web APIs | MDN

    Learn about the focus event, including its type, syntax, and properties, code examples, specifications, and browser compatibility....text: <input type="text" placeholder="text input" /> </label>...Password: <input type="password" placeholder="password" /> </label> </form>...

    developer.mozilla.org/en-US/docs/Web/API/Elemen...
  6. CSS pseudo-elements - CSS: Cascading Style Shee...

    The CSS pseudo-element module defines abstract elements that are not directly present in the document tree. These abstract elements, called pseudo-elements, represent portions of the render tree that can be selected and styled. Pseudo-elements are used to create abstractions about the document tree beyond those provided by the document tree.... Consider the placeholder of an <input> element. This...select this placeholder by using the ::placeholder pseudo-element...

    developer.mozilla.org/en-US/docs/Web/CSS/CSS_ps...
  7. <input type="tel"> - HTML: HyperText Markup Lan...

    elements of type tel are used to let the user enter and edit a telephone number. Unlike and , the input value is not automatically validated to a particular format before the form can be submitted, because formats for telephone numbers vary so much around the world.... placeholder The placeholder attribute is a string...but needs to present the placeholder in the opposite directionality...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  8. IDropdownComponent Properties - GroupDocs.Annot...

    Gets or sets annotation position...Properties Options Property Placeholder Property SelectedOption Property...(Inherited from IPenWidth .) Placeholder Text to shown when no options...

    apireference.groupdocs.com/annotation/net/group...
  9. content/files/en-us/web/html/element/input/tel/...

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub.... ### placeholder The `placeholder` attribute is a...but needs to present the placeholder in the opposite directionality...

    github.com/mdn/content/blob/main/files/en-us/we...
  10. <input type="number"> - HTML: HyperText Markup ...

    elements of type number are used to let the user enter a number. They include built-in validation to reject non-numerical entries.... placeholder The placeholder attribute is a string...but needs to present the placeholder in the opposite directionality...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...