Ext 3.x: Help & Discussion

Page 52 of 1311 FirstFirst ... 2 42 50 51 52 53 54 62 102 152 552 1052 ... LastLast

+ Post New Thread

  1. How to Remove Red Boundary on Numberfield

    Dear all, Ther is a form containing a numberfield as follow: { xtype:'numberfield', fieldLabel:'Latitude', ...

    Started by zakif, 9 Jul 2012 2:02 AM
    • Replies: 2
    • Views: 433
    9 Jul 2012 2:50 AM Go to last post
  2. DatePicker not positioning correctly in Chrome and showing a white mask.

    I have a DatePicker (new Ext.DatePicker) in a form (html, not ExtJS) and when showing the component (I have attached a function to the show event) I...

    Started by Albareto, 4 Jul 2012 1:13 AM
    • Replies: 1
    • Views: 813
    8 Jul 2012 7:35 PM Go to last post
  3. why Ext.FormPanel hide function cannot work?

    <script> Ext.onReady(function(){ var movie_form = new Ext.FormPanel({ url: '/extjs/movie.do', renderTo:...

    Started by nibuduomaomao, 7 Jul 2012 1:38 AM
    extjs3 formpanel hide
    • Replies: 1
    • Views: 465
    8 Jul 2012 7:32 PM Go to last post
  4. On Browser Refresh [F5] loosing all opened tabs & comes to welcome page in my app

    Hi , anyone can u please help me when I do refresh in my browser , I was lost all the opened tabs & application comes to initial position . But...

    Started by Sameer Khan, 6 Jul 2012 12:23 AM
    • Replies: 3
    • Views: 564
    6 Jul 2012 9:30 PM Go to last post
  5. HTML Editor character counter

    Hi Is xtype:'htmleditor' having character counter feature. i have post a sample code for the reference. function countChars(){ var l=100;...

    Started by tameshwar, 6 Jul 2012 12:19 AM
    • Replies: 1
    • Views: 362
    6 Jul 2012 12:53 PM Go to last post
  6. Consecutive Check boxes

    Hi, Can anyone help me out How to check CONSECUTIVE checkboxes in extjs3.4? That means It should allow very next and previous checkboxes and...

    Started by Krishna aradhya, 1 Jul 2012 9:00 PM
    • Replies: 1
    • Views: 459
    6 Jul 2012 6:23 AM Go to last post
  7. Question ExtJS CheckboxSelectionModel creates two checkboxes??

    Hi I've just noticed that my extJS grid,which uses a CheckboxSelectionModel, actually shows two checkboxes in the left most column. If I make the...

    Started by Sejal, 25 Feb 2010 3:11 AM
    • Replies: 6
    • Views: 2,639
    6 Jul 2012 5:56 AM Go to last post
  8. Selecting value of combobox hides dropdown menu

    Hello, I have a splitbutton with a menu attached to it. When you click on the dropdown menu you see a form with inside a combobox. When you select...

    Started by Robind, 6 Jul 2012 5:22 AM
    combobox, dropdown menu, hide menu
    • Replies: 2
    • Views: 929
    6 Jul 2012 5:53 AM Go to last post
  9. Question Open a new browser window

    Hello all, in ExtJS an ajax request is calling a php script to create a PDF document. That's working fine and without problems. I got the PDF...

    Started by Snoop74, 9 May 2010 11:50 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 35
    • Views: 10,454
    5 Jul 2012 6:59 PM Go to last post
  10. TreePanel hover not highlighting whole node in horizontal scroll

    While working on Tree Panel i noticed an issue. If we create a tree panel with autoScroll set to true and expand the tree. If horizontal scroll is...

    Started by owais.zahid, 5 Jul 2012 10:12 AM
    • Replies: 1
    • Views: 604
    5 Jul 2012 12:50 PM Go to last post
  11. toolbar - getVisibilityEl() is null or not an object

    Hi... I am upgrading my app from ext2 to ext3 at the moment. Using extjs version: 3.2.1 I have a toolbar at the top my page which I am using...

    Started by theCodingChimp, 14 Sep 2010 3:14 AM
    toolbar
    • Replies: 7
    • Views: 722
    5 Jul 2012 7:14 AM Go to last post
  12. ExtJS 3.x Updates

    Hi Sencha Team, our company still uses ExtJS 3.4.x (commercial license without support). Is it possible to get further Ext 3.4.x updates/bugfixes...

    Started by Alinanila, 14 May 2012 7:30 AM
    • Replies: 4
    • Views: 826
    4 Jul 2012 10:44 AM Go to last post
  13. Fieldset resize

    Hi, this seams to be a very old bug. I've read almost 20 different thread about this issue and "it's fixed, it's not fixed...". I've worked too...

    Started by DeathPhoenix, 23 Feb 2010 8:41 AM
    • Replies: 6
    • Views: 2,830
    4 Jul 2012 5:51 AM Go to last post
  14. Tree Node Edit Problem

    I am using this code for tree node edit. var editor = new Ext.tree.TreeEditor(tree); new Ext.tree.TreeEditor(tree, null, { ...

    Started by jignesh.vaja, 4 Jul 2012 2:50 AM
    • Replies: 1
    • Views: 407
    4 Jul 2012 5:35 AM Go to last post
  15. Question How to get both ValueField and displayField value in comboBox

    Hi all, I am need to get both valueField and displayField values, my Jsonstore returns a jsonArray like Fields : data : , ....] In...

    Started by bhanuprakash_kavi, 8 Sep 2009 8:09 AM
    • Replies: 3
    • Views: 5,970
    4 Jul 2012 1:54 AM Go to last post
  16. ItemSelector No Data

    Hi, I'm using ItemSelector/MultiSelect to allow the user to build a list. I was pleased with the way it worked, but I moved the component into an...

    Started by ajwood, 7 Jul 2009 6:58 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 1,728
    3 Jul 2012 9:30 PM Go to last post
  17. Window not displaying HTML properly

    Hello, I am currently trying to learn the Window functionality. From examples and API reading, I feel that I am doing everything ok, however in both...

    Started by waderironman, 18 May 2009 10:55 AM
    • Replies: 6
    • Views: 1,396
    3 Jul 2012 1:33 PM Go to last post
  18. Prevent DateField from parsing a date in wrong format

    I have set up a datefield with like the following code: this.birthday = new Ext.form.DateField({ format: "d.m.Y", validator:...

    Started by sichkant, 21 Jun 2012 1:22 AM
    • Replies: 1
    • Views: 514
    3 Jul 2012 12:47 PM Go to last post
  19. groupingclick

    grouping click doesn't fire on click ...... Is it a bug ?? Ext js 3.3.0

    Started by ing.amdangelo, 2 Jul 2012 5:05 AM
    • Replies: 1
    • Views: 396
    2 Jul 2012 9:05 AM Go to last post
  20. Changing Grid Column data Font Style

    Hi Everybody, I would like to know is it possible to change the grids font style dynamically (by a click of some button). I have a grid with...

    Started by Rashikh, 25 Jun 2012 6:02 AM
    dynamic font change, grid font change
    • Replies: 4
    • Views: 1,581
    2 Jul 2012 7:43 AM Go to last post