From b6e539162ea75250932b83def2c28d00041f96af Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 31 Mar 2006 22:13:53 +0000 Subject: Added TImageMap and TInlineFrame demos. --- .../quickstart/protected/pages/Controls/ImageMap.page | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'demos/quickstart/protected/pages/Controls/ImageMap.page') diff --git a/demos/quickstart/protected/pages/Controls/ImageMap.page b/demos/quickstart/protected/pages/Controls/ImageMap.page index 0d7d65b1..997faad6 100644 --- a/demos/quickstart/protected/pages/Controls/ImageMap.page +++ b/demos/quickstart/protected/pages/Controls/ImageMap.page @@ -3,4 +3,23 @@

TImageMap

+

+TImageMap represents an image on a Web page with predefined hotspot regions that can respond differently to users' clicks on them. Depending on the HotSpotMode of the hotspot region, clicking on the hotspot may trigger a postback or navigate to a specified URL. +

+

+Each hotspot is described using a THotSpot object and is maintained in the HotSpots collection in TImageMap. A hotspot can be a circle, rectangle, polygon, etc. +

+

+Hotspots can be added to TImageMap via its HotSpots property or in a template like the following, +

+ +<com:TImageMap ... > + <com:TCircleHotSpot ... /> + <com:TRectangleHotSpot ... /> + <com:TPolygonHotSpot ... /> +</com:TImageMap> + + + + \ No newline at end of file -- cgit v1.2.3