-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Description
Using Codepen is a great way to show the example code, however, the code is currently being posted to Codepen in a form, instead of being created and hosted on Codepen. This means that you can't actually share the Codepen example code. For example, in the Treegrid example, the APG Codepen code looks something like this (I've simplified it so it's easier to read and understand.
<form action="https://codepen.io/pen/define" method="POST" target="_blank">
<input id="codepen-data-ex-0" type="hidden" name="data" value=
"{
<table id=\"treegrid\" role=\"treegrid\" aria-label=\"Inbox\">\n
<colgroup>\n
<col id=\"treegrid-col1\">\n
<col id=\"treegrid-col2\">\n
<col id=\"treegrid-col3\">\n
</colgroup>\n
</table>
}">
<button id="ex_label-codepenbutton" style="">Open In CodePen</button>
</form>This posts the data to CodePen but doesn't seem to generate a share link. Would APG be able to have a codepen account to host and easily share example code?
Metadata
Metadata
Assignees
Labels
No labels