[TYPO3-dev] Own fieldtype in BE-form
Steffen Kamper
info at sk-typo3.de
Mon Apr 13 16:47:30 CEST 2009
Hi,
Markus Deckmann schrieb:
> Hi,
>
> it is possible to create a own field-type for editing in BE-forms? For
> example, tt_news used a own treeview-selector for categories in the
> BE-forms. I want to create a little search-form on the right side, the
> elements i searched and select should be saved on the left side of the
> selection field.
>
> Is this possible in typo3?
>
> Bye Markus
with 'form_type' => 'user' you can do what you want as you have to
render the field. Remember that in most cases you additionally need
hooks for tcemain save/update to handle your field correct.
vg Steffen
More information about the TYPO3-dev
mailing list