How Can I Share Skuid Page XML on the Community?

I’m not able to upload a .XML file. How can I share Skuid page XML?

Thanks for asking! Sharing Skuid page XML is a great way to share something cool you’ve built or provide context around a question you have.

Right now the best way to share page XML is to click on the code icon </> when you’re writing your post.

Then you can paste your page XML between the ```s

Here’s what that will look like when posted:

<skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false">
	<models/>
	<components>
		<skuid__header uniqueid="sk-Ixu-17456" title="I'm a Skuid Page!"/>
	</components>
	<resources>
		<labels/>
		<javascript/>
		<css/>
		<actionsequences/>
	</resources>
	<styles>
		<styleitem type="background" bgtype="none"/>
	</styles>
</skuid__page>

It’s easy for others to copy this XML by hovering over it with your mouse and selecting the copy icon:

Use “Create from XML” to create a Skuid page by pasting in XML. Remember to only import XML from trusted sources :slight_smile:

Resources

1 Like