2014年3月7日 星期五

[ASP.NET] 控制項tooltip與html title屬性文字斷行

說明:若使用html tag的title屬性,文字使用
(ASCII的\n)或
(ASCII的\r)來斷行,若用server control要做到同樣效果,如Panel的tooltip文字使用\n或\r或\r\n。

例:
//html title
<div id="pic" title="1. test1 &#10; 2. test2"></div>
//server control
this.Panel1.ToolTip = "1. test1 \n2. test2";


參考資料:
http://www.dotblogs.com.tw/aquarius6913/archive/2011/02/01/21179.aspx


沒有留言:

張貼留言