Loading template/app/controller/Examples.js +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ Ext.define('Docs.controller.Examples', { this.loadExample(url); } }, 'examplesindex > thumblist': { 'exampleindex > thumblist': { urlclick: function(url) { this.loadExample(url); } Loading template/app/view/examples/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ Ext.define('Docs.view.examples.Index', { { xtype: 'container', html: '<h1 class="eg">Ext JS Examples</h1>' }, Ext.create('Docs.view.ThumbList', { itemTpl: [ '<dd ext:url="{url}"><img src="extjs/examples/shared/screens/{icon}"/>', '<dd ext:url="/example/{url}"><img src="extjs/examples/shared/screens/{icon}"/>', '<div><h4>{text}', '<tpl if="status === \'new\'">', '<span class="new-sample"> (New)</span>', Loading template/app/view/videos/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ Ext.define('Docs.view.videos.Index', { { xtype: 'container', html: '<h1 class="eg">Ext JS Videos</h1>' }, Ext.create('Docs.view.ThumbList', { itemTpl: [ '<dd ext:url="{url}"><img src="{thumb}"/>', '<dd ext:url="/video/{id}"><img src="{thumb}"/>', '<div><h4>{title}', '</h4><p>{[values.description.substr(0,100)]}</p></div>', '</dd>' Loading Loading
template/app/controller/Examples.js +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ Ext.define('Docs.controller.Examples', { this.loadExample(url); } }, 'examplesindex > thumblist': { 'exampleindex > thumblist': { urlclick: function(url) { this.loadExample(url); } Loading
template/app/view/examples/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ Ext.define('Docs.view.examples.Index', { { xtype: 'container', html: '<h1 class="eg">Ext JS Examples</h1>' }, Ext.create('Docs.view.ThumbList', { itemTpl: [ '<dd ext:url="{url}"><img src="extjs/examples/shared/screens/{icon}"/>', '<dd ext:url="/example/{url}"><img src="extjs/examples/shared/screens/{icon}"/>', '<div><h4>{text}', '<tpl if="status === \'new\'">', '<span class="new-sample"> (New)</span>', Loading
template/app/view/videos/Index.js +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ Ext.define('Docs.view.videos.Index', { { xtype: 'container', html: '<h1 class="eg">Ext JS Videos</h1>' }, Ext.create('Docs.view.ThumbList', { itemTpl: [ '<dd ext:url="{url}"><img src="{thumb}"/>', '<dd ext:url="/video/{id}"><img src="{thumb}"/>', '<div><h4>{title}', '</h4><p>{[values.description.substr(0,100)]}</p></div>', '</dd>' Loading