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.
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
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:
may i access sharepoint list data in clientwebpart.aspx using napa
Post a Comment