Isomorphic,
I need to enable only upperCase in my text item and I also have other functions to perform onChange.I see that when I do setCharacterCasing(CharacterCasing.UPPER) on the textitem, the overriden onChanged event is not fired.
Though I could achieve what I wanted using the FormItemInputTransformer, let me know if my understanding is correct. I would be glad to avoid creation of a new Transformer class which would do nothing but make it upper case. :) !!!
Version: SC_SNAPSHOT-2011-11-16, 3.0 nightly
Browser: firefox 5
Thanks.
I need to enable only upperCase in my text item and I also have other functions to perform onChange.I see that when I do setCharacterCasing(CharacterCasing.UPPER) on the textitem, the overriden onChanged event is not fired.
Though I could achieve what I wanted using the FormItemInputTransformer, let me know if my understanding is correct. I would be glad to avoid creation of a new Transformer class which would do nothing but make it upper case. :) !!!
Version: SC_SNAPSHOT-2011-11-16, 3.0 nightly
Browser: firefox 5
Thanks.
Comment