Skip to content

Instantly share code, notes, and snippets.

@scotthung
Last active August 29, 2015 14:11
Show Gist options
  • Save scotthung/a284c98f55007add22b7 to your computer and use it in GitHub Desktop.
Save scotthung/a284c98f55007add22b7 to your computer and use it in GitHub Desktop.
VisualForce enhancedList component
<apex:page standardController="Case" >
<div style="width:300px;">
<apex:enhancedList height="250" listid="00B600000074y38"/>
</div>
<script type="text/javascript">
isListLoaded();
function isListLoaded(){
setTimeout("location.reload(true);",10000);
}
</script>
</apex:page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment