This repository has been archived by the owner on Mar 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index-4.html
33 lines (33 loc) · 2.16 KB
/
index-4.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>CFQueryReader Demo for ExtJS 4.x</title>
<meta name="author" content="Steve 'Cutter' Blades" />
<meta name="copyright" content="(c)2008 - 2012 Stephen Blades" />
<link type="text/css" rel="stylesheet" href="/js/extjs-4.1.0/resources/css/ext-all-debug.css" />
<link rel="stylesheet" type="text/css" href="/css/default.css" />
<link rel="shortcut icon" href="/favicon_32x32.ico" />
<script type="text/javascript" src="/js/extjs-4.1.0/ext-all.js"></script>
<script type="text/javascript" src="/js/custom/CFQueryReader-ExtJS4-2.2.min.js"></script>
<script language="javascript" type="text/javascript" src="/servicebus/Api.cfm"></script>
<script type="text/javascript" src="/js/custom/test-extjs_4.js"></script>
</head>
<body>
<div id="content">
<ul>
<li><a href="/js/custom/CFQueryReader-ExtJS4-2.2.js" target="_blank">CFQueryReader.js</a> - v2.2 for Ext JS 4.1.0</li>
<li><a href="/js/custom/test-extjs_4.js" target="_blank">test-extjs_4.js</a> - script for this page</li>
</ul><br />
<p>This is a Demo for CFQueryReader with <a href="/js/extjs-4.1.0/docs/" target="_blank">ExtJS 4.1.0</a>. ExtJS 4 is the latest version of ExtJS, and is a complete rewrite of the entire framework. With that comes an entirely new CFQueryReader, that conforms to Ext's new class model. There are three stores defined in the script:</p>
<ul>
<li>Standard - The remote method returns a JSON serialized representation of a standard ColdFusion query object.</li>
<li>QueryConvertForGrid - The remote method returns a JSON serialized representation of the struct returned by ColdFusion's <a href="http://www.cfquickdocs.com/cf9/?newVersion=1&getDoc=QueryConvertForGrid#QueryConvertForGrid" target="_blank">QueryConvertForGrid</a> method.</li>
<li>Struct - The remote method returns a JSON serialized representation of a developer defined ColdFusion struct, which includes a key containing a ColdFusion query object.</li>
</ul><br /><br />
<div id="demo1" class="demoGrids"></div>
<div id="demo2" class="demoGrids"></div>
<div id="demo3" class="demoGrids"></div>
</div>
</body>
</html>