Archive For The “ExtJS” Category

ExtJS 4 Tree dragText

Another quick one whilst it’s in my head. I was dragging between other components and the tree the other day and I wasn’t happy with the text used when dragging. So here’s a few overrides for ExtJS 4.0.7 that will let you set a dragField with your gridviewdragdrop plugin that will use the field in [...]

Read more »

ExtJS 4 Tree allowContainerDrop FUUUUUUUU!

So I’ve been doing some work with the ExtJS tree for the past few days. Day one – Getting the basic tree to work reading data from my api.. magic. Day two – updating that data using drag’n’drop from two grids of data -Separate post coming soon on this bee tee dub- a bit hellish, [...]

Read more »

ExtJS 4 checkbox empty values

Another quick one here. I’ve been using ExtJS on a new project and I’ve just noticed the default behaviour of the checkboxes in the form is a bit of a pain in the ass for working with server side. The default behaviour is to post ‘on’ when the checkbox is selected and nothing when its [...]

Read more »