Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9130555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T07:59:05+00:00 2026-06-17T07:59:05+00:00

in ExtJS, is there anyway to create a hidden field with a ‘store’, meaning

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T07:59:06+00:00Added an answer on June 17, 2026 at 7:59 am

    Easiest way to achieve that is to invoke custom ajax request. Example:

    var hiddenField = [...];
    
    Ext.Ajax.request({
        url: 'foo.php',
        success: function(response, opts){
            hiddenField.setValue(response.responseText);
        },
        failure: function(response, opts) {
            alert('Error');
        },
        params: { foo: 'bar' }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to display Icon along with display field in ExtJs Combo.Is There any extension
Is there a button in ExtJS with increment/decrement feature (something like that )? I
I've noticed that in ExtJS (version 3) if you create an async treenode followed
There was an Ext.ux.wizard for extjs 2.0 which we could create wizard like forms
ExtJS has Ext.each() function, but is there a map() also hidden somewhere? I have
I am using ExtJS 4.0.7 I have grid on my page. If there is
I'm trying to add extjs components to tpl panel. Is there anyway to insert
Is there any way to attach a listener to FullCalendar that will be fired
Is there a method allowing me to return my stored data in an ExtJS
Take a look at this example: http://www.extjs.com/deploy/dev/examples/multiselect/multiselect-demo.html On it, there are components rendered against

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.