Details
Description
A simple mechanism for specifying application text values by key should be aware of wether the current view is "large" or "small" to allow application customization via resource bundles. It would be difficult to maintain a separate bundle for large and small views, so this feature should follow a naming scheme on the keys.
title.SMALL = "Demo"
title.LARGE = "ICEmobile Component Demo"
This can use a custom Map/ResourceBundle subclass as described here:
http://stackoverflow.com/questions/7469223/jsp-and-resourcebundles
This gives the custom bundle implementation access to the RequestMap, thereby allowing it to detect the view size (which can also be set in the RequestMap).
title.SMALL = "Demo"
title.LARGE = "ICEmobile Component Demo"
This can use a custom Map/ResourceBundle subclass as described here:
http://stackoverflow.com/questions/7469223/jsp-and-resourcebundles
This gives the custom bundle implementation access to the RequestMap, thereby allowing it to detect the view size (which can also be set in the RequestMap).
Activity
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.4 Beta [ 10874 ] |
Ted Goddard
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Philip Breau [ philip.breau ] |
Ted Goddard
made changes -
Assignee | Philip Breau [ philip.breau ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] | Philip Breau [ philip.breau ] |
Philip Breau
made changes -
Assignee | Philip Breau [ philip.breau ] |