Ext: Q&A

+ Post New Thread

  1. Unanswered: Adding library files when in dynamic fashion

    Hello, How can I load library files when required instead of adding ext-all-debug.js at the startup time? Would you please guide me right steps...

    Started by mmdullah, 23 Dec 2011 6:44 AM
    extjs stratup, faster startup
    • Replies: 2
    • Views: 493
    23 Dec 2011 10:31 AM Go to last post
  2. Unanswered: ext4.x re-set (pre-existing) tab's title in tab panel

    Spent about an 1.5 hours finding a solution...here is what finally works: tabPanel.getTabBar().activeTab.setText("foobar"); Ext.tab.Panel ...

    Started by foobarr, 23 Dec 2011 8:02 AM
    • Replies: 1
    • Views: 457
    23 Dec 2011 10:13 AM Go to last post
  3. Unanswered: how to set a field to accept nulls

    how can i tell to the model that a field can accept nulls ? so when im editing with a grid wont force me to fill that column Ext.define('User',...

    Started by dedoz, 23 Dec 2011 8:54 AM
    • Replies: 1
    • Views: 429
    23 Dec 2011 9:30 AM Go to last post
  4. Unanswered: MVC Architeture + Reusable Components

    Hi, Trying to apply the suggested MVC architecture that places all code in an appFolder, I started to wonder how to manage reuseable components. ...

    Started by dijksvi, 31 May 2011 11:11 PM
    • Replies: 4
    • Views: 5,623
    23 Dec 2011 7:44 AM Go to last post
  5. Answered: Grid Cell Editing : Change not getting reflected instead showing blank

    Hi Guys, I am using cell editing plugin in my grid to edit cell however its not working. I am able to enter a new value in cell but as soon as I...

    Started by rishisaraf11, 23 Dec 2011 2:34 AM
    • Replies: 7
    • Views: 545
    23 Dec 2011 3:54 AM Go to last post
  6. Exclamation Unanswered: How you pass the store with a param to the GRID(parameter should not be hardcoded) ?

    Hello, I implemented my grid using componnet pagingtoolbar (Ext.toolbar.Paging) in ExtJs 4, when I load the grid use some params(not harcoded),...

    Started by kaolin1k, 23 Dec 2011 2:42 AM
    • Replies: 1
    • Views: 434
    23 Dec 2011 2:47 AM Go to last post
  7. Question Answered: Import of JSON nested data within ExtJS4 data model

    Hi, I am having trouble to implement the ExtJS4 Data.view.Model classes for the JSON data the Google Product Search API returns. Below are the...

    Started by simreno, 22 Dec 2011 1:29 AM
    • Replies: 5
    • Views: 3,999
    23 Dec 2011 2:29 AM Go to last post
  8. Answered: Panel method missing?

    Hi, I have created a view as follows: Ext.define('Importer.view.mmbase.UserControls', { extend: 'Ext.Panel', alias:...

    Started by redmagic, 21 Dec 2011 4:10 AM
    • Replies: 3
    • Views: 548
    23 Dec 2011 1:00 AM Go to last post
  9. Answered: how to startEdit on grid with editor (ext 4.0.7)

    How should i start editing a grid with celledit? in following example i get as you see : <div unselectable="on" class="x-grid-cell-inner...

    Started by Webtel, 22 Dec 2011 5:15 AM
    • Replies: 2
    • Views: 1,399
    23 Dec 2011 12:14 AM Go to last post
  10. Unanswered: Java 5 + ExtJS + Rest (Complex JSON structure)

    I was given the task to implement a REST interface to make our Java application (wicket interface) to render ExtJS components and feed their stores...

    Started by maps_tecnologia, 22 Dec 2011 9:35 AM
    • Replies: 3
    • Views: 1,397
    22 Dec 2011 11:56 PM Go to last post
  11. Unanswered: Different App directory For different pages or use the same directory structure

    I am currently converting a page to the new MVC architecture. I am wondering the best practice for different pages. The MVC tutorial has a top...

    Started by actualeyes, 19 Dec 2011 4:44 PM
    • Replies: 4
    • Views: 950
    22 Dec 2011 11:06 PM Go to last post
  12. Unanswered: Array store not mapping raw data to fields

    Hi, I just started on Ext JS and this is my first example with Arraystore. I have a servlet returning data as below. ] When I associate...

    Started by ryammanuru, 22 Dec 2011 3:37 PM
    • Replies: 1
    • Views: 699
    22 Dec 2011 10:14 PM Go to last post
  13. Unanswered: Submit json data by get in form

    Hi everybody, I want to submit a form, and send the data by method GET and in json format, how can i do this?

    Started by lobosan, 22 Dec 2011 1:53 PM
    • Replies: 1
    • Views: 447
    22 Dec 2011 3:18 PM Go to last post
  14. Unanswered: Highlighting the occurance of certain words selected from a textAreaField

    Hai, I want to check the occurance of certain keywords in the textAreaField. If the word is present, i want to highlight that word in some form...

    Started by chandran09, 21 Dec 2011 10:33 PM
    • Replies: 2
    • Views: 643
    22 Dec 2011 1:07 PM Go to last post
  15. Unanswered: Tree & update on a record (with full sample)

    Hi, Simple use case: A tree with a REST proxy. When I drag/drop an element on that tree (there is just one tree!), I want to update the database,...

    Started by Araberen, 22 Dec 2011 12:56 AM
    • Replies: 2
    • Views: 660
    22 Dec 2011 1:01 PM Go to last post
  16. Unanswered: Ext js 4:Acessing tree node

    Hi all, I am new to extjs.I have created Tree from Xml data generated using Generic handler.My requirement is that on clicking the child...

    Started by raiwinashu, 22 Dec 2011 2:54 AM
    • Replies: 2
    • Views: 1,136
    22 Dec 2011 12:53 PM Go to last post
  17. Answered: Copy contents from a form and save it as a new row in the grid after minor edits.

    I need to implement copy record functionality in a grid. For that first when I right click on a record in a grid, a 'copy window' must pop up...

    Started by sruthi v m, 22 Dec 2011 6:03 AM
    • Replies: 1
    • Views: 420
    22 Dec 2011 11:58 AM Go to last post
  18. Answered: Expanding Tree Nodes Using a REST Proxy

    Hello, I have a basic tree bound to a store with a REST proxy. This loads the tree as expected. I am purposely only returning one level of...

    Started by billtricarico, 5 Dec 2011 9:54 PM
    • Replies: 2
    • Views: 465
    22 Dec 2011 11:52 AM Go to last post
  19. Unanswered: problem with trees sharing same store

    Hello, I have created two trees that share the same treestore. I would expect both trees to behave the same, but they do not. What I am seeing...

    Started by billtricarico, 21 Dec 2011 11:14 PM
    • Replies: 3
    • Views: 1,575
    22 Dec 2011 11:51 AM Go to last post
  20. Answered: Ext js 4:Implementation of tooltip for grid cell

    Hi all, I am new to Ext Js. Below is screenshot of my grid using remote JSON data generated using generic handler. I need to create tooltip...

    Started by raiwinashu, 22 Dec 2011 3:19 AM
    • Replies: 1
    • Views: 1,090
    22 Dec 2011 11:41 AM Go to last post