简体   繁体   中英

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.

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. 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.

You could try exposing it in the applet, but setting its visiblity=hidden via CSS. 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]设置为“格式化数据”,而不是默认的“编码日期”。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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