Greetings,
Whenever I try to call the client side set_contentElement method of any tooltip object I get a null reference error because _contentWrapper is null. Here's the relevant excerpt from the RadControls code:
It tries to set the innerHTML of _contentWrapper, but it's set to null, so the code breaks.
What's the role of _contentWrapper? And how to initialize it?
Whenever I try to call the client side set_contentElement method of any tooltip object I get a null reference error because _contentWrapper is null. Here's the relevant excerpt from the RadControls code:
set_contentElement:
function
(contentElement){
this
._contentWrapper.innerHTML=
""
;
…
What's the role of _contentWrapper? And how to initialize it?