Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model42/Model42"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
* Model42 CoreClass,WithInstanceEditor | * Model42 CoreClass,WithInstanceEditor | ||
^^ com.sphenon.basics.data.Data_MediaObject | ^^ com.sphenon.basics.data.Data_MediaObject | ||
** | ** DataEmbeddedImage Data_MediaObject Optional,NoFilter | ||
+ XMPresentation | + XMPresentation | ||
- | - Style = EmbeddedImage | ||
- | + XMLogic | ||
** | - ValidationConstraint = {Condition={JavaCodeTemplate=«@(DataEmbeddedImage) != null && @(DataEmbeddedImage.MediaType) != null && @(DataEmbeddedImage.MediaType).matches("^image/(png)$")»},ErrorMessage="Only PNG images can be used"} | ||
** DataZoomableThumbnail Data_MediaObject Optional,NoFilter | |||
+ XMPresentation | + XMPresentation | ||
- | - Style = ZoomableThumbnail | ||
- | + XMLogic | ||
- ValidationConstraint = {Condition={JavaCodeTemplate=«@(DataZoomableThumbnail) != null && @(DataZoomableThumbnail.MediaType) != null && @(DataZoomableThumbnail.MediaType).matches("^image/(png)$")»},ErrorMessage="Only PNG images can be used"} | |||
** DataDownload Data_MediaObject Optional,NoFilter | ** DataDownload Data_MediaObject Optional,NoFilter | ||
+ XMPresentation | + XMPresentation | ||
- | - Style = Download | ||
+ XMLogic | |||
+ | - ValidationConstraint = {Condition={JavaCodeTemplate=«@(DataDownload) != null && @(DataDownload.MediaType) != null && @(DataDownload.MediaType).matches("^image/(png)$")»},ErrorMessage="Only PNG images can be used"} | ||
- | ** DataNavigatableResource Data_MediaObject Optional,NoFilter | ||
** | |||
+ XMPresentation | + XMPresentation | ||
- | - Style = NavigatableResource | ||
+ XMLogic | + XMLogic | ||
- ValidationConstraint = {Condition={JavaCodeTemplate=«@(DataNavigatableResource) != null && @(DataNavigatableResource.MediaType) != null && @(DataNavigatableResource.MediaType).matches("^image/(png)$")»},ErrorMessage="Only PNG images can be used"} | |||
- ValidationConstraint = {Condition={JavaCodeTemplate=«@( | |||
</wiml> | </wiml> |
Latest revision as of 19:26, 26 March 2024
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:it/test |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Namespace (more) | |
Private namespace of Andreas Leue. | |
create new pages |
Code[edit]
Model42 «CoreClass, WithInstanceEditor» | |||||||||
---|---|---|---|---|---|---|---|---|---|
...
|
|||||||||
DataEmbeddedImage | Data_MediaObject | «Optional,NoFilter» | ...
| ||||||
DataZoomableThumbnail | Data_MediaObject | «Optional,NoFilter» | ...
| ||||||
DataDownload | Data_MediaObject | «Optional,NoFilter» | ...
| ||||||
DataNavigatableResource | Data_MediaObject | «Optional,NoFilter» | ...
|