| Styling > Customizing BTS > Customizing BTS and BTS Antenna Tiny Types |
Customizing BTS and BTS Antenna Tiny Types |
INDEX
PREVIOUS
NEXT
|
BTS and BTS antenna tiny types are customized in a similar way to the link tiny type (see Customizing Link Tiny Types).
IltSettings.SetValue("BTS.TinyType.Standard.Renderer",
new IltTinyImageBaseRendererFactory(YOUR_IMAGE, YOUR_IMAGE_PARAMETERS));
IltSettings.SetValue("BTSAntenna.TinyType.Standard.Renderer",
new IltTinyImageBaseRendererFactory(YOUR_IMAGE, YOUR_IMAGE_PARAMETERS));
The CSS property to customize is tinyRenderer.
setting."ilog.tgo.model.IltBTS.TinyType"[name="Standard"] {
tinyRenderer: @+btsTinyRendererFactory;
}
#btsTinyRendererFactory {
class: 'MyBtsTinyRendererFactory';
}
setting."ilog.tgo.model.IltBTSAntenna.TinyType"[name="Standard"] {
tinyRenderer: @+btsAntennaTinyRendererFactory;
}
Subobject#btsAntennaTinyRendererFactory {
class: 'MyBtsAntennaTinyRendererFactory';
}
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. All rights reserved. Legal terms. | PREVIOUS NEXT |