Loading template/app/view/videos/Index.js +502 −472 File changed.Preview size limit exceeded, changes collapsed. Show changes template/app/view/videos/List.js +6 −4 Original line number Diff line number Diff line Loading @@ -7,15 +7,17 @@ Ext.define('Docs.view.videos.List', { tpl : Ext.create('Ext.XTemplate', '<div id="sample-ct">', '<div><a name="vids"></a><h2><div>Videos</div></h2>', '<dl>', '<tpl for=".">', '<dd ><img src="{thumb}"/>', '<div><a name="{id}"></a><h2><div>{group}</div></h2>', '<dl>', '<tpl for="videos">', '<dd ext:id="{id}"><img src="{thumb}"/>', '<div><h4>{title}', '</h4><p>{[values.description.substring(0,100)]}</p></div>', '</h4><p>{[values.description.substr(0,100)]}</p></div>', '</dd>', '</tpl>', '<div style="clear:left"></div></dl></div>', '</tpl>', '</div>', { desc: function(status){ return status == 'experimental'; Loading Loading
template/app/view/videos/Index.js +502 −472 File changed.Preview size limit exceeded, changes collapsed. Show changes
template/app/view/videos/List.js +6 −4 Original line number Diff line number Diff line Loading @@ -7,15 +7,17 @@ Ext.define('Docs.view.videos.List', { tpl : Ext.create('Ext.XTemplate', '<div id="sample-ct">', '<div><a name="vids"></a><h2><div>Videos</div></h2>', '<dl>', '<tpl for=".">', '<dd ><img src="{thumb}"/>', '<div><a name="{id}"></a><h2><div>{group}</div></h2>', '<dl>', '<tpl for="videos">', '<dd ext:id="{id}"><img src="{thumb}"/>', '<div><h4>{title}', '</h4><p>{[values.description.substring(0,100)]}</p></div>', '</h4><p>{[values.description.substr(0,100)]}</p></div>', '</dd>', '</tpl>', '<div style="clear:left"></div></dl></div>', '</tpl>', '</div>', { desc: function(status){ return status == 'experimental'; Loading