Class Programme : getMarkedUpText Method


String getMarkedUpText( String strTextToMarkup )

Summary

The text passed has any words that match any markers for the programme highlighted.


Remarks

The highlighted words are marked up using HTML tags.

The background colour is defined by the scheme entry: "html.highlight-background". This is normally a yellow background.


Parameters

ParameterDescription
String strTextToMarkup Pass the text you wish to have marked up/highlighted by any markers. This could be the programme description or programme name for example.


Returns


Returns a marked up version of the string passed.


Requirements

Build 1065