开发者

ImageButton title tag

开发者 https://www.devze.com 2022-12-14 08:31 出处:网络
On an ImageButton using the AlternateText attribute renders an alt tag to the browser. <asp:ImageButton ID=\"imagebuttonStuff\" runat=\"server\" OnClick=\"im开发者_Python百科agebuttonStuff_Click\"

On an ImageButton using the AlternateText attribute renders an alt tag to the browser.

<asp:ImageButton ID="imagebuttonStuff" runat="server" OnClick="im开发者_Python百科agebuttonStuff_Click" AlternateText="Make Stuff Happen" ImageUrl="/images/icons/stuff.png" />

<input type="image" name="imagebuttonStuff" id="imagebuttonStuff" src="/images/icons/stuff.png" alt="Make Stuff Happen" />

How do I render a title tag?


ToolTip="this is the title"
0

精彩评论

暂无评论...
验证码 换一张
取 消