[TYPO3-project-formidable] Syntax question / feature

FS fs.nospam1 at a-e-r.org
Mon Aug 28 15:32:12 CEST 2006


What you want is not possible (not yet ? -> ask Jérôme !)
The problem I see is the management of the search :
   - with or without the access rights?
   - what about translations?
   - and if you do not what all the content of the table, but only a  
subset?
   -...

But you can do this too, if you absolutely do not want the php code  
mixed up within the XML code:
   <data>
     <userobj>
       <extension>this</extension>
       <method>_populateFromGlossary</method>
       <params>
         <param>
           <name>type</name>
           <value>6</value>
         </param>
       </params>
     </userobj>
   </data>

or even

   <data>
     <items>
       <item>
         <value>region</value>
         <caption>reg</caption>
       </item>
       <item>
         <value>organisation</value>
         <caption>org</caption>
       </item>
     </items>
     <userobj>
       <extension>this</extension>
       <method>_populateFromGlossary</method>
       <params>
         <param>
           <name>type</name>
           <value>6</value>
         </param>
       </params>
     </userobj>
   </data>
But I prefer my previous solution!
--
F. SCHOSSIG, ICT Manager
Assemblée des Régions d'Europe
http://www.a-e-r.org


Le 28 août 06 à 15:12, Radu Cocieru a écrit :

> Thanks for quick reply
>
> This is exactly what I don't want to do
> I'd rather do something like this
>
>    <renderlet:LISTBOX name="country">
>      <data>
>           <dataprovider:DB>
>                <table>static_countries</table>
>                <label>country</label>
>                <fields>uid</fields>
>           </dataprovider:DB>
>      </data>   </renderlet:LISTBOX>
>
> Any hints on how to do this ?
>
> Thanks
> -- 
> Radu Cocieru
> _______________________________________________
> TYPO3-project-formidable mailing list
> TYPO3-project-formidable at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project- 
> formidable




More information about the TYPO3-project-formidable mailing list