Problem
A textarea object with no config value and which is not rendered returns undefined if you call getValue(). If the textarea gets rendered, the same function will return an empty string...
Type: Posts; User: spacyspacy
Problem
A textarea object with no config value and which is not rendered returns undefined if you call getValue(). If the textarea gets rendered, the same function will return an empty string...
Ah you are right. So there is still the "this.hide();" thing mentioned above...
With the code above t will be e.getTarget(this.delegate) or true, but never null, because if we eliminate the ? part in the line we get:
var t = this.triggerElement = true;
Or am I completly...
It seems not to be clear what is the exact meaning of the following line of code:
var t = this.delegate ? e.getTarget(this.delegate) : this.triggerElement = true;
Is it:
if...
I have seen it in action, it's very impressive, you will like it ;) Gogo Thorsten, need release :D
I want to put a background image inside a grid. In HTML or CSS this is easy, but in Ext it looks more complicated, because of the grid3 css elements having background-colors.
Could opacity be an...
I have records where each has some images, so I want to show a little slideshow with the thumbnails of the images, when mouseover the grid rows. I will to try later to get this done with the "show"...
Has someone already tried to build a mini slideshow in a quicktip? I would like to have a quicktip which cycles through about 5 images showing every image for some seconds. Maybe someone has already...
I had the same problem and replaced the line with:
if(btns[i].render){ // button instance
You are a king, thank you very much ! :)
I have tried that, but I still get the checkbox background image, and also the text is not in line with the other header names.
Is there an easy way to replace the checkbox in the header cell of the CheckboxSelectionModel ?
I want to hide the CSS which shows the checkbox image and put there a short text, but no luck with...
Ok, thx, i have solved it in this way now. Maybe we will get another builtin solution, maybe a default editableColumnCSSclass and a way to change this setting for a grid :)
This is working very well for 1 editable column, the problem now is, if I have more editable columns, I have to specify different CSS classes all with the same css content, otherwise (if using the...
I want to mark editable cells in my grid, so that users can see (!) which cells can be edited. I know a solution would be, to add addClass to every Renderer, but isn't there a more elegant solution?...
Yeah, that's it, thank you!
This applies only to the loading sort of the grid, not the column header click sorts.
Anyone has found a solution for this problem?
I have built an EditorGrid with paging and remote sorting. Whenever I edit a field, and then sort, the editing for exact only the column of the first edit is not working anymore, the other columns...
Thank you very much!
I added the following code to your solution, and everything works fine now:
Ext.Toolbar.Item.prototype.destroy = function()
{
Ext.fly(this.el).remove();...
I have a problem "resetting" a toolbar.
I create the toolbar with:
var toolbar = new Ext.Toolbar();
toolbar.render("elementname");
and I add items with:
Has someone ported this to Ext-2.0 yet, or is there another available extension/code for an multiselect for Ext-2.0?
I use Aptana with the Spket plugin, it's worth a try.
My Aptana+Spket+ext-2.0 solution roughly:
Download:
Aptana Milestone Release 8b: http://www.aptana.com/download_all.php
Spket IDE Plugin 1.6.1: http://www.spket.com/download.html
ext-2.0...
Is there an option intended to put the group summary in the same line as the group title? This would be nice for not "wasting" an extra line when a group is collapsed.
Hi,
I am student and I am very pleased with Ext1.1, it is so coool ;)
Now my question is, is there a special subscription rate for students? For example with SVN access but less/no support...