SharePoint 2013中新增了很多社交功能,比如用户可以like/unlike 任何一个 list item/page/document,这是一个非常不错的功能. 但有时觉得like/unlike按钮不是很好看,希望用自己的按钮,就需要用JavaScript代码来 Like 和Unlike list item/page/document. 或者在非本级站点客户化显示blog列表等,也需要用JavaScript代码来 Like 和Unlike list item/page/document…
Objects have the ability to use data and methods that other objects contain, as long as it lives on the [prototype] chain. In this lesson we’ll test this out by adding properties and working with this linkage of properties. const obj = {firstName: 'T…
1. You will need a Long character field to hold the HTML string. You can use the delivered field HTMLAREA if there is no need to create a custom field. 2. Create a new page. 3. Place an HTML Area on the page. 4. Assign a record and field to the H…
URL HTTP Redirection URL http redirection is an automatic URL change operation from one URL to another URL. URL redirect Server side redirect Client side redirect HTTP status codes HTTP 301 redirect Redirect options PHP redirect Apache .htaccess redi…
http://unixpapa.com/js/mouse.html Javascript Madness: Mouse Events Jan WolterAug 12, 2011 Note: I have stopped updating this page. At this point nearly all popular browsers are have achieved a good level of compatibility on most of these features, an…