+++ /dev/null
-/*\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