I'm currently looking for a new job, preferably in the Asia-Pacific region but I would consider other regions as well. If you are hiring or have any leads, I would appreciate if you would drop me a message via the
contact form, e-mail (daniel(at)spoodoo.com),
Twitter, or
LinkedIn.
Daniel
-
tony.zhangGuest
Hello Daniel,
Thanks for sharing the script. I tried to use it in one of my SP 2013 list with the following steps, but somehow it doesn’t work for me.
1. Created a SP list with columns (“ID”, “Name” & “Attachment”)
2. Downloaded the “2.5.0” version and uploaded it to my asset library.
3. referenced the new location of “2.5.0” in the following script and then added the script to a “script editor” web part.
<script type=”text/javascript” src=”https://communities-qa.connect.te.com/sites/GP/SiteAssets/jquery1.9.1.min.js”>
</script><script type=”text/javascript” src=”https://communities-qa.connect.te.com/sites/GP/SiteAssets/ListAttachments_2.5.0.js”></script>
<script type=”text/javascript”>
var argObj = {clickToOpen:false,
clickMouseover:’Click to open’,
oneClickOpenIfSingle:false,
colorGradientStart: ‘rgb(231, 14, 30)’,
colorGradientEnd: ‘rgb(187, 6, 20)’,
colorFont: ‘white’
};
</script>
Can you please give me a clue?