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 8331797
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T02:31:33+00:00 2026-06-09T02:31:33+00:00

Like always I try to do this for my own, I read the documentation

  • 0

Like always I try to do this for my own, I read the documentation of sencha touch 2 for using stores but I can’t make what I want, I need to make a quick application that can help me to stand how work the stores and proxy into sencha touch, and them I can add this feature to my real project. So this is what I want:

Ext.define("ejemplo.view.Main", {
    extend: 'Ext.Panel',

    requires: [
        'Ext.form.FieldSet',
    ],

    config: {
        fullscreen: true,
        scrollable: true,

        items: [
            {
                xtype: 'fieldset',
                title: 'Guardando Data',
                centered: true,

                items: [
                    {
                        xtype: 'textfield',
                        label: 'Nombre',
                    },
                    {
                        xtype: 'button',
                        ui: 'confirm',
                        text: 'Guargar',

                        handler: function(){
                            //Store my data locally
                        }                   
                    }
                ]
            },
            {
                xtype: 'button',
                text: 'Almacen',
                ui: 'action',
                docked: 'bottom',

                handler: function(){
                    //Show the data
                }
            }
        ]
    }
});

However, I know that this quick app can make the things more easily for all guys that need stand how store the data into sencha touch locally and them can use this data for whatever we need.

Is simply if I make the file and put this file into path for my app, but when I want run the app on other devices this solution no worked. So, please help

Additional, when I make and take the data how i can do a PUT Request to my server from sencha touch?

  • 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-09T02:31:35+00:00Added an answer on June 9, 2026 at 2:31 am
    Ext.Ajax.request({
        url : '/your/request/to/server/url',
        method : 'GET', // You can set also method: 'PUT' (answer for 2nd question)
        params : { // your params you want to send 
            user: 'Alexis
        },
    
        success : function(response) {
        ...
        },
    
        failure : function(response) {
    
        ...
        },
    })
    

    In the callback function you could handle responce via

    if (response.responseText) {
        result = Ext.decode(response.responseText);
    }
    

    Have a look at the Sencha doc for more info

    Cheers, Oleg

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

string format is always like this FirstName=ABC;LastName=XZY;Username=User1;Password=1234. I need the only UserName value (which
I've always felt like SecureString was a little odd, but assumed most of my
I need to break apart a string that always looks like this: something --
hi I have a datepickerdialog but i´d like to change always one day before
I have trouble figuring out why a simple division like this one always returns
I always forget how to do things like this. I have a database table
I was always using JDBC in JavaSE on single-threaded environment. But now I need
I think this shouldn't be a big problem, but I can't find the solution
Ok, so this is actually quite a long story, but i'll try and keep
Okay, so first, I have searched for this everywhere but it seems like every

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.