Hello, has anyone been able to provision a page in Sharepoint 2013 from a module (Sandbox), it worked perfectly in Sharepoint 2010 by embedding the webpart in a CDATA block in the Elements.xml file, and accessing the feature resource, like this...
<?xml version="1.0" encoding="utf-8"?><Elements xmlns="http://schemas.microsoft.com/sharepoint/"><Module Name="Pages"><File Path="Pages\WebpartPage.aspx" Url="SitePages/WebpartPage.aspx" ><View List="Lists/BasicList" BaseViewID="0" WebPartZoneID="Left" WebPartOrder="1"><![CDATA[<WebPart xmlns="http://schemas.microsoft.com/WebPart/v2"><Assembly>Microsoft.SharePoint, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c</Assembly><TypeName>Microsoft.SharePoint.WebPartPages.ListViewWebPart</TypeName><Title>$Resources:_Res,webpartTitle_projectRes;</Title><ChromeType>None</ChromeType></WebPart> ]]></View> </File></Module></Elements>
but so far i haven't been able to accomplish this in Sharepoint 2013 (on premise) or Office 365
i must add that this works perfectly when provisioning a ribbon button, but not inside the CDATA block
Anxiously waiting for an answer :)
Thanks