
Hi,
If you've been using InPlaceEdit with a TextArea you probably noticed that it has stopped responding to changes.
This is due to recent changes which are described here.
If you still want to leverage the benefits of TextArea combined with InPlaceEdit, a simple workaround can be used.
After defining a textArea control with a change function:
textArea.attachBrowserEvent("blur", textArea.onsapfocusleave);
textArea.onsapfocusleave = function(){
textArea.fireChange();
};
Have fun.
byg.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
18 | |
14 | |
11 | |
9 | |
9 | |
7 | |
6 | |
5 | |
5 | |
5 |