Ext: Q&A

+ Post New Thread

  1. Unanswered: Create reusable components with extjs 4

    Hi, How can i create a reusable extjs components ( panels, fromPanels, data stores ) with out using extjs 4 MVC. If its not possible how to do it...

    Started by nani1216, 23 Feb 2012 2:07 AM
    • Replies: 3
    • Views: 1,365
    24 Feb 2012 5:34 AM Go to last post
  2. Unanswered: how can i count the total number of selected records in a grid panel ?

    how can i count the total number of selected records in a grid panel ? i want to count the total number of records selected by 'select' event of the...

    Started by abhisekhdawn, 23 Feb 2012 1:20 AM
    • Replies: 4
    • Views: 1,066
    24 Feb 2012 5:11 AM Go to last post
  3. Unanswered: How do you adjust scrollLeft of a Panel?

    I put a set of map images in a panel which is smaller that the images and has autoscroll on. I can scroll and see the map but when the panel...

    Started by worthlutz, 23 Feb 2012 11:01 AM
    • Replies: 4
    • Views: 892
    24 Feb 2012 5:08 AM Go to last post
  4. Answered: Get Item by ID from Store using getByID

    I am trying to get the item from the store using getById method but it returns null even if the id is present in the store. see image from more...

    Started by himalpatel, 24 Feb 2012 4:15 AM
    • Replies: 2
    • Views: 504
    24 Feb 2012 4:52 AM Go to last post
  5. Unanswered: Resize TabPanel

    How can I dynamically resize the width of a tabPanel ? Thanks Himal

    Started by himalpatel, 24 Feb 2012 12:58 AM
    • Replies: 5
    • Views: 651
    24 Feb 2012 2:14 AM Go to last post
  6. Unanswered: Error While Loading store in ExtJS MVC

    hi. forum members I need your support. I am working on EXtJS MVC. and I am Creating Scheduler. In that In My View I am Loading My Store but...

    Started by rushi2440, 23 Feb 2012 5:29 AM
    • Replies: 4
    • Views: 1,408
    24 Feb 2012 1:11 AM Go to last post
  7. Thumbs up Unanswered: Store not able to send data correctly to server side

    hi.. sencha forum member I am having one problem in sync event of my Store. my projectganttPanel.js code is below mentioned var start = new...

    Started by rushi2440, 21 Feb 2012 4:13 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,366
    24 Feb 2012 1:06 AM Go to last post
  8. Unanswered: Change the fieldLabel in a form.

    Hi. How can i change the fieldLabel in a form field, after the form is rendered?

    Started by turbod, 23 Feb 2012 11:34 PM
    extjs 4, form, label, label text
    • Replies: 1
    • Views: 407
    24 Feb 2012 12:27 AM Go to last post
  9. Answered: Prevent post on insert as in rest proxy example

    Hi, In the rest proxy example clicking add does not automatically generate post event. Why is this? I would like to achieve the same but when I...

    Started by BenJenkin, 22 Feb 2012 8:03 PM
    • Replies: 2
    • Views: 336
    24 Feb 2012 12:02 AM Go to last post
  10. Unanswered: Hide DockedItem

    Hi, I'm trying to hide a dockeditem from view, but I can't remove it completely. The component itself is removed, but the "area" in which the...

    Started by frankbolviken, 23 Feb 2012 2:59 AM
    • Replies: 2
    • Views: 484
    23 Feb 2012 11:37 PM Go to last post
  11. Unanswered: Grid displaying enumeration from HtmlEditor

    After saving this text using my htmleditor.... .. and loading this text in my grid, the grid row only shows: But i need to display the...

    Started by muselmanach, 23 Feb 2012 4:24 PM
    • Replies: 3
    • Views: 548
    23 Feb 2012 7:53 PM Go to last post
  12. Unanswered: Date convert timezone issue

    I'm having trouble with the DATE convert function, apparently due to timezone issues. Ext.data.Types, line 159: parsed = Date.parse(v); return...

    Started by mdavis6890, 6 Feb 2012 7:26 AM
    date convert timezone
    • Replies: 9
    • Views: 3,503
    23 Feb 2012 1:08 PM Go to last post
  13. Question Answered: Model association not working

    Hi, I'm new with Ext JS 4.0. After reading the Data and MVC documentation, I'm now trying it out for the first time. I'm having currently...

    Started by adube, 21 Feb 2012 10:43 AM
    association, belongstoassociation, hasmany association, json, model
    • Replies: 8
    • Views: 1,015
    23 Feb 2012 11:56 AM Go to last post
  14. Answered: store.createModel() ??

    Looking in the source code (via the online docs).... I see in the store.js file a function called createModel() createModel: function(record)...

    Started by dcoan604, 22 Feb 2012 10:52 PM
    • Replies: 2
    • Views: 307
    23 Feb 2012 9:37 AM Go to last post
  15. Answered: Minify ext-all Javascript File

    Hello, First of all, It's not good practice to make modificaiton in ext-all file. but sometimes, it becomes necessary to modify it to handle the...

    Started by himalpatel, 21 Feb 2012 6:01 AM
    • Replies: 5
    • Views: 745
    23 Feb 2012 8:42 AM Go to last post
  16. Unanswered: export grid data to excel sheet for extjs4

    hi, i found a link to convert grid data to excel in this link http://edspencer.net/2009/11/ext-ux-exporter-export-any-grid-to-excel-or-csv.html but...

    Started by wasima, 23 Feb 2012 7:37 AM
    • Replies: 1
    • Views: 1,582
    23 Feb 2012 8:40 AM Go to last post
  17. Unanswered: GridPanel hbox align stretch

    Attempting to present a screen from a grid where one record would occupy the complete container, two records would each occupy 50% of container and...

    Started by richmond, 23 Feb 2012 5:40 AM
    • Replies: 1
    • Views: 506
    23 Feb 2012 8:28 AM Go to last post
  18. Question Answered: Vertical header text in grid

    Hi, Is it possible to create header text going vertically, not horizontally for grid headers? (As per screenshot) Thanks, Tom

    Started by tomearly, 23 Feb 2012 1:38 AM
    • Replies: 1
    • Views: 423
    23 Feb 2012 8:12 AM Go to last post
  19. Unanswered: Issue overriding GetStyle Method

    Hello, I am trying to override following code, but getting that error in line return cls.override(overrides); that object doesn't support this...

    Started by himalpatel, 23 Feb 2012 7:40 AM
    • Replies: 1
    • Views: 241
    23 Feb 2012 8:05 AM Go to last post
  20. Unanswered: border layout inside a window, which is a module of desktop

    Hi, Is it possible to have a border layout inside a window, which is a module of the web desktop example. I am asking because border layout...

    Started by phamtranquocviet, 22 Feb 2012 10:02 PM
    • Replies: 1
    • Views: 395
    23 Feb 2012 7:58 AM Go to last post