nlaslett

What HTML is exposed via isHTML?

Recommended Posts

What HTML tags are made available by enabling isHTML='1'?  I have only been able to use <b> and <br> so far.  Are tables out of the question?  This is for use in the toolText.

Neil

Share this post


Link to post
Share on other sites

Hi,

Following are the HTML tags supported when isHTML i sset to 1.

Anchor: <a>

Bold: <b>

Font: <font>

Italic: <I>

Paragraph: <p>

Underline: <u>

Break: <br>

Image: <img>

List Item: <li>

Ordered and unordered lists (<ol> and <ul> tags) are not recognized by Flash Player, so they do not modify how your list is rendered. All list items use bullets.

Share this post


Link to post
Share on other sites

The isHTML is part of the FusionCharts STYLE object. It controls whether or not the text contents of an element (such as a tooltip) are parsed for HTML. To control other characteristics such as font, size, color, etc., use the appropriate STYLE elements.

 

 

 

See the full reference documentation. I don't know where it is on the FC website, but you can find it in your local installation.

Edited by Guest

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now