Wednesday 24 March 2004 11:22:20 pm
OK, I just got it by myself:
1. $value must be a hash, e.g.:
{let value=hash('test',6)} ...
2. Now you can send it as attribute: {attribute_edit_gui attribute=$attribute parameter=$value}
3. In the corresponding edit-template you get the value using: test = {$parameter.test}
|