Tagged Questions
0
votes
1answer
259 views
Custom Content Query Web Part in a Sandbox Solution
I am looking to create an "image slider" web part for my SharePoint 2010 site home page to display a nice glossy roll-up of our recent news articles. There are literally hundreds of jQuery plugins ...
0
votes
2answers
330 views
referencing jquery in a sandboxed solution
I have a sandboxed sharepoint project, in which I have created a module, put jQuery there and referenced it from my webpart's ascx page like this:
<head>
<script ...
7
votes
4answers
635 views
Add jQuery in Sandbox mode (Office 365)
What would be the best approach in using/including jQuery in Office 365? Should I just use google CDN or is it possible to deploy the jQuery file to the server?
Is there any good articles/resources ...
1
vote
1answer
91 views
Input Rich HTML in a Sandboxed Visual Web Part
I'm trying to build a styled web part for adding list items to a list, and I cannot for the life of me find a good control for adding a Rich HTML editor.
Has anyone come across this before?