I’m new to Javascript and extJS, so please bear with me.
I have a webpage displaying a form using extJS.
The url identifies the object which should get displayed in the form. It looks like:
http://some.url.com/myapp/user/23
What is the idiomatic way to access the 23 part from the url, in order to load the correct data?
To get the ID, do the following: