[TYPO3-core] RFC: Feature #4923: provide new inputfield "directorypicker" in BE
Ralf Hettinger
ng at ralfhettinger.de
Sat Jan 26 10:51:53 CET 2008
Hi Dmitry,
Dmitry Dulepov [typo3] schrieb:
> Hi!
>
> This should be easy. TCA in the extension has
> "browse_links.php?mode=folder". This will not work. The only possible
> way from TCEforms is "mode=wizard" or "mode=rte". Otherwise you will get
> this error. Modes other than wizard (=rte) are ment for trees (like page
> tree or file tree). Different modes assume different structure for
> updating values.
I'm not sure if there should be a dirpicker functionality with TCA of type input
anyways (as Andres' dirpicker demo extension suggests with a wizard that adds a
?mode=folder query).
Imo the dirpicker should rather be used by
"config" => Array (
"type" => "group",
"internal_type" => "folder",
[...]
Cheers Ralf
More information about the TYPO3-team-core
mailing list