search for: menuitem1

Displaying 1 result from an estimated 1 matches for "menuitem1".

Did you mean: menuitem
2005 Nov 20
1
Deleting InPlaceEditor
...ral id''s in the document. I then need to adjust an InPlaceEditor to point to the new id. It seems an inplaceeditor cannot be changed, so i have been tryiny to delete it, then create a new one. How do i delete an InPlaceEditor? I thought it would be something simple like: var ipe["menuItem1"] = new Ajax.InPlaceEditor( ''name, ''link'', {} ); delete ipe["menuItem1"]; or ipe["menuItem1"] = null; but no luck... I end up with two inplaceeditors showing up when i''ve only clicked once. Thanks. ___________________________________...