| Styling > Customizing Groups > Customizing Group Icons |
Customizing Group Icons |
INDEX
PREVIOUS
NEXT
|
This section describes the CSS properties that can be used to customize the group icon.
Property Name |
Type |
Default Value |
Description |
|---|---|---|---|
icon | Image | null |
Defines the icon to be displayed in the group. |
iconVisible | boolean | true |
Defines whether the icon is visible or not in the group. |
The following example adds a test icon to all groups present in the graphic component.
object."ilog.tgo.model.IltGroup" {
iconVisible: true;
icon: '@|image("test.png")';
}
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. All rights reserved. Legal terms. | PREVIOUS NEXT |