The Artima Developer Community
Sponsored Link

.NET Buzz Forum
DefaultButton v2.0 - now supports ImageButtons

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Darrell Norton

Posts: 876
Nickname: dnorton
Registered: Mar, 2004

Darrell Norton is a consultant for CapTech Ventures.
DefaultButton v2.0 - now supports ImageButtons Posted: Mar 31, 2004 10:15 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Darrell Norton.
Original Post: DefaultButton v2.0 - now supports ImageButtons
Feed Title: Darrell Norton's Blog
Feed URL: /error.htm?aspxerrorpath=/blogs/darrell.norton/Rss.aspx
Feed Description: Agile Software Development: Scrum, XP, et al with .NET
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Darrell Norton
Latest Posts From Darrell Norton's Blog

Advertisement

DefaultButton v2.0 has been released.  The code has been updated to work with ImageButtons (though only on Netscape 6+ and IE 5.5+).  Thanks to Matt Pelletier at EastMedia for help figuring it out!

The reason Netscape 4 is not supported is that input tags with type=image are not recognized as form elements, thus there is no way to access them.  If you need to use image buttons, use v2.0 of the code.  But if you are going to use regular buttons exclusively, use v1.1 of the code instead since it supports a larger range of browsers.

Check out the DefaultButton workspace on GotDotNet to download both 1.1 and 2.0 versions of the DefaultButton code and samples.


This Blog Hosted On: http://www.DotNetJunkies.com/

Read: DefaultButton v2.0 - now supports ImageButtons

Topic: 作者:Scott Hanselman 首席工程師 Previous Topic   Next Topic Topic: Mark Ellis Out For the Season

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use