Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / air / samples / tasks / js / Templates.js
diff --git a/air/samples/tasks/js/Templates.js b/air/samples/tasks/js/Templates.js
deleted file mode 100644 (file)
index 9d19b35..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*\r
- * Ext JS Library 0.30\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-// In AIR, XTemplates must be created at load time\r
-Templates = {\r
-       categoryCombo: new Ext.XTemplate(\r
-               '<tpl for="."><div class="x-combo-list-item">{listName}</div></tpl>'\r
-       ),\r
-       timeField: new Ext.XTemplate(\r
-               '<tpl for="."><div class="x-combo-list-item">{text}</div></tpl>'\r
-       ),\r
-\r
-       gridHeader : new Ext.Template(\r
-        '<table border="0" cellspacing="0" cellpadding="0" style="{tstyle}">',\r
-        '<thead><tr class="x-grid3-hd-row">{cells}</tr></thead>',\r
-        '<tbody><tr class="new-task-row">',\r
-            '<td><div id="new-task-icon"></div></td>',\r
-            '<td><div class="x-small-editor" id="new-task-title"></div></td>',\r
-            '<td><div class="x-small-editor" id="new-task-cat"></div></td>',\r
-            '<td><div class="x-small-editor" id="new-task-due"></div></td>',\r
-        '</tr></tbody>',\r
-        "</table>"\r
-    )\r
-};\r