CodeThatXPBar User Manual 

  HTML CODE AS ITEMS' TEXT

With CodeThatXPBar you can include almost any HTML code as items' text. It can be

  • Any images that you can't describe as simple node's image. You can build it in the table.
  • Small or large part of formatted text with any text styles.

Bear in mind that all item's area will be clickable anyway.

To build HTML code in XPBar items use the constraction like this:

"items" : [
	{ "text":'<table align=center cellspacing="0" '
                       + 'cellpadding="0" border="0" width=100%> '
                       + '<TR><TD align=center><img src="img/home.gif"> '
                       + '"</TD></TR>'
                       + '<TR><TD align=center valign=middle>'
                       + '<p class="center">Home'
                       + '</TD></TR></TABLE>'
         } 

  EXAMPLE - HTML code as items' text

You can see an example and complete code here - HTML code as items' text

Read more about CodeThatXPBar >>