Project

General

Profile

Feature #710

Multi-line Input dialog

Added by Rafi Galibov over 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
High
Start date:
07/30/2013
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

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

#1

Updated by Harjo Kompagnie about 10 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?

#2

Updated by Harjo Kompagnie about 10 years ago

  • Assignee set to Harjo Kompagnie
#3

Updated by Harjo Kompagnie about 10 years ago

  • Status changed from New to Closed

Closed! see me comment above

Also available in: Atom PDF