When we use characterCasing:"upper" in a textItem, it works perfectly, however when the field is a textAreaItem type, characterCasing does not apply any effect.
For example our code:
This works, when we miss out constructor, but we want both features, textArea and uppercase...
Thanks in advance.
We are working under:
v9.1p_2014-05-04/PowerEdition Development SC and IExplrorer 10.0.9200 navigator, Eclipse Helios and Tomcat 7.0.28
For example our code:
Code:
{
name:"MOTIVO",
title: terminalesSacarTradicionalUIDS.getField("terminalesSacarTradicional.motivo").title,
characterCasing: "upper",
_constructor:"TextAreaItem",
height: 100,
width: 400,
colSpan: 3
},
Thanks in advance.
We are working under:
v9.1p_2014-05-04/PowerEdition Development SC and IExplrorer 10.0.9200 navigator, Eclipse Helios and Tomcat 7.0.28
Comment