Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Rich Text in Canvas (Read 2436 times)
choohj70
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 77
Joined: Sep 23rd, 2008
Rich Text in Canvas
Jan 9th, 2015 at 7:18am
Print Post  
I need to output a ShapeNode text with parts of the text to be in bold and some parts in different color.
Some time ago in Applet I could use html markup for it (<b/> and <color/>).
Is there any way to have a similar end-result in Canvas mode?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Rich Text in Canvas
Reply #1 - Jan 12th, 2015 at 11:05am
Print Post  
EnableStyledText is not supported yet in Canvas mode, we'll try to implement it for next release.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Rich Text in Canvas
Reply #2 - Jan 27th, 2015 at 11:22am
Print Post  
This version of the script now supports the <b>,<i>,<u> and <color> tags from Java mode:
https://mindfusion.eu/_beta/netdiag541_script.zip

We'll update the server assemblies to transfer EnableStyledText property in a few days, for time being you can call node.setEnableStyledText(true) on client side to show formatted text.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint