Feature #710
Multi-line Input dialog
0%
Description
Hi
might it be possible to offer a multi line input dialog that shows more than one line automatically if the initialValue has line breaks in it??
(e.g. I want my users to be able to edit some email body text before sending an email, but the text is on multiple lines & when I show it in the globals.DIALOGS.showInputDialog(title, message, initialValue), everything is stuck in one line so is difficult to edit)
I know I could create a special form to display in a globals.DIALOGS.showFormInModalDialog, but doing this is more flexible ...
Maybe another parameter could be added to globals.DIALOGS.showInputDialog(title, message, initialValue), like globals.DIALOGS.showInputDialog(title, message, initialValue, showMultiLine) ??
Thanks
Rafi
History
Updated by Harjo Kompagnie about 11 years ago
The problem is that this option is totally different from what the smart-client does.
My recommendation would be to create you own form for that.
Than you are totally in control.
agree?
Updated by Harjo Kompagnie about 11 years ago
- Status changed from New to Closed
Closed! see me comment above