Skip to main content

Posts

Showing posts with the label sharepoint app

Register client side scripts in code behind

Quick way to register client side scripts.     Let us take the css files first: CssLink cssLink = new CssLink (); cssLink . DefaultUrl = "/_layouts/appname/cssfiletoregister.css" ; this . Page . Header . Controls . Add ( cssLink );     string scriptPath = "/_layouts/appname/jstoregister.js" ; if (! this . Page . ClientScript . IsClientScriptBlockRegistered ( scriptPath )) this . Page . ClientScript . RegisterClientScriptBlock ( this . GetType (), scriptPath , "

Remove chrome on a web part

The web part properties are many and one of the OOB property is the chrome that displays the title.  To remove the chrome programmatically. You can on instantiation or page load do this. this .ChromeType =  PartChromeType .None;    QED

SharePoint "Agaves"

What is a SharePoint Agave? Agaves is a codename for content-aware web apps, built with HTML and JavaScript, that can extend both desktop and web Office applications. Categories Content Agaves Contextual (Mail) Agaves  Task Pane Agaves     This is a term that will be deprecated soon as we move into a final release to Apps for Office. Become an apps for office publisher .  

SharePoint 2013 preview release

It's SharePoint 2013! Hello everyone. SharePoint 2013 preview release is now out.  It is time to get your hands on the new release after a long silence from Microsoft.  The whole Office family of products have got some extras to showcase.  What a good time to see/read/hear new things this summer. Read Microsoft Corp. CEO Steve Ballmer's  press release here . Straight to the point for SharePoint 2013.  Download SharePoint 2013 Follow me to download SharePoint 2013 (Wave 15) from here . Get trained on SharePoint 2013 Become familiar with SharePoint 2013 features and development scenarios. SharePoint 2013.