Skip to main content

Posts

Showing posts from March, 2015

JSOM List Operations in SharePoint Apps in a proper way (Provider Hosted and SharePoint Hosted) – Search

In my previous post (JSOM List Operations in SharePoint Apps in a proper way (Provider Hosted and SharePoint Hosted)–CRUD) I have explained how to work with basic list operations.  Here I’m explaining the CAML and search options that we can perform. (function (spa, $, undefined) { window._sa = spa; _sa.ctx = null; _sa.web = null; // this should be initialised _sa.configs = { SPHostUrl: "", SPAppWebtUrl: "", isCrossDomain: false }; // init(); utils.log(_sa.configs.SPHostUrl); utils.log(_sa.configs.SPWebtUrl); function init() { if (!_sa.configs.SPAppWebtUrl) { alert("Please initialize _sa.configs"); } if (_sa.configs.isCrossDomain) { _sa.ctx = new SP.ClientContext(_sa.configs.SPAppWebtUrl); var factory = new SP.ProxyWebRequestExecutorFactory(_sa.configs.SPAppWebtUrl); _sa.ctx.set_webRequestExecutorFactory(factory);

Tool for multi Lingual SharePoint Administration

I recently engaged with a Multi lingual SharePoint site. but for me other than the English , it was very hard to understand the SharePoint Site Settings menus and other admin links. Then I tried Google Translation Plugin in Chrome which helped me lot. https://chrome.google.com/webstore/detail/google-translate/aapbdbdomjkkjkaonfhkkikfgjllcleb?hl=en   Earlier Translate the page using plugin After Page Translation