Ticket #259 (closed defect: worksforme)
Pb d'affichage dans page de controle de wspdef
| Reported by: | franck.rouze | Owned by: | |
|---|---|---|---|
| Component: | SCENARIbuilder | Version: | 3.6dev |
Description
Je tourne sur SCB3.6.0.7 nightly (2009022505) sous Windows Vista
J'ai des binaryXhtmlTransf (png.transf) qui dont le but est d'afficher une vignette dans la publi web. Avec une ouverture en popup type "subWindow" de l'image en grande taille. Je souhaite avoir systématiquement une infobulle en survol de la vignette. J'ai codé ça comme suit :
Code du binary Transf (png@…)
<sm:binaryXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> <sm:model sc:refUri="/binaries/png/png.model"/> <sm:axis code="thumb"/> <sm:content> <sm:WLink widgetClass="imgThumbLink"> <sm:label> <sm:WImage widgetClass="imgThumb"> <sm:binaryUrl> <sm:imageTransform> <sm:sizeBounds maxWidthInPx="100"/> <sm:outputPNG/> </sm:imageTransform> </sm:binaryUrl> </sm:WImage> </sm:label> <sm:labelTitle> <sm:title> <sm:binaryTitle format="fullTitleText"/> <sm:binaryFileName/> </sm:title> </sm:labelTitle> <sm:link target="subWindow" windowName="popup"> <sm:WImage> <sm:binaryUrl> <sm:imageTransform> <sm:sizeBounds maxWidthInPx="800" maxHeightInPx="600"/> <sm:outputPNG/> </sm:imageTransform> </sm:binaryUrl> </sm:WImage> </sm:link> </sm:WLink> </sm:content> </sm:binaryXhtmlTransf>
Code du BinaryMeta transf (resMeta.transf)
<sm:dataFormXhtmlTransf xmlns:sc="http://www.utc.fr/ics/scenari/v3/core" xmlns:sm="http://www.utc.fr/ics/scenari/v3/modeling"> <sm:model sc:refUri="/modopesci/models/Meta/resMeta.model"/> <sm:fullTitleText> <sm:fieldValueString refCode="titre"/> </sm:fullTitleText> <sm:content> <sm:WBlock tagName="div"> <sm:forField codes="titre"> <sm:WBlock widgetClass="resTitle" tagName="span"> <sm:fieldValueString/> </sm:WBlock> </sm:forField> <sm:forGroup codes="meta"> <sm:forField codes="description"> <sm:WBlock tagName="span"> <sm:fieldValueOtherType/> </sm:WBlock> </sm:forField> </sm:forGroup> </sm:WBlock> </sm:content> </sm:dataFormXhtmlTransf>
dans l'affichage de la page de contrôle sur le wspdef, il m'est indiqué qu'il manque un transformer sur le titre du binary
et le binarymeta transf est vu comme non appelé
Attachments
Change History
Changed 3 years ago by franck.rouze
-
attachment
controle1.png
added
Note: See
TracTickets for help on using
tickets.
manque transformer de titre