-
1. Re: SharePoint and Edge
kyboone21 Jan 31, 2013 6:01 AM (in response to Chris Lenhart)We also use sharepoint and I would also like to integrate AE into our sharepoint site. It would be interesting to know what Adobe has to say concerning this. Inquiring from sharepoint techs might also provide some answers as to how well these two programs can get along together. Anxious to hear what Adobe has to say.
-
2. Re: SharePoint and Edge
Robingram1 Mar 14, 2013 6:37 AM (in response to kyboone21)That don't, or at least I am having a hell of a time to get them to work together today. I have a cool button that I was planning to use SP Services with to put the data from a SP2010 list, but I can not seem to get the prodect to display on the page...
Lost!
-
3. Re: SharePoint and Edge
Robingram1 Mar 15, 2013 1:55 AM (in response to Chris Lenhart)Okay, after some work I was able to get it to work in Google Chrome, but that is it so far.
I had to change all link from relative links to absolute links in both the HTML and EdgePreload flies. The links are located at the bottom of the EdgePreload file.
Still not able to get it working in IE9 or FireFox....
-
4. Re: SharePoint and Edge
David Sohriakoff Apr 25, 2014 11:09 AM (in response to Chris Lenhart)Anything that you put on sharepoint you need to create a div tag. When you add your edge project you need to set it it's own "frame" body tag using a div.
This is what I do:
I use the web parts sript editor and paste in the code:
<style>
.edgeframe {
background: #FFF;
margin-top: 50px;
}
</style>
</head><div class="edgeframe">
<object id="EdgeID" type="text/html" width="900" height="600" data-dw-widget="Edge" data="This is where you save your html document... backend -in a document library">
</object>make sure all 5 parts are together. the 3java script files, the images folder, and the html file that you link to in the code above (data=")
I know you posted this over a year ago. I'm interested if you have found a way to make the responsive layout work inside of SharePoint.
-
5. Re: SharePoint and Edge
Chris Lenhart Jun 20, 2014 1:20 AM (in response to David Sohriakoff)I still haven't had much luck. We are moving away from Silverlight as an option since it's going away, but I had really hoped something would fill that void. Edge and HTML5 looked promising. I'll keep checking in. Thanks for posting, I'll give this a shot.
-
6. Re: SharePoint and Edge
jkostreva Aug 27, 2014 2:06 PM (in response to David Sohriakoff)I posted this chunk of code into the web part HTML source editor as suggested. The web part will populate with the Edge Animate material. However, if the page is refreshed it will disappear. You are then unable to reenter the code with any success. Any other suggestions?
-
7. Re: SharePoint and Edge
Frank VA Oct 1, 2014 11:39 AM (in response to Chris Lenhart)Hi Chris,
I work for the Dept of Veteran Affairs, and we just recently had CC installed and like you, I was wondering about SharePoint support for Animate outputs as well. I haven't yet begun to experiment, but will be following this thread and will post anything I discover.
Thank you for you input David. That looks like a good starting point for me.
Frank
-
8. Re: SharePoint and Edge
David Sohriakoff Oct 27, 2014 2:19 PM (in response to jkostreva)Everything before SharePoint 2013 doesn't work well. - Other
than using <script editor> (there's a lot of tweaking with this and it doesn’t
work well with most browsers), I link parts of my web pages to my Edge
projects... I place those 4 Edge files in a separate library within SharePoint
<Sites content>. I also hide the SharePoint navigation bar so people
don't see the libraries (I made my own with some simple HTML and CSS. see the
picture attached). For example: The Materials tab links directly to the .html
file that I made in Edge. I guess the key take away is - place your published
Edge projects in a SharePoint library and link to them. You are basically
creating your own pages instead of using SharePoint. I wish I could show you my
work, but it's for internal customers at this time.

