Categories | Question details Back To List | ||
I have some problems with the .setOnLoadingStart() and the .setOnLoadingEnd()
functions:
<div id=... I have some problems with the .setOnLoadingStart() and the .setOnLoadingEnd() functions:
"RecipeList" width="100%" height="450px" style="background-color:white;overflow:hidden;"></div> ><img border="0" src="./images/progress.gif" /></div> > document.getElementById('PleaseWaitRecipeListStatus').style.display='block'; } ("120,120,250,120"); (); gridRecipeList.enableBuffering(100); </script>
gridRecipeList.setOnLoadingStart( 'PleaseWaitRecipeListStart()' ); Answer posted on Mar 05, 2007 09:35 you should pass function object to method, not call
function there: Answer posted by Inga (Support) on Nov 29, 2014 20:40 Having solved the problem mentioned above, you may also look through the possible related problems with event calendar javascript free and progress bar using javascript. |