Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 700 for

placeholder

(0.09 sec)
  1. protocol_handlers - Mozilla | MDN

    Use this key to register one or more web-based protocol handlers....string must include "%s" as a placeholder: this will be replaced with...

    developer.mozilla.org/en-US/docs/Mozilla/Add-on...
  2. redactor.css

    /* Icon font */ @font-face { font-family: 'RedactorFont'; src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1Mv/NUAAAC8AAAAYGNtYXAaV+ECBQAAFPAAAAAkaG10eE/+D/4AHgACAAAAABAAA......important; } /* Placeholder */ .redactor-placeholder:after { position:...left: 10px; content: attr(placeholder); display: block; /* For...

    helpdesk.groupdocs.com/css/redactor.css
  3. HTMLTextAreaElement - Web APIs | MDN

    Learn about the HTMLTextAreaElement interface, including its properties and methods, code examples, specifications, and browser compatibility.... placeholder A string that represents...represents the element's placeholder attribute, containing a hint to the...

    developer.mozilla.org/en-US/docs/Web/API/HTMLTe...
  4. text-wrap-mode - CSS: Cascading Style Sheets | MDN

    The text-wrap-mode CSS property controls whether the text inside an element is wrapped. The different values provide alternate ways of wrapping the content of a block element. It can also be set, and reset, using the text-wrap shorthand....name of this property is a placeholder, pending the CSSWG finding...

    developer.mozilla.org/en-US/docs/Web/CSS/text-w...
  5. Inserting Documents Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a Placeholder within a template for a document to be inserted during run time.... A doc tag denotes a placeholder within a template for a document...

    docs.groupdocs.com/assembly/java/inserting-docu...
  6. Introducing Modernizr: a Feature Detection Java...

    Progressive Enhancement As for a lot of other big companies, at GroupDocs.com user experience is the most important thing taken into account when developing huge web products. The reasons are quite obvious. It really comes down to the design and user groups a web app targets when choosing cross-browser support and priorities. There is a web development practice called “Progressive Enhancement” which stands behind the idea that all users should have identical experience with websites....next example I’ll use the “placeholder” form input in HTML5. Modernizr...load({ test: Modernizr.input.placeholder, yep : '', // I've left the...

    blog.groupdocs.com/total/modernizr-feature-dete...
  7. Attempting to return all values instead one dup...

    Using the code below: SELECT invoices.amount, customers.name, customers.image_url, customers.email, invoices.id FROM invoices JOIN customers ON invoices.customer_id = customers.id ORDER BY invoices.d…...of unique objects from my placeholder data: { id: 'd6e15727-9f...

    discourse.mozilla.org/t/attempting-to-return-al...
  8. HTMLElement: change event - Web APIs | MDN

    Learn about the change event, including its type and syntax, code examples, specifications, and browser compatibility.... HTML html <input placeholder="Enter some text" name="name"...

    developer.mozilla.org/en-US/docs/Web/API/HTMLEl...
  9. index.xml

    2.0 http://www.w3.org/2005/Atom Groupdocs API References – GroupDocs.Annotation.Models.FormatSpecificComponents.Pdf https://reference.groupdocs.com/annotation/net/groupdocs.annotation.models.format......pdf/dropdowncomponent/placeholder Placeholder { get; set; } Text...

    reference.groupdocs.com/annotation/net/groupdoc...
  10. HTML 属性: pattern - HTML: ハイパーテキストマークアップ言語 | MDN

    pattern 属性は、フォームコントロールの値が一致すべき正規表現を指定します。null 以外の値が pattern 値によって設定された制約に適合しない場合、ValidityState オブジェクトの読み取り専用の patternMismatch プロパティが真になります。...type="tel" pattern="[0-9]{3}" placeholder="###" aria-label="3-digit...type="tel" pattern="[0-9]{3}" placeholder="###" aria-label="3-digit...

    developer.mozilla.org/ja/docs/Web/HTML/Attribut...