diff options
author | xue <> | 2006-04-16 14:43:51 +0000 |
---|---|---|
committer | xue <> | 2006-04-16 14:43:51 +0000 |
commit | 2983057ad91ccdef1fef86a85fe8e888350c3384 (patch) | |
tree | 6eb89e44b6d141d69779f8b2a26d18aeec641ee0 /tests/FunctionalTests/features/protected/pages/ImageMap | |
parent | eeb97a9e51e87a359c2c069fc64b04b80d9ebe95 (diff) |
Fixed a few issues with using Globalization.
Diffstat (limited to 'tests/FunctionalTests/features/protected/pages/ImageMap')
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/ImageMap/Home.page | 43 | ||||
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/ImageMap/Home.php | 12 | ||||
-rw-r--r-- | tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg | bin | 12206 -> 0 bytes |
3 files changed, 0 insertions, 55 deletions
diff --git a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.page b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.page deleted file mode 100644 index 34631125..00000000 --- a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.page +++ /dev/null @@ -1,43 +0,0 @@ -<com:TContent ID="Content">
-
-<com:TImageMap ImageUrl=<%~hotspot.jpg%> AlternateText="Navigate buttons" OnClick="buttonClicked" >
-
-<com:TRectangleHotSpot
- hotspotmode="Navigate"
- NavigateUrl="navigate1.htm"
- alternatetext="Button 1"
- top="30"
- left="175"
- bottom="110"
- right="355" />
-
-<com:TRectangleHotSpot
- hotspotmode="PostBack"
- PostBackValue="test"
- CausesValidation="true"
- ValidationGroup="Group1"
- alternatetext="Button 2"
- top="155"
- left="175"
- bottom="240"
- right="355" />
-
-<com:TRectangleHotSpot
- hotspotmode="Inactive"
- NavigateUrl="navigate3.htm"
- alternatetext="Button 3"
- top="285"
- left="175"
- bottom="365"
- right="355" />
-
-</com:TImageMap>
-
-<com:TTextBox ID="TextBox" />
-<com:TRequiredFieldValidator
- ValidationGroup="Group1"
- EnableClientScript="true"
- ControlToValidate="TextBox"
- Text="required" />
-
-</com:TContent>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php b/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php deleted file mode 100644 index 36ec7e9c..00000000 --- a/tests/FunctionalTests/features/protected/pages/ImageMap/Home.php +++ /dev/null @@ -1,12 +0,0 @@ -<?php
-
-class Home extends TPage
-{
- public function buttonClicked($sender,$param)
- {
- //echo $param->getPostBackValue();
- print_r($param);
- }
-}
-
-?>
\ No newline at end of file diff --git a/tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg b/tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg Binary files differdeleted file mode 100644 index 3491813f..00000000 --- a/tests/FunctionalTests/features/protected/pages/ImageMap/hotspot.jpg +++ /dev/null |