This is part of my screen definition:
This is what the screen loader sends to the browser:
Aycs, the fmt:message hasn't been transformed inside the nested icon definition, that on the SelectItem works well.
v8.3p_2013-04-28/PowerEdition Deployment (built 2013-04-28)
Regards,
fatzopilot
Code:
... <DynamicForm ID="ViewsForm"> <fields> <SelectItem ID="ViewsFormSelectItem" width="240"> <title><fmt:message key='tabBar_Views' /></title> <icons> <PickerIcon ID="SaveViewButton"> <src>[SKIN]/actions/add.png</src> <prompt><fmt:message key='tabBar_NewTab' /></prompt> </PickerIcon> ...
Code:
ID:"ViewsForm",
fields:[
{
ID:"ViewsFormSelectItem",
width:240,
title:"Views",
icons:[
{
ID:"SaveViewButton",
src:"[SKIN]/actions/add.png",
prompt:{
"fmt:message":{
key:"tabBar_NewTab"
}
}
},
v8.3p_2013-04-28/PowerEdition Deployment (built 2013-04-28)
Regards,
fatzopilot
Comment