public interface IltLinkMediaCustomization
IltLink.Media
using CSS.
The following extract illustrates how a media can
be configured using CSS. The cascading style sheets are loaded
using the method IltSettings.setStyleSheets(String[])
.
setting."ilog.tgo.model.IltLink.Media"[name="Electrical-UsrDf"] { icon: '@|image("icon2.png")'; }The same configuration can be achieved using the method
IltSettings.SetValue(Object, Object)
, as
illustrated below:
IltSettings.SetValue("Link.Media.Electrical-UsrDf.Icon", icon);
Modifier and Type | Method and Description |
---|---|
Image |
getIcon()
Returns the icon for applicable telecom objects.
|
Image getIcon()
setting."ilog.tgo.model.IltLink.Media"[name="Electrical-UsrDf"] { icon: '@|image("icon2.png")'; }
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.