Déplacement pour eggification.
[Plinn.git] / Products / Plinn / skins / ajax_scripts / base_properties.js.dtml
1 // $Id$
2 // $URL$
3
4 var base_properties = [];
5 <dtml-with base_properties>
6 <dtml-in propertyIds>
7 base_properties["<dtml-var sequence-item>"] = '<dtml-var "getProperty(_['sequence-item'])">';
8 </dtml-in>
9 </dtml-with>