Can I ask why your documentation states that text in the KONtx.control.BackButton will be truncated even though it isn't and I cannot find a way to make it so?
CODE
The back button extends and behaves like the KONtx.control.Button. This button takes the same parameters as a control text button, but automatically provides a specific graphic treatment from the theme. The back button has a chevron in it to indicate a history stack of previous views. Titles for the button are truncated with ellipses at an appropriate length. Creates a KONtx.element.Text object. The back button control fires an onSelect event upon receiving a keydown event with keyCode == 13 (OK on the remote control) and executes KONtx.application.previousView() to display the previous view.
Please explain how to get the text to truncate if it is possible. If it is not possible you should update your Developer Guide.