Ext: Q&A

+ Post New Thread

  1. Unanswered: how to redirect to another jsp from java

    Hi.. sencha forum member I am having some problem with redirect to another jsp page from my java class. I am using spring 3.0, JPA and extjs...

    Started by rushi2440, 8 Apr 2012 11:15 PM
    • Replies: 3
    • Views: 2,586
    10 Apr 2012 3:51 AM Go to last post
  2. Unanswered: ghost(): is there a way to add afteranimate event?

    Hi! Using the examples/shared/examples.js sample, it does slideIn then fade out with ghost: m.slideIn('t').ghost("t", { delay: 1000, remove:...

    Started by olivierpons, 10 Apr 2012 1:54 AM
    • Replies: 0
    • Views: 210
    10 Apr 2012 1:54 AM Go to last post
  3. Answered: Data store troubles

    It's probably a retarded mistake, but I'm at the point of tearing my hair out. So I'll ask anyway. I have a grid defined like this var grid = new...

    Started by toxkillfraex, 10 Apr 2012 12:28 AM
    grid, load, store
    • Replies: 6
    • Views: 556
    10 Apr 2012 1:32 AM Go to last post
  4. Answered: Element have no name-attribute...

    Hi there, while developing a little web-app, I encountered a weired situation ... The page has a combobox, where the user can select his/her...

    Started by gilaras, 9 Apr 2012 11:02 PM
    • Replies: 1
    • Views: 296
    10 Apr 2012 12:25 AM Go to last post
  5. Unanswered: Iframe resize

    when the user cilck left Menu, the forwardTo function will be called, Then the body area will be reflesh but The iframe in body area can not be...

    Started by seamas, 10 Apr 2012 12:09 AM
    • Replies: 0
    • Views: 422
    10 Apr 2012 12:09 AM Go to last post
  6. Answered: How to redefine Model dynamically?

    I'm developing on Extjs4 MVC framework and would like to redefine my store's model at run time based on the results returned by another query. How do...

    Started by jeeshenlee, 9 Apr 2012 2:02 AM
    • Replies: 8
    • Views: 832
    9 Apr 2012 11:47 PM Go to last post
  7. Answered: Extjs4.0.7 treepanel autoheight issue

    The following is my code, why the autoheight is not working, i just see apart of treepanel var CreateMenuPanel = function(TypeID,title){ ...

    Started by seamas, 14 Mar 2012 8:07 PM
    2 Pages
    1 2
    • Replies: 18
    • Views: 1,895
    9 Apr 2012 11:39 PM Go to last post
  8. Unanswered: Problem in changing the Ext.draw item property IE8

    Hi, I am using Ext.draw component in my application. I have an issue with setting a properties (opacity,stroke-dasharray) to the draw componenet...

    Started by rameshmn, 9 Apr 2012 10:13 PM
    ext.draw style
    • Replies: 0
    • Views: 239
    9 Apr 2012 10:13 PM Go to last post
  9. Answered: Uncaught TypeError: Cannot call method 'format' of undefined

    Hi all, I am using extjs version 3.4 and I am getting one error in this line:var query = new RegExp(Ext.String.format('field1',...

    Started by raj542, 9 Apr 2012 9:14 PM
    extjs 3 and 4, extjs 3.0 to 4.0
    • Replies: 2
    • Views: 642
    9 Apr 2012 10:06 PM Go to last post
  10. Unanswered: tree node expand doesn't always call the backend to fetch new information

    Once a tree node is expanded and after that if you collapse and expand again it does not reload the children by calling the hrefTarget. It still...

    Started by sde, 9 Apr 2012 2:21 PM
    • Replies: 0
    • Views: 201
    9 Apr 2012 2:21 PM Go to last post
  11. Unanswered: features ext js charts compared to highcharts

    We investigate if we want to use build in extjs charting or another lib like http://www.highcharts.com/products/highstock highstock. We run now on...

    Started by kdeelstra, 9 Apr 2012 12:43 AM
    • Replies: 3
    • Views: 1,749
    9 Apr 2012 1:33 PM Go to last post
  12. Unanswered: Ext.ux.form.SearchField bug in MVC enviroment?

    Hello, I have a doubt, the ux.searchfield not work properly in MVC environment, if i assign the grid store, to make a query, an error rise in ...

    Started by icebergdelphi, 6 Apr 2012 6:04 PM
    • Replies: 4
    • Views: 775
    9 Apr 2012 1:02 PM Go to last post
  13. Answered: Grid Live Search not working for Locking column model

    Hi All, I am new to Ext JS, my requirement is like a gird with locking column model(locking grid view) with a search box on the top, I am able to...

    Started by ganesh_gk31, 9 Apr 2012 9:11 AM
    live search, lockinggridview
    • Replies: 3
    • Views: 778
    9 Apr 2012 12:20 PM Go to last post
  14. Unanswered: How to relay events between children

    I want to relay events between items of container. I'm trying: Ext.define("MainPanel", { extend: "Ext.panel.Panel", initComponent:...

    Started by Ex_Soft, 9 Apr 2012 4:44 AM
    • Replies: 4
    • Views: 856
    9 Apr 2012 12:07 PM Go to last post
  15. Unanswered: How to fire ENTER key press event using fireEvent?

    Hello, I'm trying to fire a specialkey event on a text field to test one of my functionalities using jasmine. Couldn't figure out how to pass a...

    Started by venkat.sivaraj, 7 Apr 2012 7:18 AM
    events, fireevent, testing
    • Replies: 1
    • Views: 1,009
    9 Apr 2012 11:22 AM Go to last post
  16. Unanswered: Adding a tree panel dynamically

    I have the following code: var usersStore = Ext.create('Ext.data.TreeStore', { autoLoad: false, proxy: { type: 'ajax', ...

    Started by Zorrocaesar, 27 Mar 2012 11:03 PM
    panel, regions, tree panel
    • Replies: 2
    • Views: 314
    9 Apr 2012 11:00 AM Go to last post
  17. Unanswered: How can I Remote Loading Items use extjs 4 checkbox group

    my code Ext.define('Ehr.abstract.CheckboxGroup', { extend : 'Ext.form.CheckboxGroup', alias :...

    Started by ddsbn, 1 Apr 2012 9:56 PM
    • Replies: 1
    • Views: 866
    9 Apr 2012 10:53 AM Go to last post
  18. Unanswered: Generated View Getters

    Ext.define('MyApp.controller.Posts',{ extend:'Ext.app.Controller', views:'posts.List','posts.Edit'], //the rest of the Controller here});...

    Started by ttbgwt, 5 Apr 2012 6:31 PM
    • Replies: 8
    • Views: 786
    9 Apr 2012 9:57 AM Go to last post
  19. Unanswered: Screen Resolution Issue

    I have developed some web pages using EXTJS 4, pages are viewed properly in desktop but the same page when opened in a laptop it is not rendering...

    Started by suryaphani, 28 Mar 2012 5:09 AM
    screen resolution
    • Replies: 2
    • Views: 462
    9 Apr 2012 9:04 AM Go to last post
  20. Unanswered: How server side CRUD works ?

    How server side CRUD works ? Hi, I am new to sencha and thanks to many examples ext-4.0.7-gpl contains, I managed to make it works on client side. I...

    Started by shensi, 9 Apr 2012 1:49 AM
    • Replies: 2
    • Views: 677
    9 Apr 2012 7:47 AM Go to last post