All Questions
Tagged with sharepoint-clientobject jquery
3 questions
1
vote
3
answers
2k
views
Return file URL from modal Dialog containing upload form
How do you return the URL of a file after it has been uploaded to a document library in SharePoint, using the default upload page? Returning the text from the "inputFile" textbox from the upload.aspx ...
0
votes
1
answer
2k
views
using client object model sharepoint to get date fields
Ok. this is not just a simple list. It is publishing pages library, each page is based on publishing page layouts and contain various fields like Start Date, End Date, Start Time, End time etc..(it is ...
3
votes
1
answer
6k
views
SharePoint 2010 Ribbon Hide/{Show on Library Item Selecting or other event}
I am branding SharePoint 2010, and I hide the Ribbon by default and show when the user clicks a down arrow. The user can hide it again by clicking a hide icon. JQuery toggle and toggleClass work great
...