Bug 404534 - Support multiline text control in HyperlinkStringField
Summary: Support multiline text control in HyperlinkStringField
Status: CLOSED WONTFIX
Alias: None
Product: Sphinx
Classification: Automotive
Component: Core (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-28 05:02 EDT by Chinh Le Duc CLA
Modified: 2024-05-06 23:28 EDT (History)
2 users (show)

See Also:


Attachments
Proposal patch file (1.68 KB, application/octet-stream)
2013-03-28 05:02 EDT, Chinh Le Duc CLA
idydieng: iplog+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chinh Le Duc CLA 2013-03-28 05:02:14 EDT
Created attachment 229141 [details]
Proposal patch file

Currently, HyperlinkStringField just supports to create a singleline text control. However, during using HyperlinkStringField, we realize that if the HyperlinkStringField  also supports for  multiline text control will be great enhancement.

Proposal:
In HyperlinkStringField class, create new attribute "isMultiline" as Boolean type.
Create a HyperlinkStringField constructor to support for setting "isMultiline".

In HyperlinkStringField.createTextControl(), using IWidgetFactory.createText(Composite parent, boolean multiLine, int colspan, boolean grabHorizontal) to create text control for HyperlinkStringField.
Comment 1 Balazs Grill CLA 2024-05-06 23:28:34 EDT
Closed stale issue before migration