| Advanced Features > Using DHTML-Based JSF Components to Build Web Applications > The JViews Framework Faces Component Set > Visible Layers |
Visible Layers |
INDEX
PREVIOUS
NEXT
|
The visibleLayers property contains the list of the names of the visible manager layers displayed by the view.
At first, all the layers are visible by default. To specify the visible layers at initialization, use the visibleLayers JSP tag attribute.
<jvf:view [...] visibleLayers="layer1,layer2,layer3" /> |
If a JSF action adds or removes some layers, the values specified by this property can be updated accordingly.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |