Ext 1.x: Help & Discussion

Page 4 of 507 FirstFirst ... 2 3 4 5 6 14 54 104 504 ... LastLast

+ Post New Thread

  1. Get Ext.Panel dockedItem item textfield value

    Hi, I have a seemingly simple requirement to grab the text of a dockedItem's item's textfield value. I.e, what the user has entered in an input...

    Started by BarryN, 30 Jan 2012 2:22 PM
    • Replies: 0
    • Views: 486
    30 Jan 2012 2:22 PM Go to last post
  2. Cool XmlReader mapping to XML attribute

    People, Hotwo mapping XML attributes in XmlReader like mapping XML Elements ? I whant: <item name="" value="" .../> <item name="" value=""...

    Started by Davi Baldin, 20 Jul 2007 7:12 AM
    • Replies: 7
    • Views: 8,019
    16 Jan 2012 4:34 PM Go to last post
  3. Question Paging toolbar for a local data store

    Hi, I am new to Ext-JS and I have a requirement in my current project for a paging of a grid based on a local data store. Could anyone please...

    Started by arunknathan, 12 Jan 2009 10:09 PM
    • Replies: 8
    • Views: 11,347
    1 Jan 2012 1:23 AM Go to last post
  4. DIV over image, z-index, click issue

    I have a screen with a DIV over an Image. The onclick or Ext.EventManager.on(...click) or Ext.get.on do not work on the DIV in IE7. It works fine in...

    Started by ganesh, 31 Jul 2007 8:00 AM
    • Replies: 5
    • Views: 8,185
    14 Dec 2011 6:00 PM Go to last post
  5. DynamicJsonReader & Paging

    After finding this absolute gem of a post on how to do dynamic columns I've been a bit stuck on getting paging working. So I'm hoping somoene can...

    Started by Ashiro, 7 Nov 2007 12:33 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 5,571
    11 Dec 2011 11:25 PM Go to last post
  6. Question Grid Pagination Using Different Params for start and limit

    I am building a grid with pagination using a PagingToolbar and a Store created from a ScriptTagProxy using a JSONReader. My problem is that the...

    Started by tpouyer, 26 Jun 2007 4:05 PM
    • Replies: 7
    • Views: 2,563
    29 Nov 2011 1:44 AM Go to last post
  7. Submit always failure help!!!

    Hello I have a problem with submit I created three pages one for html, js and another html page with the return called as "submit.html" ...

    Started by ratatuia, 20 Jul 2007 5:17 AM
    • Replies: 6
    • Views: 2,723
    23 Nov 2011 1:17 AM Go to last post
  8. How to give HYPERLINK in EXTJS grid

    I have created a grid in extjs. I need to make a particular column element a 'hyperlink'.

    Started by uma, 13 Jan 2008 9:11 PM
    • Replies: 3
    • Views: 9,612
    17 Nov 2011 10:01 PM Go to last post
  9. Set ComboBox selected value from form.load()

    I've got a form inside a LayoutDialog. This form loads its data dynamically when a row in a grid is double clicked. Most of it works great, but one...

    Started by rswafford, 14 May 2007 7:07 PM
    • Replies: 5
    • Views: 15,505
    15 Nov 2011 4:51 AM Go to last post
  10. how to stop click event when having dblclick event

    Hi, A simple question, how do i stop the click event from happening (twice) when i also have a dbl click event listener and in case of a double...

    Started by seldon, 15 Feb 2007 4:18 PM
    • Replies: 5
    • Views: 7,449
    8 Nov 2011 12:31 AM Go to last post
  11. Cancel drop event in tree

    Question: How can you cancel a drop event in a tree, AND cancel the animation that moves the dropped item back to its original position? ...

    Started by MaxT, 1 May 2007 4:05 AM
    • Replies: 1
    • Views: 1,736
    1 Nov 2011 12:34 AM Go to last post
  12. [SOLVED] how to create PASSWORD field in ext js

    how to create PASSWORD field in ext js

    Started by uma, 13 Jan 2008 9:13 PM
    • Replies: 3
    • Views: 13,624
    28 Oct 2011 10:17 PM Go to last post
  13. Smile how to dynamically add hidden field to form?

    i use form.add({ new Ext.form.TextField({ name: 'nodeId', hidden:true })}) to add a hidden...

    Started by littlegg, 23 Sep 2007 5:03 PM
    • Replies: 9
    • Views: 9,909
    27 Oct 2011 1:19 AM Go to last post
  14. Tree + Drag n Drop disable selection during drag

    I have a tree where the nodes are movable within the tree and selecting a node submits a form (reloading the page). Problem is that a selection...

    Started by dustismo, 25 Jul 2007 8:31 AM
    • Replies: 5
    • Views: 4,869
    19 Oct 2011 7:15 PM Go to last post
  15. Question Reload tree panel

    Hello: I have a tree panel that loads data from the server and I have a form too. With this form the user can to change data on the server and i...

    Started by janixams, 19 May 2008 12:57 PM
    • Replies: 7
    • Views: 4,132
    18 Oct 2011 2:42 AM Go to last post
  16. how to place button in grid cell?

    I'm *very* new to ExtJS so i'm just learning the ropes. My Javascript (and programming skills in general) are fairly basic. I'm attempting to build...

    Started by bcamp1973, 14 Nov 2007 8:48 AM
    • Replies: 7
    • Views: 12,091
    17 Oct 2011 11:33 PM Go to last post
  17. add/delete/rename tree nodes?

    how can i implement a button that will delete a selected node, add a node to the tree, or do an inline rename of a node? also how could i...

    Started by snod0g, 21 Mar 2007 12:34 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 22,792
    15 Oct 2011 7:54 AM Go to last post
  18. paging and remoteSort

    Hello, great framework! I'm using a store with a PaingToolbar. Everything works fine so far, but I can't figure out how to force the grid to...

    Started by saubua, 10 Mar 2007 9:48 AM
    • Replies: 4
    • Views: 4,249
    14 Oct 2011 12:08 PM Go to last post
  19. Group summary for column in the grid

    Hi, I have one grid with four column with numric data, in the fifth column i want to disaply the sum of firtst four column value. Please give me...

    Started by smruti_patra, 22 Jan 2008 9:51 AM
    • Replies: 1
    • Views: 1,823
    11 Oct 2011 7:30 AM Go to last post
  20. Render a Date field

    Hi all, I have an xml which returns a date in format 2007-06-04 14:47:00.0 and I tried using: renderer: Ext.util.Format.dateRenderer('Y-m-d...

    Started by mharkus, 4 Jun 2007 1:54 AM
    • Replies: 2
    • Views: 7,451
    27 Sep 2011 11:11 PM Go to last post