.. include:: /Includes.rst.txt .. _fluidtypo3-vhs-format-placeholder-image: ======================== format.placeholder.image ======================== Placeholder Image ViewHelper Inserts a placeholder image from http://placehold.it Arguments ========= .. _format.placeholder.image_additionalattributes: additionalAttributes -------------------- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional tag attributes. They will be added directly to the resulting HTML tag. .. _format.placeholder.image_data: data ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional data-* attributes. They will each be added with a "data-" prefix. .. _format.placeholder.image_aria: aria ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional aria-* attributes. They will each be added with a "aria-" prefix. .. _format.placeholder.image_class: class ----- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` CSS class(es) for this element .. _format.placeholder.image_dir: dir --- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Text direction for this HTML element. Allowed strings: "ltr" (left to right), "rtl" (right to left) .. _format.placeholder.image_id: id -- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Unique (in this file) identifier for this HTML element. .. _format.placeholder.image_lang: lang ---- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Language for this element. Use short names specified in RFC 1766 .. _format.placeholder.image_style: style ----- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Individual CSS styles for this element .. _format.placeholder.image_title: title ----- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Tooltip text of element .. _format.placeholder.image_accesskey: accesskey --------- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Keyboard shortcut to access this element .. _format.placeholder.image_tabindex: tabindex -------- :aspect:`DataType` integer :aspect:`Required` false :aspect:`Description` Specifies the tab order of this element .. _format.placeholder.image_onclick: onclick ------- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` JavaScript evaluated for the onclick event .. _format.placeholder.image_text: text ---- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Text to render as image .. _format.placeholder.image_width: width ----- :aspect:`DataType` integer :aspect:`Default` 640 :aspect:`Required` false :aspect:`Description` Width of rendered placeholder image .. _format.placeholder.image_height: height ------ :aspect:`DataType` integer :aspect:`Required` false :aspect:`Description` Height of rendered placeholder image .. _format.placeholder.image_backgroundcolor: backgroundColor --------------- :aspect:`DataType` string :aspect:`Default` '333333' :aspect:`Required` false :aspect:`Description` Background color .. _format.placeholder.image_textcolor: textColor --------- :aspect:`DataType` string :aspect:`Default` 'FFFFFF' :aspect:`Required` false :aspect:`Description` Text color