cancel
Showing results for 
Search instead for 
Did you mean: 

While using FormattedTextEdit(UI Field) in WDJ, Getting automatically request focus in the first field.

Former Member
0 Kudos

Hi All,

While using FormattedTextEdit(UI Field) in WDJ, Getting automatically request focus in the first field.

EP Version : 7.4

NWDI: 7.3

share your idea.

Regards,

Antony.A

Accepted Solutions (0)

Answers (2)

Answers (2)

vdurgarao09
Contributor
0 Kudos

Hi Antony,

Use this code :

  IWDTextEdit textEdit= (IWDTextEdit)currentView.getElement("TestEditUI_ID_Name");

  textEdit.requestFocus();

May be help for you.

Regards,

Durga Rao.

junwu
Active Contributor
0 Kudos

man, what u want?