Ext 3.x: Help & Discussion

Page 9 of 1309 FirstFirst ... 7 8 9 10 11 19 59 109 509 1009 ... LastLast

+ Post New Thread

  1. zoom image on mouse over

    Hi, My grid has a column that displays images in size 100x100. On mouse-over on an image(grid cell), I want to zoom the image to size 200x200....

    Started by raj_plays, 18 Jun 2012 12:39 AM
    • Replies: 6
    • Views: 2,514
    21 Mar 2013 6:36 AM Go to last post
  2. checkbox and formbind

    When using formbind in ext js 3, i can setup my textfields like this: items:, but how do i setup a checkbox, which i want to be...

    Started by peturkirke, 18 Mar 2013 9:24 AM
    • Replies: 4
    • Views: 350
    21 Mar 2013 6:36 AM Go to last post
  3. confirm with ok - cancel buttons

    just wondering how can I change a confirm dialog so that the button are ok and cancel vs. yes and no. ...

    Started by michaelc, 11 Nov 2009 5:01 PM
    • Replies: 3
    • Views: 3,563
    21 Mar 2013 4:35 AM Go to last post
  4. ExtJs 3.1.0 : IE8 invalid argument on cssText assignement

    Hello My problem is the same as described in this post. After a certain constant number of successful runs (16 I think), the following code...

    Started by lchapon, 12 Mar 2013 8:26 AM
    csstext, feyasoft calendar, ie8, invalid argument
    • Replies: 2
    • Views: 414
    20 Mar 2013 4:57 AM Go to last post
  5. Having problems sending the right value from my ComboBox

    Hey, I'm having troubles sending the right value by using a ComboBox. The value that's being sent, is the displayField instead of my valueField. I've...

    Started by Sinredux, 19 Mar 2013 6:01 AM
    combobox, displayfield, valuefield
    • Replies: 2
    • Views: 209
    20 Mar 2013 1:44 AM Go to last post
  6. How to call the extjs rss feed under a particular div?

    Could anyone please help me in displaying a extjs rss feed under a particular div i have created.As if now,It is displaying under body tag.I was able...

    Started by mrudhul, 17 Mar 2013 8:10 PM
    rss feed viewer
    • Replies: 1
    • Views: 206
    19 Mar 2013 12:47 PM Go to last post
  7. need GroupSummary to show Group name

    I've got a Grid set up with both GridSummary and GroupSummary. The user is happy with me setting a static summaryRenderer for a label in the...

    Started by JKeane, 9 Feb 2011 8:58 AM
    • Replies: 1
    • Views: 752
    18 Mar 2013 6:29 AM Go to last post
  8. problem in file upload

    In internet explorer 8 when i try to upload a file the the IE tries to download the action item from the servlet. and file is not uploading. the...

    Started by lethalpunch, 13 Mar 2013 12:53 AM
    download window, file upload, internet explorer 8
    • Replies: 2
    • Views: 356
    18 Mar 2013 1:57 AM Go to last post
  9. ExtJS hiding grid inside the layout issue

    I am using ExtJS version3 for UI development. And also i used extDesigner to make UI components. I have taken one tab panel and created tabs for...

    Started by thirupaj, 14 Mar 2013 10:50 PM
    extjs 3 layout issues
    • Replies: 2
    • Views: 278
    18 Mar 2013 12:50 AM Go to last post
  10. lost body crollbar when I mask execute

    IF I execute Ext.get(document.body).mask("save", 'x-mask-loading'); or Ext.get(document.body).mask().hide(); then My HTML Page Body lost...

    Started by k_nishida, 17 Mar 2013 6:25 PM
    • Replies: 1
    • Views: 152
    17 Mar 2013 11:02 PM Go to last post
  11. comboBox problem

    hi i am using the new Ext.form.ComboBox({}) i want to show the max length of the combo is 50 which show the appName if last two latters are...

    Started by @naresh, 14 Mar 2013 1:16 AM
    • Replies: 2
    • Views: 186
    17 Mar 2013 10:26 PM Go to last post
  12. Combos in two forms only one shows values

    Hi, I've two combos with different names, ids and stores in two different Ext.Window, When I open form1-combo1 works fine but when I open...

    Started by ehuertasf, 15 Mar 2013 4:18 PM
    • Replies: 2
    • Views: 236
    17 Mar 2013 6:14 PM Go to last post
  13. Different behavior from 3.2.3 to 3.3.0 on field positionning.

    Here is a simple code I found to illustrate a different behavior from 3.2.3 to 3.3.0 on field positionning. var combo = new...

    Started by nico168, 14 Mar 2013 5:26 AM
    combo box, positioning, regression
    • Replies: 2
    • Views: 202
    17 Mar 2013 2:39 PM Go to last post
  14. ExtJS 3-4: GridFilters is not working with type 'date'

    Hi all, I found 6 types under ux/grid/filter/ StringFilter NumericFilter ListFilter Filter DateFilter BooleanFilter

    Started by nvchien1407, 13 Mar 2013 3:09 AM
    cls is not a constructor, datefilter, filter type 'date', gridfilter, sp is undefined
    • Replies: 2
    • Views: 365
    16 Mar 2013 3:21 AM Go to last post
  15. Extjs 3.2.1 grid resizing in expand and collapse of its container

    Gird properly displayed inside center panel on left panel collapse. Grid distorted on left panel expand. Code used: <html>

    Started by ragam, 13 Mar 2013 9:10 PM
    extjs 3.2.1, grid autoresize
    • Replies: 1
    • Views: 176
    15 Mar 2013 12:33 PM Go to last post
  16. cell alignment problem in Extjs grid

    cell data is aligned improper and when mouse hover it will set to the actual alignment. the step i took to over come this issue > Refresh the...

    Started by smkkiran, 15 Mar 2013 12:12 AM
    • Replies: 1
    • Views: 209
    15 Mar 2013 1:58 AM Go to last post
  17. Implementing column locking in recordForm editor example

    Hello, I've taken the example at http://recordform.extjs.eu/ and tried implementing column locking by including the extjs 3.4 version of the locking...

    Started by bizcatalyst, 14 Mar 2013 9:25 PM
    column lock, recordform
    • Replies: 0
    • Views: 178
    14 Mar 2013 9:25 PM Go to last post
  18. Max Height for autoSizing of Component

    Hi guys, i've created my own treecombo which extends TriggerField with autosizing for this component. I would like to create some criteria for...

    Started by nohaapav, 25 Feb 2013 4:14 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 751
    14 Mar 2013 8:32 AM Go to last post
  19. Need some help rendering Ext.ux.grid.GridFilters outside the grid

    Hi everybody, I'm using extjs 3.4 and Ext.ux.grid.GridFilters 0.2.7, I need render a specific column filter (is a list menu) in a panel, and that...

    Started by acuenca, 11 Mar 2013 7:28 AM
    • Replies: 2
    • Views: 313
    14 Mar 2013 4:46 AM Go to last post
  20. 3.4 Sencha Docs look strange

    hey, has anyone noticed that parts of the online documentation have strange formatting recently? E.g. see this screenshot (I filtered to...

    Started by docsnyder, 11 Mar 2013 8:48 AM
    • Replies: 2
    • Views: 257
    14 Mar 2013 12:18 AM Go to last post