Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion - Output for asp:rectanglehotspot #53

Open
GoogleCodeExporter opened this issue Mar 30, 2015 · 0 comments
Open

Suggestion - Output for asp:rectanglehotspot #53

GoogleCodeExporter opened this issue Mar 30, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

This tool worked as expected for me, but it would have been nicer if it could 
have given me an additional option for output.

I use asp.net and on my .aspx page I have the following:
 <asp:ImageMap ID="imgMap" runat="server"  HotSpotMode="Navigate" ImageUrl="~/Images/HomePage.png"
        >
        <asp:RectangleHotSpot Top="8" Left="8" Right="172"  Bottom="72" HotSpotMode="Navigate" NavigateUrl="~/Donor.aspx" />
        <asp:RectangleHotSpot Left="8" Top="128" Right="172" Bottom="190"  HotSpotMode="Navigate" NavigateUrl="~/Wizards/MakePledgeWiz.aspx" />

etc.

I used the tool to extract the coordinates but what would have been even easier 
is if it would actually output the string in the format required by the 
<asp:RectancularHotSpot so I could more easily copy/paste it into my .aspx page 
etc.

At any rate, it still saved me a bunch of time and worked well.

Might also be nice to have a tool to make areas the same size, and align them 
etc.

Original issue reported on code.google.com by [email protected] on 29 Nov 2011 at 3:54

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant