Index: APPS/common/Document/TagBasedDocument/InhoudBuilder.cls.xml
===================================================================
diff -u -r29059 -r61992
--- APPS/common/Document/TagBasedDocument/InhoudBuilder.cls.xml (.../InhoudBuilder.cls.xml) (revision 29059)
+++ APPS/common/Document/TagBasedDocument/InhoudBuilder.cls.xml (.../InhoudBuilder.cls.xml) (revision 61992)
@@ -66,6 +66,11 @@
BarcodeDefinitie:%List
+
+1
+ImageUrl:%String,ImageWidth:%String=""
+
+
1
Index: vhUnitTest/APPS/common/Document/TagBasedDocument/impl/InhoudBuilder/Test.cls.xml
===================================================================
diff -u -r29059 -r61992
--- vhUnitTest/APPS/common/Document/TagBasedDocument/impl/InhoudBuilder/Test.cls.xml (.../Test.cls.xml) (revision 29059)
+++ vhUnitTest/APPS/common/Document/TagBasedDocument/impl/InhoudBuilder/Test.cls.xml (.../Test.cls.xml) (revision 61992)
@@ -136,6 +136,24 @@
quit TagBasedTekst.GeefTekst()
]]>
+
+
+file://Notes01/Images/GENERIEK/TBX/tbx_BY2_ER.JPG")
+]]>
+
+
+
+file://Notes01/Images/GENERIEK/TBX/tbx_BY2_ER.JPG")
+]]>
+
Index: vhTest/Mock/APPS/common/Document/TagBasedDocument/InhoudBuilder.cls.xml
===================================================================
diff -u -r29059 -r61992
--- vhTest/Mock/APPS/common/Document/TagBasedDocument/InhoudBuilder.cls.xml (.../InhoudBuilder.cls.xml) (revision 29059)
+++ vhTest/Mock/APPS/common/Document/TagBasedDocument/InhoudBuilder.cls.xml (.../InhoudBuilder.cls.xml) (revision 61992)
@@ -3,8 +3,7 @@
Deze klasse werd automatisch gegenereerd en onderhouden - lokale aanpassingen zijn niet nodig.
-Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt
-Inheritance van meerdere TECH.Interface interfaces resulteert nog niet in een mockklasse met overeenkomstige inheritance-structuur.
+Een hercompilatie van de basis interface - met een correct werkende studiohook ( v2.20 ++ ) - zorgt ervoor dat deze klasse aangepast wordt
1
APPS.common.Document.TagBasedDocument.InhoudBuilder,Tools.Mock.MockClassBase
right
@@ -32,6 +31,12 @@
]]>
+
+ImageUrl:%String,ImageWidth:%String=""
+
+
+
Index: APPS/common/Document/TagBasedDocument/impl/InhoudBuilder.cls.xml
===================================================================
diff -u -r29059 -r61992
--- APPS/common/Document/TagBasedDocument/impl/InhoudBuilder.cls.xml (.../InhoudBuilder.cls.xml) (revision 29059)
+++ APPS/common/Document/TagBasedDocument/impl/InhoudBuilder.cls.xml (.../InhoudBuilder.cls.xml) (revision 61992)
@@ -90,6 +90,25 @@
]]>
+
+ImageUrl:%String,ImageWidth:%String=""
+ 0) {
+ Set ImageWidth = 25
+ }
+ If $L(ImageWidth) {
+ Set ImageWidthAttribute=" width="""_ImageWidth_""""
+ }
+
+ Do ..AppendStartTag($$$tagIMAGE_ImageWidthAttribute)
+ Do ..Append(ImageUrl)
+ Do ..AppendEndTag($$$tagIMAGE)
+]]>
+
+
Tekst:%String
@@ -107,42 +95,18 @@
]]>
-
-
-
-
-
-
-
-
-Titel:TECH.String,RijDataList:APPS.common.Document.TagBasedDocument.KolommenDocument.dto.RijDataList,KolommenDefinitie:APPS.common.Document.TagBasedDocument.KolommenDocument.dto.KolommenDefinitie
+Titel:TECH.String,RijDataList:APPS.common.Document.TagBasedDocument.KolommenDocument.dto.RijDataList,KolommenDefinitie:APPS.common.Document.TagBasedDocument.KolommenDocument.dto.KolommenDefinitie,ImageList:%List=""
1