.. include:: /Includes.rst.txt .. _typo3-core-form-typoscriptconstants: ===================================================================== form.typoScriptConstants ViewHelper `` ===================================================================== ViewHelper for rendering - extension configuration forms in install tool (Settings -> Extension Configuration - site settings in Sites Module (site settings per site configuration) .. _typo3-core-form-typoscriptconstants_arguments: Arguments ========= .. _form.typoscriptconstants_additionalattributes: additionalAttributes -------------------- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional tag attributes. They will be added directly to the resulting HTML tag. .. _form.typoscriptconstants_data: data ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional data-* attributes. They will each be added with a "data-" prefix. .. _form.typoscriptconstants_aria: aria ---- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Additional aria-* attributes. They will each be added with a "aria-" prefix. .. _form.typoscriptconstants_name: name ---- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Name of input tag .. _form.typoscriptconstants_value: value ----- :aspect:`DataType` mixed :aspect:`Required` false :aspect:`Description` Value of input tag .. _form.typoscriptconstants_configuration: configuration ------------- :aspect:`DataType` mixed :aspect:`Required` true :aspect:`Description` The TypoScript constant configuration, e.g. labels, category, type and value. .. _form.typoscriptconstants_class: class ----- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` CSS class(es) for this element .. _form.typoscriptconstants_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) .. _form.typoscriptconstants_id: id -- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Unique (in this file) identifier for this HTML element. .. _form.typoscriptconstants_lang: lang ---- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Language for this element. Use short names specified in RFC 1766 .. _form.typoscriptconstants_style: style ----- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Individual CSS styles for this element .. _form.typoscriptconstants_title: title ----- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Tooltip text of element .. _form.typoscriptconstants_accesskey: accesskey --------- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` Keyboard shortcut to access this element .. _form.typoscriptconstants_tabindex: tabindex -------- :aspect:`DataType` integer :aspect:`Required` false :aspect:`Description` Specifies the tab order of this element .. _form.typoscriptconstants_onclick: onclick ------- :aspect:`DataType` string :aspect:`Required` false :aspect:`Description` JavaScript evaluated for the onclick event