In one of my projects I want to test usage of the inplace node editing feature of the Listbrowser.
Problem is that when I start editing an existing node the actual text is replaced by junk: either some consistent data from other running programs (for exemple HTML code when OWB was running) either plain junk (like a set of '?').
As instructed in the autodoc I set :
LISTBROWSER_Editable, TRUE,
LISTBROWSER_ShowSelected, TRUE,
to the Listbrowser itself, and
LBNCA_CopyText, TRUE,
LBNCA_Editable, TRUE,
to the nodes.
The result is similar when I double click the node or when I use LISTBROWSER_EditNode + LISTBROWSER_EditColumn tags.
The list browser is in a page Layout which is part of a Clicktab gadget.
Any suggestion ?
Edited by abalaban on 2010/11/9 10:33:56