Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
HI Team,
 
In Application Adobe Flex & Asp.Net
 
IN Adobe Flex : I tried many times for line break via Property file with using htmltext & text both but after all i unable to change the string in line break,
 
I used <br/>,\n,\r\n and Build Flex and then Run the Asp.net Application but not string is not line break. Please help.
 
Ex.
(Adobe Flex)IN A.Property File Code: HELP : Help <br/> for the same.
 
IN Contact.mxml :
Hide   Copy Code
<mx:VBox height="100">
  <mx:Label fontWeight="bold" htmlText="{resource.getCoreString('HELP')}"/>
  </mx:VBox>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900