Hi I am using SmartClient Version: v8.2p_2012-06-10/LGPL Development Only (built 2012-06-10)
and Firefox 13.0.1
In my scenario user often paste text from clipboard to TextAreaItem. This field has limitation 1000 characters. When users paste text, it is cut to 1000 characters. Is there posibility to check how many characters shi is trying to paste from clipboard to warn user that data copied has been cut to 1000 character ?
I have checked that OnChange event.getValue() returns data trunked to this 1000 characters limit.
and Firefox 13.0.1
In my scenario user often paste text from clipboard to TextAreaItem. This field has limitation 1000 characters. When users paste text, it is cut to 1000 characters. Is there posibility to check how many characters shi is trying to paste from clipboard to warn user that data copied has been cut to 1000 character ?
I have checked that OnChange event.getValue() returns data trunked to this 1000 characters limit.
Comment