Bug 404534

Summary: Support multiline text control in HyperlinkStringField
Product: [Automotive] Sphinx Reporter: Chinh Le Duc <chinhld>
Component: CoreAssignee: Project Inbox <sphinx-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: balazs.grill, idydieng
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Attachments:
Description Flags
Proposal patch file idydieng: iplog+

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