ilog.tgo.resource.css
Interface IltLinkMediaCustomization
public interface IltLinkMediaCustomization
This interface specifies the properties that can be customized
for 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);
- Since:
- JViews 7.5
|
Method Summary |
Image |
getIcon()
Returns the icon for applicable telecom objects. |
getIcon
Image getIcon()
- Returns the icon for applicable telecom objects.
See the CSS settings below for details.
setting."ilog.tgo.model.IltLink.Media"[name="Electrical-UsrDf"] {
icon: '@|image("icon2.png")';
}
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage. . All Rights Reserved.