as the title if I use the project with 'boder' layout.
Thanks in advance!
as the title if I use the project with 'boder' layout.
Thanks in advance!
Do you mean different pages as in different files for your application?
Then your answer would be yes. I`m new to ExtJS, but have found that I like to keep my configs apart from my functions, so I use different files.
Interesting matter though, i`m curious how the experencied programmers manage their application - layouts.
Anybody have some pattern-thoughts on this matter?
I`m from Holland!
Do you mean different pages as in different files for your application?
I'm not mean that.
different pages should in different files,but I mean an application should has one jsp page or more than one jsp page.
I saw an Extjs application user only one jsp page such as "index.jsp" with many js files.If I use like this,I don't know how to redirect the page.so I'm looking for a best method in the project.
Where possible, it's best to use a single page on your application.
Twitter - @evantrimboli
Former Sencha framework engineer, available for consulting.
As of 2017-09-22 I am not employed by Sencha, all subsequent posts are my own and do not represent Sencha in any way.
Yes, apart from anything else, having more than one page is going to make browser forward/back button behaviour rather confusing. With one page it's simple - the back button goes back to the last normal webpage the user visited.
I think you can create class and use it.But I do not know how will effect the properties of your .jsp (time,performance...)
That is to say,it's best to use a single page on Extjs application.
Thanks very much!
Yes, I am new ext and trying to learn all stuff for about one month.Yesterday,my subject is creating new class and binding it to link. I achieve this but something goes wrong my content is not showing properly when grid panel is loading.Therefore,I suggest you to take your code's backup if you already created your js file. Have nice job...