Tagged Questions
1
vote
2answers
77 views
Adding Search Bar via CEWP
So here's what I've come up with so far. Now I just need to figure out how to use the enter key as well as the mouse click.
<!doctype html>
<html lang="en">
<head>
<script>
...
0
votes
1answer
80 views
Best/Simplest Way to Implement Custom Button on List/Library?
I've removed most of the default elements with the following:
<style type="text/css"> #s4-ribbonrow, .ms-cui-topBar2, .s4-notdlg, .s4-pr s4-ribbonrowhidetitle, .s4-notdlg noindex, ...
1
vote
1answer
72 views
Can we use HTML in Metadata fields?
We have a series of procedural documents that are similarly named. I would like to create a document summary field as a piece of metadata that contains a paragraph about how the document is to be ...
0
votes
1answer
3k views
How do I prevent Sharepoint from asking to download html files to my local machine?
I have a page that contains a Page Viewer web part. Each time the page loads, in both edit and view modes, I get a File Download dialog box asking "Do you want to save this file?", listing the correct ...
1
vote
3answers
702 views
Save webpart (html) as PDF file
I have a webpart that is specialized business calculator. Once the user puts in the details of the contract, they need to save the web part (in pdf format) as part of the contract documentation. I ...