[TYPO3] flexform wizard (edit, add) problem ...

Kay Strobach typo3 at kay-strobach.de
Tue Sep 9 21:11:50 CEST 2008


Hello Ron,

thats nearly what i want ...
The Problem with field type db is that the user can select records from 
the whole page tree.
But the user should only select entries from the current page, i found 
no config option to restrict the user with the db type
The select type offers such an option (i used that, example in the 
previous post) with the "foreign table" and the pid option.

But the nice thing is i found a working way to avoid the add problem - 
not nice, but working
I dropped the following lines (refer to last post):
              <numIndex index="0">
                <numIndex index="0">«»«» no Question selected 
«»«»</numIndex>
                 <numIndex index="1">0</numIndex>
                  </numIndex>
                </items>
Because of
                      <setValue>append</setValue>
The new Record is the first!(should be the last one?) one in the list 
and selected.

The edit Problem is still unresolved. The Popup opens and closes without 
any error message or notice.

Regards Kay


Dr. Ronald P. Steiner schrieb:
 >
 >                 <TCEforms type="array">
 >                     <config type="array">
 >                         <type>group</type>
 >                         <internal_type>db</internal_type>
 >                         <allowed>tt_content</allowed>
 >                         <size>5</size>
 >                         <maxitems>200</maxitems>
 >                         <minitems>0</minitems>
 >                         <multiple>1</multiple>
 >                         <show_thumbs>1</show_thumbs>
 >                     </config>
 >                     <label>elements</label>
 >                 </TCEforms>



More information about the TYPO3-english mailing list