Changes between Version 13 and Version 14 of MolgenisFile
- Timestamp:
- 2011-01-20T18:41:10+01:00 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisFile
v13 v14 230 230 231 231 === Practical example === 232 233 >MS: this doesn't allow you to easily reuse viewers in more complicated entities and it greatly polutes the model. I have now to subclass MolgenisFile for all types instead of just saying 234 {{{ 235 <field name="myPngImage" type="file" file_decorator="org.molgenis.file.PngFileDecorator"/> 236 }}} 232 237 233 238 Let's walk through a practical example on how to use all this stuff, step-by-step.