in ExtJS, is there anyway to create a hidden field with a 'store', meaning that when I load the page, the hidden field will make a request to the server based on a url and store the value within itself. Similar to what src does for image or what store can do got grid.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
Easiest way to achieve that is to invoke custom ajax request. Example:
|
|||
|
|