API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.web.widget.builtin
Author(s)
Since
Version
Serial
Description
Provides some standard Widgets for your enjoyment, to use as-is or extend.
See also:   
JOTGoogleMapMultipleWidget View Source A widget that renders a google map with a bunch of markers on it (a to z) Expectes the following widgte args: - addresses: pipe(|) separated list of addresses - Each address need to be encoded using JOTWidgetBase.encodeCommas() - gkey : your google Map API key
JOTGoogleMapWidget View Source A widget that renders a google map for one address Expectes the following widgte args: - address - address need to be encoded using JOTWidgetBase.encodeCommas() - gkey: your google Map API key
JOTTextBoxWidget View Source Smple text widget
JOTTitledBoxWidget View Source "Box"(with border) with title and content widget
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar