我試圖在textrea中顯示以下內容作爲HTML文本。文字很好,但錨標記不起作用。textarea htmltext中的錨定標記/鏈接
<p>
<font color="#5680e0">
<a href="http://www.google.com" target="_blank">
<strong>Google Website</strong>
</a>
</font>
</p>
我的Flex代碼,其中文本區域被定義爲是這裏的htmlText分配
leftArticle.htmlText = htmldata;
任何建議
<mx:TextArea id="leftArticle" selectable="false" borderVisible="false" top="136" verticalScrollPolicy="off" fontFamily="Arial" color="#333333" condenseWhite="false" focusEnabled="false" focusAlpha="0" editable="true" fontSize="12" width="245" height="285"/>
代碼?謝謝。
您確定文本區域啓用了HTML嗎? – JuanT 2013-03-11 12:20:14
@JuanT yes字體顏色已更改,但不能像定位標記一樣點擊 – sharmacal 2013-03-11 12:29:39
如果Xavier沒有回答您的問題,您是否可以發佈用於創建此文本區域的代碼? – JuanT 2013-03-11 12:52:39