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
|