I've been able to create an HTML page using the chrome control and this documentation:
http://msdn.microsoft.com/en-us/library/office/fp179916.aspx
However on one of the other pages I wished to use an XSLTListviewWebpart to display the app's document library. I have that page working as well, but it is already inheriting from the host web's master page so just adding the chrome control would look odd. My hope was to leverage the SharePoint webpart control for maintaining documents, even though my main app page is straight HTML with the chrome control.
I have two different questions then:
1) Is there a way to embed a webpart control in a standard HTML page?
2) Is there a way to modify the chrome control on a "Sharepoint page" in my app?
Basically I want both pages below to have the same header, same menu, and same "look", but one is HTML and one has a Sharepoint control:
http://msdn.microsoft.com/en-us/library/office/fp179916.aspx
However on one of the other pages I wished to use an XSLTListviewWebpart to display the app's document library. I have that page working as well, but it is already inheriting from the host web's master page so just adding the chrome control would look odd. My hope was to leverage the SharePoint webpart control for maintaining documents, even though my main app page is straight HTML with the chrome control.
I have two different questions then:
1) Is there a way to embed a webpart control in a standard HTML page?
2) Is there a way to modify the chrome control on a "Sharepoint page" in my app?
Basically I want both pages below to have the same header, same menu, and same "look", but one is HTML and one has a Sharepoint control: