Issue Details (XML | Word | Printable)

Key: UBA-7528
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Minor 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
 


 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
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