Snippets

jprichter Buttons and Actions in the Lightning Experience - 1

Created by jprichter
<apex:page standardController="Case" showHeader="false" standardStylesheets="false" sidebar="false" applyHtmlTag="false" applyBodyTag="false" docType="html-5.0">

    <html xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">

    <head>
        <apex:stylesheet value="{!URLFOR($Resource.SLDS, 'assets/styles/salesforce-lightning-design-system.css')}" />
    </head>

    <body>

    </body>

    </html>
</apex:page>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.