Created
February 29, 2016 02:38
-
-
Save tyoshikawa1106/e991ec8805525608eb15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aura:component implements="flexipage:availableForAllPageTypes,force:appHostable"> | |
<forceChatter:fullFeed /> | |
</aura:component> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<apex:page showHeader="false" sidebar="false" standardStylesheets="false"> | |
<apex:includeLightning /> | |
<div id="vf-page"> | |
<div> | |
<div id="lighnting_out_demo" /> | |
</div> | |
</div> | |
<script type="text/javascript"> | |
$Lightning.use("c:LightningOutSampleApp", function() { | |
$Lightning.createComponent("c:LightningForceChatterFullFeed", | |
{}, | |
"lighnting_out_demo", | |
function(cmp) { | |
// do some stuff | |
}); | |
}); | |
</script> | |
</apex:page> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<aura:application access="GLOBAL" extends="ltng:outApp"> | |
<aura:dependency resource="c:LightningForceChatterFullFeed" /> | |
</aura:application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hey tyoshikawa
iam getting this error when click on file attach symbol
This page has an error. You might just need to refresh it. Action failed: aura:if$controller$handleTheTruth [This application contains a reference to the force:record component, which is not supported by this application.] Failing descriptor: {aura:if$controller$handleTheTruth}