Ambrosia

 view release on metacpan or  search on metacpan

share/Templates/Templates/XSLT+DOJO/edit_json.xsl  view on Meta::CPAN

		<xslt:when test="@Type='Number'">
			"dijit/form/NumberTextBox",</xslt:when>

		<xslt:when test="@Type='Double' and not(@Hidden)">
		</xslt:when>

		<xslt:when test="@Type='Bool' and not(@Hidden)">
			"dijit/form/CheckBox",</xslt:when>

		<xslt:when test="@Type='Date' or @Type='Datetime'">
			"dojo/date", "dojo/date/locale",
			"dijit/form/DateTextBox",</xslt:when>

		<xslt:when test="@type='Text'">
			"dijit/form/Textarea",
			"dijit/form/SimpleTextarea",
			"dijit/Editor",</xslt:when>
	</xslt:choose>
</xslt:for-each>
			"dojo/domReady!", "dojo/parser"]);
		</script>



( run in 1.643 second using v1.01-cache-2.11-cpan-ceb78f64989 )