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

  • Home
  • SEARCH
  • 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 8926967
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T08:06:48+00:00 2026-06-15T08:06:48+00:00

With ASP.NET MVC controllers, the controller itself responds with requests from the client to

  • 0

With ASP.NET MVC controllers, the controller itself responds with requests from the client to rebuild the view and/or supply data.

However, I’m trying to understand how a view relates to a Sencha Touch controller. I’ve not seen anywhere how a controller actually creates the views. Am I missing something?

How does this compare with ASP.NET MVC controllers?

Update
An update to my original query since some investigation. It seems that all controllers are loaded in by the app, and the controller itself has no knowledge of any particular view it refers to. It seems to listen to an event from any control on any view. So a controller could in effect respond to events from 2 completely different views.

  • 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-15T08:06:49+00:00Added an answer on June 15, 2026 at 8:06 am

    You define what controls the Controller listens too in the “config>control” section, you uses a css like selector language to select the control, eg:

    Ext.define('App.controller.MyController', {
        extend: 'Ext.app.Controller',
    
        config: {
            control: {
                'button': { tap: 'onButtonTap' },
                '#superButton': { tap: 'onSuperTap' }, //select by ID
                '#SpecificView textarea': {change: 'onChange'} // all textareas in the id:View
            }
        }
        ...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A controller in my ASP.NET MVC application pre-populates form data displayed by my view
ASP.Net MVC Controllers have several methods of forwarding control to another controller or action.
I got a ASP.NET MVC controller like this [Authorize] public class ObjectController : Controller
I have an ASP.Net MVC Controller with a 'MapColumns' action along with a corresponding
Is is possible to inject IPrincipal using Castle Windsor into my asp.net mvc controller.
Using log4net we would like to log all calls to our ASP.NET MVC controller
I am trying to use Autofac and Autofac.Integrations.Web to register ASP.NET MVC controllers. I
I have an ASP.NET MVC 3 controller action. That action is defined as follows:
ASP.NET MVC 3 can generate scaffold code for us(controllers and views). The generated views
In my Controller in a Asp.net MVC 1 app I want to use UpdateModel

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.