}
// Add action listener to custom text fields - teo_sarca [ 1709292 ]
if (editor instanceof CTextField) {
((CTextField)editor).addActionListener(this);
}
CLabel label = VEditorFactory.getLabel(mField);
//
if (displayLength > 0) // set it back
mField.setDisplayLength(displayLength);
//
m_sLine++;