Skip to content

Commit 3c5a93b

Browse files
authored
Merge pull request #1 from vairamuthuR/master
config(EJ2-10016): github update
2 parents a0b5d7b + aa54705 commit 3c5a93b

File tree

2,577 files changed

+653038
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,577 files changed

+653038
-0
lines changed

.deployment

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[config]
2+
command = deploy.cmd

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.vs/
2+
bin/
3+
obj/
4+
packages/
5+
.nuget/
6+
ej2aspmvc/
7+
package-lock.json
8+
node_modules/
9+
*.user

App_Data/Africa.js

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App_Data/Africa_Continent.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App_Data/Australia.js

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App_Data/California.js

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

App_Data/Data/DocIO/Adventure.doc

147 KB
Binary file not shown.

App_Data/Data/DocIO/Adventure.docx

120 KB
Binary file not shown.

App_Data/Data/DocIO/Animation.gif

9.69 KB
Loading

App_Data/Data/DocIO/Arabic.txt

412 Bytes
Binary file not shown.
Binary file not shown.
29 KB
Binary file not shown.
22.1 KB
Binary file not shown.

App_Data/Data/DocIO/Doc to EPub.doc

148 KB
Binary file not shown.

App_Data/Data/DocIO/Doc to HTML.doc

141 KB
Binary file not shown.

App_Data/Data/DocIO/DocToImage.docx

434 KB
Binary file not shown.

App_Data/Data/DocIO/DocToRTF.doc

350 KB
Binary file not shown.

App_Data/Data/DocIO/DocToWordML.doc

351 KB
Binary file not shown.

App_Data/Data/DocIO/DoctoPDF.docx

68 KB
Binary file not shown.

App_Data/Data/DocIO/Employees.xml

Lines changed: 258 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,258 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<EmployeesList>
3+
<Employees>
4+
<FirstName>Nancy</FirstName>
5+
<LastName>Davolio</LastName>
6+
<EmployeeID>1</EmployeeID>
7+
<Extension>5467</Extension>
8+
<Address>507 - 20th Ave. E. Apt. 2A</Address>
9+
<City>Seattle</City>
10+
<Country>USA</Country>
11+
<Customers>
12+
<CustomerID>ALFKI</CustomerID>
13+
<EmployeeID>1</EmployeeID>
14+
<CompanyName>Alfreds Futterkiste</CompanyName>
15+
<ContactName>Maria Anders</ContactName>
16+
<City>Berlin</City>
17+
<Country>Germany</Country>
18+
<Orders>
19+
<OrderID>10835</OrderID>
20+
<CustomerID>ALFKI</CustomerID>
21+
<OrderDate>1/15/1998</OrderDate>
22+
<ShippedDate>1/21/1998</ShippedDate>
23+
<RequiredDate>2/12/1998</RequiredDate>
24+
</Orders>
25+
<Orders>
26+
<OrderID>10952</OrderID>
27+
<CustomerID>ALFKI</CustomerID>
28+
<OrderDate>3/16/1998</OrderDate>
29+
<ShippedDate>3/24/1998</ShippedDate>
30+
<RequiredDate>4/27/1998</RequiredDate>
31+
</Orders>
32+
</Customers>
33+
<Customers>
34+
<CustomerID>ANTON</CustomerID>
35+
<EmployeeID>1</EmployeeID>
36+
<CompanyName>Antonio Moreno Taquería</CompanyName>
37+
<ContactName>Antonio Moreno</ContactName>
38+
<City>México D.F.</City>
39+
<Country>Mexico</Country>
40+
<Orders>
41+
<OrderID>10677</OrderID>
42+
<CustomerID>ANTON</CustomerID>
43+
<OrderDate>9/22/1997</OrderDate>
44+
<ShippedDate>9/26/1997</ShippedDate>
45+
<RequiredDate>10/20/1997</RequiredDate>
46+
</Orders>
47+
</Customers>
48+
<Customers>
49+
<CustomerID>AROUT</CustomerID>
50+
<EmployeeID>1</EmployeeID>
51+
<CompanyName>Around the Horn</CompanyName>
52+
<ContactName>Thomas Hardy</ContactName>
53+
<City>London</City>
54+
<Country>UK</Country>
55+
<Orders>
56+
<OrderID>10453</OrderID>
57+
<CustomerID>AROUT</CustomerID>
58+
<OrderDate>2/21/1997</OrderDate>
59+
<ShippedDate>2/26/1997</ShippedDate>
60+
<RequiredDate>3/21/1997</RequiredDate>
61+
</Orders>
62+
<Orders>
63+
<OrderID>10558</OrderID>
64+
<CustomerID>AROUT</CustomerID>
65+
<OrderDate>6/4/1997</OrderDate>
66+
<ShippedDate>6/10/1997</ShippedDate>
67+
<RequiredDate>7/2/1997</RequiredDate>
68+
</Orders>
69+
<Orders>
70+
<OrderID>10743</OrderID>
71+
<CustomerID>AROUT</CustomerID>
72+
<OrderDate>11/17/1997</OrderDate>
73+
<ShippedDate>11/21/1997</ShippedDate>
74+
<RequiredDate>12/15/1997</RequiredDate>
75+
</Orders>
76+
</Customers>
77+
<Customers>
78+
<CustomerID>BOTTM</CustomerID>
79+
<EmployeeID>1</EmployeeID>
80+
<CompanyName>Bottom-Dollar Markets</CompanyName>
81+
<ContactName>Elizabeth Lincoln</ContactName>
82+
<City>Tsawassen</City>
83+
<Country>Canada</Country>
84+
<Orders>
85+
<OrderID>10975</OrderID>
86+
<CustomerID>BOTTM</CustomerID>
87+
<OrderDate>3/25/1998</OrderDate>
88+
<ShippedDate>3/27/1998</ShippedDate>
89+
<RequiredDate>4/22/1998</RequiredDate>
90+
</Orders>
91+
<Orders>
92+
<OrderID>11027</OrderID>
93+
<CustomerID>BOTTM</CustomerID>
94+
<OrderDate>4/16/1998</OrderDate>
95+
<ShippedDate>4/20/1998</ShippedDate>
96+
<RequiredDate>5/14/1998</RequiredDate>
97+
</Orders>
98+
</Customers>
99+
</Employees>
100+
<Employees>
101+
<FirstName>Andrew</FirstName>
102+
<LastName>Fuller</LastName>
103+
<EmployeeID>2</EmployeeID>
104+
<Extension>3457</Extension>
105+
<Address>908 W. Capital Way</Address>
106+
<City>Tacoma</City>
107+
<Country>USA</Country>
108+
<Customers>
109+
<CustomerID>BERGS</CustomerID>
110+
<EmployeeID>2</EmployeeID>
111+
<CompanyName>Berglunds snabbköp</CompanyName>
112+
<ContactName>Christina Berglund</ContactName>
113+
<City>Luleå</City>
114+
<Country>Sweden</Country>
115+
<Orders>
116+
<OrderID>10280</OrderID>
117+
<CustomerID>BERGS</CustomerID>
118+
<OrderDate>8/14/1996</OrderDate>
119+
<ShippedDate>9/12/1996</ShippedDate>
120+
<RequiredDate>9/11/1996</RequiredDate>
121+
</Orders>
122+
</Customers>
123+
<Customers>
124+
<CustomerID>BONAP</CustomerID>
125+
<EmployeeID>2</EmployeeID>
126+
<CompanyName>Bon app'</CompanyName>
127+
<ContactName>Laurence Lebihan</ContactName>
128+
<City>Marseille</City>
129+
<Country>France</Country>
130+
<Orders>
131+
<OrderID>10663</OrderID>
132+
<CustomerID>BONAP</CustomerID>
133+
<OrderDate>9/10/1997</OrderDate>
134+
<ShippedDate>10/3/1997</ShippedDate>
135+
<RequiredDate>9/24/1997</RequiredDate>
136+
</Orders>
137+
</Customers>
138+
<Customers>
139+
<CustomerID>ERNSH</CustomerID>
140+
<EmployeeID>2</EmployeeID>
141+
<CompanyName>Ernst Handel</CompanyName>
142+
<ContactName>Roland Mendel</ContactName>
143+
<City>Graz</City>
144+
<Country>Austria</Country>
145+
<Orders>
146+
<OrderID>10368</OrderID>
147+
<CustomerID>ERNSH</CustomerID>
148+
<OrderDate>11/29/1996</OrderDate>
149+
<ShippedDate>12/2/1996</ShippedDate>
150+
<RequiredDate>12/27/1996</RequiredDate>
151+
</Orders>
152+
<Orders>
153+
<OrderID>10595</OrderID>
154+
<CustomerID>ERNSH</CustomerID>
155+
<OrderDate>7/10/1997</OrderDate>
156+
<ShippedDate>7/14/1997</ShippedDate>
157+
<RequiredDate>8/7/1997</RequiredDate>
158+
</Orders>
159+
<Orders>
160+
<OrderID>10990</OrderID>
161+
<CustomerID>ERNSH</CustomerID>
162+
<OrderDate>4/1/1998</OrderDate>
163+
<ShippedDate>4/7/1998</ShippedDate>
164+
<RequiredDate>5/13/1998</RequiredDate>
165+
</Orders>
166+
</Customers>
167+
</Employees>
168+
<Employees>
169+
<FirstName>Margaret</FirstName>
170+
<LastName>Peacock</LastName>
171+
<EmployeeID>3</EmployeeID>
172+
<Extension>5176</Extension>
173+
<Address>4110 Old Redmond Rd.</Address>
174+
<City>Redmond</City>
175+
<Country>USA</Country>
176+
<Customers>
177+
<CustomerID>ANATR</CustomerID>
178+
<EmployeeID>3</EmployeeID>
179+
<CompanyName>Ana Trujillo Emparedados y helados</CompanyName>
180+
<ContactName>Ana Trujillo</ContactName>
181+
<City>México D.F.</City>
182+
<Country>Mexico</Country>
183+
<Orders>
184+
<OrderID>10926</OrderID>
185+
<CustomerID>ANATR</CustomerID>
186+
<OrderDate>3/4/1998</OrderDate>
187+
<ShippedDate>3/11/1998</ShippedDate>
188+
<RequiredDate>4/1/1998</RequiredDate>
189+
</Orders>
190+
</Customers>
191+
<Customers>
192+
<CustomerID>BLONP</CustomerID>
193+
<EmployeeID>3</EmployeeID>
194+
<CompanyName>Blondel père et fils</CompanyName>
195+
<ContactName>Frédérique Citeaux</ContactName>
196+
<City>Strasbourg</City>
197+
<Country>France</Country>
198+
<Orders>
199+
<OrderID>10360</OrderID>
200+
<CustomerID>BLONP</CustomerID>
201+
<OrderDate>11/22/1996</OrderDate>
202+
<ShippedDate>12/2/1996</ShippedDate>
203+
<RequiredDate>12/20/1996</RequiredDate>
204+
</Orders>
205+
<Orders>
206+
<OrderID>10584</OrderID>
207+
<CustomerID>BLONP</CustomerID>
208+
<OrderDate>6/30/1997</OrderDate>
209+
<ShippedDate>7/4/1997</ShippedDate>
210+
<RequiredDate>7/28/1997</RequiredDate>
211+
</Orders>
212+
<Orders>
213+
<OrderID>10628</OrderID>
214+
<CustomerID>BLONP</CustomerID>
215+
<OrderDate>8/12/1997</OrderDate>
216+
<ShippedDate>8/20/1997</ShippedDate>
217+
<RequiredDate>9/9/1997</RequiredDate>
218+
</Orders>
219+
</Customers>
220+
<Customers>
221+
<CustomerID>COMMI</CustomerID>
222+
<EmployeeID>3</EmployeeID>
223+
<CompanyName>Comércio Mineiro</CompanyName>
224+
<ContactName>Pedro Afonso</ContactName>
225+
<City>São Paulo</City>
226+
<Country>Brazil</Country>
227+
<Orders>
228+
<OrderID>10558</OrderID>
229+
<CustomerID>COMMI</CustomerID>
230+
<OrderDate>6/4/1997</OrderDate>
231+
<ShippedDate>6/10/1997</ShippedDate>
232+
<RequiredDate>7/2/1997</RequiredDate>
233+
</Orders>
234+
<Orders>
235+
<OrderID>10542</OrderID>
236+
<CustomerID>COMMI</CustomerID>
237+
<OrderDate>5/1/1997</OrderDate>
238+
<ShippedDate>5/7/1997</ShippedDate>
239+
<RequiredDate>5/29/1997</RequiredDate>
240+
</Orders>
241+
</Customers>
242+
<Customers>
243+
<CustomerID>DRACD</CustomerID>
244+
<EmployeeID>3</EmployeeID>
245+
<CompanyName>Drachenblut Delikatessen</CompanyName>
246+
<ContactName>Sven Ottlieb</ContactName>
247+
<City>Aachen</City>
248+
<Country>Germany</Country>
249+
<Orders>
250+
<OrderID>10955</OrderID>
251+
<CustomerID>DRACD</CustomerID>
252+
<OrderDate>3/16/1998</OrderDate>
253+
<ShippedDate>3/24/1998</ShippedDate>
254+
<RequiredDate>4/27/1998</RequiredDate>
255+
</Orders>
256+
</Customers>
257+
</Employees>
258+
</EmployeesList>

App_Data/Data/DocIO/EmployeesList.xml

Lines changed: 97 additions & 0 deletions
Large diffs are not rendered by default.
32.5 KB
Binary file not shown.
35.5 KB
Binary file not shown.

App_Data/Data/DocIO/Essential PDF.doc

35 KB
Binary file not shown.
39 KB
Binary file not shown.
8.12 KB
Binary file not shown.

App_Data/Data/DocIO/FR_Template.doc

23.5 KB
Binary file not shown.
36.5 KB
Binary file not shown.
23.5 KB
Binary file not shown.
23.3 KB
Binary file not shown.
61.5 KB
Binary file not shown.
15 KB
Binary file not shown.

App_Data/Data/DocIO/Normal.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<font color='#a31515' size='2'>
2+
<p><strong><font style='BACKGROUND-COLOR:
3+
#ffff00' color='#ff0000'> Normal XHTML Example<br /></font></strong></p>
4+
<p><br/></p>
5+
<p></p>
6+
</font>
7+
<p>This is a Normal XHTML example</p>

App_Data/Data/DocIO/Northwind.doc

130 KB
Binary file not shown.

App_Data/Data/DocIO/Northwind.docx

87 KB
Binary file not shown.

App_Data/Data/DocIO/OleTemplate.doc

104 KB
Binary file not shown.

App_Data/Data/DocIO/OleTemplate.docx

69.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)