cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to edit InputField in UI element TableColumn

Former Member
0 Kudos

Hi,

I created a UI element Table which contains a TableColum with an InputField. This InputField is bound to a text element in context. The default value of this text element is displayed correctly. However, even if the property ReadOnly is not checked(for text element and for InputField), user cannot modify this value when application runs. Normal InputField outside Table works fine.

Any hints?

Thank you, Davy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Davy,

<i>The default value of this text element is displayed correctly</i>

How did you check this???

Typically, editors are disabled if corresponding node has no elements at all or there is no elements selected: wdContext.nodeData().getCurrentElement() == null, check this.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Answers (0)