Skip to content

Instantly share code, notes, and snippets.

@amonshiz
Last active August 29, 2015 14:11
Show Gist options
  • Save amonshiz/a687e37ef6467f7ae2a7 to your computer and use it in GitHub Desktop.
Save amonshiz/a687e37ef6467f7ae2a7 to your computer and use it in GitHub Desktop.
<apex:component>
<apex:stylesheet value="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" />
<apex:includeScript value="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js" />
<apex:includeScript value="//maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js" />
<style type="text/css">
#sidebarDiv {
background: crimson;
}
</style>
<script type="text/javascript">
alert("Hello world from the component!");
</script>
</apex:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment