Click here to Skip to main content
15,887,294 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI Team,

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 but not working. Please help.

Ex.
IN A.Property File : HELP : Help <br/> for the same.

IN Contact.mxml :
<mx:VBox height="100">
  <mx:Label fontWeight="bold" htmlText="{resource.getCoreString('HELP')}"/>
  </mx:VBox>


Please help.

Thanks.

Regards
Pramod
Posted
Updated 31-Jan-16 17:24pm
v2

1 solution

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>

Please help.

Thanks.

Regards
Pramod
 
Share this answer
 

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