by jeremy@bondbyte.com | Sep 16, 2014 | Javascript, SharePoint 2013
Customer request modal dialogs from time to time in their applications. We use Twitter Bootstrap pretty heavy but sometimes we don’t have complete control over the JavaScript Framework. In those cases you’re forced to use the OOB SharePoint Modal...
by jeremy@bondbyte.com | Apr 11, 2014 | Javascript, SharePoint 2013
In SharePoint 2013 they added a Script Editor WebPart. Add this to a page and add the following code in the WebPart Editor.
by ryan k | Mar 3, 2014 | Javascript
Ever try to place a Form in a SharePoint WebPart or Content Editor WebPart. Doesn’t work real hot. In SharePoint 2010 I managed to strip a master page to its bare bones and override some JavaScript Methods and was able to nest a form tag. SharePoint 2013, a...