Can you please make it possible to copy to clipboard the xml of an unsaved page. I just ran scheduled maintenance on my server. Not a super big deal, but it sure would be nice to be able to access the xml on the page in order to save it later.
Page 1 / 1
Not pretty, but in desperate times you can run this snippet from the JavaScript Console in the Page Composer to output the page’s current XML:
skuid.$M(‘page’).getFieldValues(skuid.$M(‘page’).getFirstRow(),skuid.utils.layoutFields,true).join(‘’);
This should be a button that conditionally renders when this issue arises.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.