Thanks for the tutorial. The video only had mono sound though! Glad you were able to go over specific details of the 'MVC' pattern of Extjs. I am sure this is only one implementation, but it looks sound.
I am brand new to Extjs and it seems like there is a steep learning curve. I wish they had more examples of full blown application guides / tutorials. The only examples I see are too basic. I cannot grasp the higher level concepts based on those. This video brings me one step closer to learning. Hopefully I will be able to provide similar communal help once I get going.
Hi there, this was very helpful. I can use this technique for my next project. I am starting with ExtJS 4.2 (beta) so I had to change the setMainView Function center var to:
Thank you for great video and code example, it was very helpful. Can I please clarify one thing, how new tab can be modified (e.g closable, icon image...)?
Thank you so much for this video, and code sample. Am a newbie to extJs and was wondering how to connect the dots. Like Carey Hinoki said, the tutorials go from extremely simple to incomprehensible.
I also would thank Anonymous #1 for the line: var center = this.viewport.layout.centerRegion; The 4.1 Docs have your version of : layout.region which is deprecated.
hi neil, first, this is an awesome extjs tutorial! it has made get a better understanding of extjs MVC. one issue though, your code in jsfiddle.net is not running could kindly check it out.
Thanks for the tutorial. The video only had mono sound though! Glad you were able to go over specific details of the 'MVC' pattern of Extjs. I am sure this is only one implementation, but it looks sound.
ReplyDeleteI am brand new to Extjs and it seems like there is a steep learning curve. I wish they had more examples of full blown application guides / tutorials. The only examples I see are too basic. I cannot grasp the higher level concepts based on those. This video brings me one step closer to learning. Hopefully I will be able to provide similar communal help once I get going.
Regards,
Hi there, this was very helpful. I can use this technique for my next project.
ReplyDeleteI am starting with ExtJS 4.2 (beta) so I had to change the setMainView Function center var to:
var center = this.viewport.layout.centerRegion;
Thank you for great video and code example, it was very helpful. Can I please clarify one thing, how new tab can be modified (e.g closable, icon image...)?
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteThanks for the great code example. It was very helpful.
ReplyDeleteThank you so much for this video, and code sample. Am a newbie to extJs and was wondering how to connect the dots. Like Carey Hinoki said, the tutorials go from extremely simple to incomprehensible.
ReplyDeleteI also would thank Anonymous #1 for the line: var center = this.viewport.layout.centerRegion;
The 4.1 Docs have your version of : layout.region which is deprecated.
All the best,
Doron.
Thanks for a great tutorial. This got me started really quickly as opposed to trying to figure out the basics looking through APIs and other docs.
ReplyDeleteMantabz bro....Badar
ReplyDeleteIt's private
ReplyDeleteFixed
DeleteThis comment has been removed by a blog administrator.
ReplyDeleteAny chance of making this video available again?
ReplyDeleteFixed
Deletehi neil, first, this is an awesome extjs tutorial! it has made get a better understanding of extjs MVC. one issue though, your code in jsfiddle.net is not running could kindly check it out.
ReplyDeletelewis
Really good video! A nice and simple solution to load controllers.
ReplyDeleteI tested the fiddle and it's not working anymore: TypeError: this.viewport.layout.regions is undefined
I solved this by setting an itemId to the center panel and adding a reference to this in the application: http://jsfiddle.net/vkgjU/395/
Thanks Michels for the heads up. Your fiddle works fine. Much appreciated.
Deletelewis
Very helpful. Thanks :)
ReplyDeletethank you very much.
ReplyDeleteI checked out the fiddle link the sample is not working.
ReplyDeleteHello Neil,
ReplyDeletethanks for the video, but I have a question:
What about if we need to pass some parameters to the controller?
Kind regards