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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T06:12:30+00:00 2026-05-23T06:12:30+00:00

I have gone through dev.sencha.com and while I do understand Javascript/jQuery, I do not

  • 0

I have gone through dev.sencha.com and while I do understand Javascript/jQuery, I do not understand the syntax followed in Sencha Touch or ExtJS.

Could you please give a general idea with an example of what or how the syntax works..Also how exactly should one think when trying to integrate Sencha touch into a HTML/CSS web app ? Also any analogy to jQuery ?

  • 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-05-23T06:12:31+00:00Added an answer on May 23, 2026 at 6:12 am

    Sencha Touch is Javascript. It is written in JS there is very little magic in the library. If you understand JS you should be able to understand Sencha Touch.

    Sencha Touch and JQuery are very different ways of approaching the same problem. Sencha Touch uses Object Oriented programming concepts much more than jQuery does. As well, there are things that are very similar. After working in jQuery for such a long time you need to have a open mind when approaching other Javascript libraries as there are different concepts that jQuery does not follow.

    Also the libraries are targeting different ‘niches’. I would say that Sencha Touch is more of a MVC library, containing UI widgets (like jQuery UI), with multiple data abstractions (ORM-lite, syncronizing) and happens to have DOM manipulation. jQuery is mostly DOM manipulation.

    Where jQuery and Sench Touch are the same:

    jQuery

    $('#mydiv').addClass('highlighted').css({'background-color': red'});
    

    Sencha Touch:

    Ext.select('#mydiv').addCls('highlighted').applyStyles({'background-color': red'});
    

    jQuery

    $.get('someurl', 'get', function(){ console.log("Success")})
    

    Sencha Touch

    Ext.Ajax.request({'url': 'someurl', 
      method: 'get', 
      success: function(){ console.log('success')})
    

    So you can see that there are ways of performing similar tasks in both of the libraries.

    However things you can’t do in jQuery. Like create a full browser window that has a carousel in it.
    Sencha Touch:

    var panel = Ext.Panel({
       dockedItems: [ {xtype: 'toolbar', title: 'Sample Toolbar', dock: 'top' } ]
       items: [ {xtype: 'carousel', items: [
                 {html: 'card 1'},
                 {html: 'card 2'}]
       ],
       fullscreen: true
    });
    panel.show();
    

    Instead of looking online at their demos, which I agree can be pretty confusing, I would recommend watching their introductory videos on their vimeo channel and take a look at their examples in their downloaded source code.

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

Sidebar

Related Questions

I have gone through various articles, but I still do not know why instanceof
while reading cocoa fundamental guide i have gone through: (void)addObserver:(id)notificationObserver selector:(SEL)notificationSelector name:(NSString *)notificationName object:(id)notificationSender
I have gone through the documentation: https://web.archive.org/web/20130309051214/http://developer.apple.com/library/ios/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/GestureRecognizer_basics/GestureRecognizer_basics.html#//apple_ref/doc/uid/TP40009541-CH2-SW2 I am trying to implement the check
I have gone through many post but did not got any clear answer. I
I have gone through the article http://developer.android.com/resources/articles/avoiding-memory-leaks.html . In this article it is suggested
I have gone through Cuda programming guide but still not clear where does cuda
While I have gone through a lot of information on w3.org about Doctype and
I have gone through their developer guide but haven't been able to find a
Over the years as I have gone through school and been working in the
Have gone through hibernate api specification on FlushMode but didn't get the exact difference.

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.