phonebookui/Phonebook2/USIMExtension/src/CPsu2FdnContactEditorPhoneNumberField.cpp
equal
deleted
inserted
replaced
206 iControl->AddFlagToUserFlags( CEikEdwin::EJustAutoCurEnd ); |
206 iControl->AddFlagToUserFlags( CEikEdwin::EJustAutoCurEnd ); |
207 |
207 |
208 iControl->CreateTextViewL(); |
208 iControl->CreateTextViewL(); |
209 iCaptionedCtrl = iUiBuilder.LineControl( ControlId() ); |
209 iCaptionedCtrl = iUiBuilder.LineControl( ControlId() ); |
210 iCaptionedCtrl->SetTakesEnterKey( ETrue ); |
210 iCaptionedCtrl->SetTakesEnterKey( ETrue ); |
211 |
211 |
212 // Enable partial screen input |
212 |
213 TInt flags = iControl->AknEditorFlags(); |
|
214 iControl->SetAknEditorFlags(flags | EAknEditorFlagEnablePartialScreen); |
|
215 } |
213 } |
216 |
214 |
217 // ----------------------------------------------------------------------------- |
215 // ----------------------------------------------------------------------------- |
218 // CPsu2FdnContactEditorPhoneNumberField::ControlId |
216 // CPsu2FdnContactEditorPhoneNumberField::ControlId |
219 // ----------------------------------------------------------------------------- |
217 // ----------------------------------------------------------------------------- |