Doc : Fixed configuration structure of LSattribute

This commit is contained in:
Benjamin Renard 2010-07-30 21:07:32 +02:00
parent d86de5e51a
commit 94e5697ab5

View file

@ -52,6 +52,9 @@
// Attributs en dépendance
),
'onDisplay' => 'fonction2'
'before_modify' => 'function1',
'after_modify' => 'function2'
),
/* ----------- end -----------*/
...