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.
in ExtJS, is there anyway to create a hidden field with a ‘store’, meaning
Share
Easiest way to achieve that is to invoke custom ajax request. Example: