We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, why I cant wrap the text content of the dialog uing the tab or \n code? Howcan I do it?
Roberto
The text was updated successfully, but these errors were encountered:
Could you give a small example of what you're trying to achieve?
Sorry, something went wrong.
Ok. I have de code: msg = 'textline1 textline2'; new MooDialog.Alert(msg);
the output of dialog is: textline1 textline2 and it's ok.
but I want the output: textline textline2
I'll try with or tag: msg = 'textline1textline2'; new MooDialog.Alert(msg);
but the output is: textline1textline2
same thing with \n or \n\r...
Regards, Roberto
No branches or pull requests
hello,
why I cant wrap the text content of the dialog uing the
tab or \n code?
Howcan I do it?
Roberto
The text was updated successfully, but these errors were encountered: