| Building Web Applications > Using DHTML-Based JSF Components to Build Web Applications > The JViews Maps Faces Component Set > Creating a Simple Maps View |
Creating a Simple Maps View |
INDEX
PREVIOUS
NEXT
|
The first and simplest page that can be made with the JViews Maps Faces component is an empty view, see Code Sample 2.1:
|
This produces a 500 by 300 pixel view. The namespace jvmf (for JViews Maps Faces) must be declared in the page, see Code Sample 2.2:
<% |
An alternative to specifying the size of the component is to use the width and height attributes, but using the style is preferable, see Code Sample 2.3:
|
The view component is the central component of a JViews Maps Faces application. All the other components depend or interact on this view.
The map view extends the diagrammer view so the overview, zoom tool, pan tool, and interactors common component are compatible.
| Copyright © 1987-2007 ILOG S.A. All rights reserved. Documentation homepage. Legal terms. | PREVIOUS NEXT |