History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
UBA-7528
Type:
Improvement
Status:
Closed
Resolution:
Fixed
Priority:
Minor
Assignee:
Marcel Rüedi
Reporter:
Daniel Grob
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
ULCBase
All AbstractFormBuilder methods that add a component should enable the use of resources to resolve property values
Created:
14/Aug/08 11:50 AM
Updated:
05/Feb/09 11:52 AM
Component/s:
applicationframework
Affects Version/s:
None
Fix Version/s:
UltraLightClient '08 Update 2
Issue Links:
Duplicate
This issue
is duplicated by
:
UBA-7653
add methods on AbstractFormBuilder should implicitly set widget name
All
Comments
Change History
Sort Order:
[
Permalink
|
« Hide
]
Daniel Grob
added a comment -
05/Feb/09 11:52 AM
AbstractFormBuilder.startTab() => The key prefix into the resource map is
<argument in startTab>.Tab.
, e.g.
general.Tab.title=General
general.Tab.icon=general.png
general.Tab.tip=Tooltip of the tab !!
AbstractFormBuilder.addLabel() => The key prefix into the resource map is
<argument in addLabel>.Label.
, e.g.
general.Label.text=General
AbstractFormBuilder.addTitle() => The key prefix into the resource map is
<argument in addTitle>.Label.
, e.g.
general.Label.text=General
[
Show »
]
Daniel Grob
added a comment -
05/Feb/09 11:52 AM
AbstractFormBuilder.startTab() => The key prefix into the resource map is
<argument in startTab>.Tab.
, e.g.
general.Tab.title=General
general.Tab.icon=general.png
general.Tab.tip=Tooltip of the tab !!
AbstractFormBuilder.addLabel() => The key prefix into the resource map is
<argument in addLabel>.Label.
, e.g.
general.Label.text=General
AbstractFormBuilder.addTitle() => The key prefix into the resource map is
<argument in addTitle>.Label.
, e.g.
general.Label.text=General