Loading...

Friday, May 17, 2013

Adding Basic SharePoint App as Apppart

If you observe default SharePoint  app , created by NAPA tool.,
There are two pages associated with App
1)Default.aspx
2)ClientWebPart.aspx
To Add SharePoint App discussed in this post , Move the js and css reference
and also the html contents to ClientWebPart.aspx
and make sure that framing is enabled by adding the following control.


<WebPartPages:AllowFraming ID="AllowFraming1" runat="server" />














Deploy this app and Now go to the hosting page .Edit this page and in ribbon select AppPart.
Select this App and Odata will be populated in html div


2 comments:

ritu said...

may i access sharepoint list data in clientwebpart.aspx using napa

ritu said...
This comment has been removed by the author.