You need to sign in to do that
Don't have an account?

VF page - Animation
Hi ,
Iam trying to display the animation before the results table is displayed . Our scenario is as follows when we type in account name to search it will show the animation image , & then the results table which is working fine . The issue iam facing is that say i search for "apple" it will give me the search results after the animation image , now say i want to search for the word " Orange" . the issue is that when iam hitting the search button the results which were displayed for "apple" is not getting hid . Is there a way to hide the results retrieved from the prior search to be hidden when a new search is started
Thanks in advance !
.....................
Hi Ganesh
Thanks for reply , fixed it by using <apex:facet>
All Answers
You can handle this using client side script. Can you paste sample code of result table?
Hi Ganesh
Thanks for reply , fixed it by using <apex:facet>