.. include:: ../../../Includes.txt .. _typo3-extensionmanager-downloadextension: ================= downloadExtension ================= view helper Arguments ========= .. _downloadextension_additionalattributes: additionalAttributes -------------------- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` Additional tag attributes. They will be added directly to the resulting HTML tag. .. _downloadextension_data: data ---- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` Additional data-* attributes. They will each be added with a "data-" prefix. .. _downloadextension_extension: extension --------- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` .. _downloadextension_enctype: enctype ------- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` MIME type with which the form is submitted .. _downloadextension_method: method ------ :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Transfer type (GET or POST) .. _downloadextension_name: name ---- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Name of form .. _downloadextension_onreset: onreset ------- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` JavaScript: On reset of the form .. _downloadextension_onsubmit: onsubmit -------- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` JavaScript: On submit of the form .. _downloadextension_class: class ----- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` CSS class(es) for this element .. _downloadextension_dir: dir --- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Text direction for this HTML element. Allowed strings: "ltr" (left to right), "rtl" (right to left) .. _downloadextension_id: id -- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Unique (in this file) identifier for this HTML element. .. _downloadextension_lang: lang ---- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Language for this element. Use short names specified in RFC 1766 .. _downloadextension_style: style ----- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Individual CSS styles for this element .. _downloadextension_title: title ----- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Tooltip text of element .. _downloadextension_accesskey: accesskey --------- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` Keyboard shortcut to access this element .. _downloadextension_tabindex: tabindex -------- :aspect:`DataType` integer :aspect:`Required` true :aspect:`Description` Specifies the tab order of this element .. _downloadextension_onclick: onclick ------- :aspect:`DataType` string :aspect:`Required` true :aspect:`Description` JavaScript evaluated for the onclick event