BText Test page

This test page is designed to test some basic behaviour of the BText component.

Special characters - By default, special characters like <, >, etc. should automatically get encoded. Here you should see a _representation_ of the markup (that is the actual < and >) because the markup chars have been encoded, thus preventing it from being interpreted as markup.

Embedded markup - At the same time it should still be possible to return text with embedded markup in it too! Here we should see the _effects_ of the markup, since the text returned is actually interpreted as markup. Both BText and BLink provide a setAllowMarkupInText(boolean val) method...if you set this to true, the text will NOT be encoded (as demonstrated below).