Help button for add on scripts?

 From:  bemfarmer
10768.5 In reply to 10768.3 
The first method to have a help "button" is OK.
The hbox and flex method is very nice.

Is there a text editor to create messages in an alert box?
In the past I have had to use /n for newline and + and '

Well, just using text, not variables, would not be too hard...

Sample code:
code:
moi.ui.alert( 'x1 = ' + x1 + ' cm' + '\n' + 'dValue = ' + dValue + ' cm' + '\n' + 'x0 = ' + x0 + ' cm' );


- Brian