Added:
trunk/ExtJS2Parser/ExtJS2Parser/MoreCode/data/JsonStoreConfig.txt
Modified:
trunk/ExtJS2Parser/ExtJS2Parser/ExtJS2Parser.csproj
Log:
Manually added "root" property to JsonStoreConfig.
Modified: trunk/ExtJS2Parser/ExtJS2Parser/ExtJS2Parser.csproj
==============================================================================
--- trunk/ExtJS2Parser/ExtJS2Parser/ExtJS2Parser.csproj (original)
+++ trunk/ExtJS2Parser/ExtJS2Parser/ExtJS2Parser.csproj Thu Nov 13 06:20:05
2008
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)'
== '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B7059AE3-DA23-47E5-93E7-FDBEF009E4A3}</ProjectGuid>
<OutputType>Exe</OutputType>
@@ -64,8 +64,10 @@
<Compile Include="SourceConverter.cs" />
</ItemGroup>
<ItemGroup>
+ <Content Include="MoreCode\Ajax.txt" />
<Content Include="MoreCode\CompositeElement.txt" />
<Content Include="MoreCode\Container.txt" />
+ <Content Include="MoreCode\data\JsonStoreConfig.txt" />
<Content Include="MoreCode\form\FormPanelConfig.txt" />
<Content Include="MoreCode\form\FormPanel.txt" />
<Content Include="MoreCode\grid\EditorGridPanel.txt" />
Added: trunk/ExtJS2Parser/ExtJS2Parser/MoreCode/data/JsonStoreConfig.txt
==============================================================================
--- (empty file)
+++ trunk/ExtJS2Parser/ExtJS2Parser/MoreCode/data/JsonStoreConfig.txt Thu
Nov 13 06:20:05 2008
@@ -0,0 +1,5 @@
+ /*
+ * The methods below are added manually
+ */
+ /// <summary> name of the property which contains the Array of row
objects.</summary>
+ public JsonReaderConfig root(System.String value) { o["root"] =
value; return this; }