Difference between revisions of "Artefact:Model/net/leue/andreas/sandbox/model42/Model42"
From OOModels
Jump to navigationJump to search
AndreasLeue (talk | contribs) (Created page with "{{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:it/test | Meta_Category = Type:org/oomodels/wiki/Model | Meta_Download = true | Meta_AddTypeToCategory = true | Meta_AddCategoryToCategory = true }} == Code == <wiml> * Model42 CoreClass ** DataOpenOnTop Data_MediaObject Optional,NoFilter,WithInstanceEditor + XMPresentation - LinkType = OpenOnTop </wiml>") |
AndreasLeue (talk | contribs) |
||
(9 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
<wiml> | <wiml> | ||
* Model42 CoreClass | * Model42 CoreClass,WithInstanceEditor | ||
** | ^^ 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 | |||
- 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 | |||
+ 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 | |||
- Style = NavigatableResource | |||
+ XMLogic | |||
- ValidationConstraint = {Condition={JavaCodeTemplate=«@(DataNavigatableResource) != null && @(DataNavigatableResource.MediaType) != null && @(DataNavigatableResource.MediaType).matches("^image/(png)$")»},ErrorMessage="Only PNG images can be used"} | |||
</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» | ...
|