<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docwiki.datazoa.com/index.php?action=history&amp;feed=atom&amp;title=Format_Widget_enhancements_as_a_JavaScript_object_literal</id>
		<title>Format Widget enhancements as a JavaScript object literal - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docwiki.datazoa.com/index.php?action=history&amp;feed=atom&amp;title=Format_Widget_enhancements_as_a_JavaScript_object_literal"/>
		<link rel="alternate" type="text/html" href="https://docwiki.datazoa.com/index.php?title=Format_Widget_enhancements_as_a_JavaScript_object_literal&amp;action=history"/>
		<updated>2026-04-08T23:24:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://docwiki.datazoa.com/index.php?title=Format_Widget_enhancements_as_a_JavaScript_object_literal&amp;diff=3913&amp;oldid=prev</id>
		<title>MCB: Created page with &quot;&lt;div style=&quot;margin: 2em; margin-left: 6em;&quot;&gt; * Start with a { and end with a } * Wrap string values in quotes * Escape quotes within string values with a \ (e.g. \&quot; or \') * E...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docwiki.datazoa.com/index.php?title=Format_Widget_enhancements_as_a_JavaScript_object_literal&amp;diff=3913&amp;oldid=prev"/>
				<updated>2018-09-11T16:01:02Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;div style=&amp;quot;margin: 2em; margin-left: 6em;&amp;quot;&amp;gt; * Start with a { and end with a } * Wrap string values in quotes * Escape quotes within string values with a \ (e.g. \&amp;quot; or \&amp;#039;) * E...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;div style=&amp;quot;margin: 2em; margin-left: 6em;&amp;quot;&amp;gt;&lt;br /&gt;
* Start with a { and end with a }&lt;br /&gt;
* Wrap string values in quotes&lt;br /&gt;
* Escape quotes within string values with a \ (e.g. \&amp;quot; or \')&lt;br /&gt;
* Escape newlines within string values using an HTML &amp;lt;‍br‍&amp;gt;&lt;br /&gt;
* Separate properties and sub-properties by commas&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;{&lt;br /&gt;
   strProperty: &amp;quot;string value&amp;quot;,&lt;br /&gt;
   numProperty: 42,&lt;br /&gt;
   boolProperty: true,&lt;br /&gt;
   nullProperty: null,&lt;br /&gt;
   arrayProperty: [[&amp;quot;one&amp;quot;, 1], [&amp;quot;two&amp;quot;, 2]],&lt;br /&gt;
   functionProperty: function(){ doStuff; },&lt;br /&gt;
   objectProperty: { subStrProperty: &amp;quot;line one &amp;lt;br&amp;gt; line two&amp;quot; }&lt;br /&gt;
}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>MCB</name></author>	</entry>

	</feed>