简体   繁体   English

在Card Applet上显示图像(Siebel Open UI)

[英]Displaying Image on Card Applet (Siebel Open UI)

How can I display an Image on the Card (Tile) applet without disorting the edit list applet. 如何在不影响编辑列表小程序的情况下在Card(平铺)小程序上显示图像。

I have successfully implemented the Image to display on the card applet. 我已经成功实现了要在卡片小程序上显示的图像。 However on the list applet the image is distorting the view. 但是,在列表小程序上,图像使视图变形。 The field on the List applet is Imagesource path, Html Type is Image control. “列表”小程序上的字段是“图像源”路径,“ HTML类型”是“图像控件”。 If this column isnt exposed on the list applet it wont be displayed on the card applet. 如果此列未显示在列表小程序中,则不会在卡片小程序中显示。

So how can I make the image appear on the Card applet without being exposed as an Image control html on the list applet. 因此,如何使图像显示在Card applet上,而不会在列表applet中作为Image控件html公开。

You could try exposing it in the applet, but setting its visiblity=hidden via CSS. 您可以尝试将其暴露在applet中,但可以通过CSS设置其visiblity = hidden。 I haven't tried this out, just a suggestion. 我还没有尝试过,只是一个建议。

Or.. expose the field in the list applet, but at applet control level, set its HTML Type = 'hidden' 或..公开列表小程序中的字段,但在小程序控件级别,将其HTML Type设置为“ hidden”

解决方案是将列表小程序上的对象定义[HTML Type]设置为“格式化数据”,而不是默认的“编码日期”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM