Search Type: Posts; User: irina
Search: Search took 0.02 seconds.
-
3 Aug 2010 9:48 AM
Jump to post Thread: [2.x] US Dollar Form Input Field by irina
- Replies
- 40
- Views
- 23,791
1. A value is not set when this field is rendered and the value starts with "$". I made changes in setValue() to make it work (changes are in red).
setValue : function(v) {
if(v !==... -
8 Feb 2010 1:50 PM
Jump to post Thread: Ext.ux.form.FileUploadField in IE by irina
- Replies
- 2
- Views
- 1,464
Hi all,
I have to send a server request to check a file size because there is no way to check the file size in IE on the client side. If the file is about 10 MB, all works fine and my server... -
26 Jan 2010 12:14 PM
Jump to post Thread: Ext.ux.form.FileUploadField in IE by irina
- Replies
- 2
- Views
- 1,464
Hi all,
I figured out that dom for file input does not have "files" object in IE. So there is no way to check file size on the client side in IE. I have rewritten my code to check file size by... -
25 Jan 2010 11:35 AM
Jump to post Thread: Ext.ux.form.FileUploadField in IE by irina
- Replies
- 2
- Views
- 1,464
Hi all,
Ext.ux.form.FileUploadField does not work in IE as it works in Firefox. IE does not have "files" object under "dom" file input object.
This is my code:
var fp = new... -
13 Jul 2009 7:08 AM
Jump to post Thread: Ext.ux.form.HtmlEditor.Plugins by irina
- Replies
- 144
- Views
- 54,282
Ok, got it, thanks a lot for good icons resources.
-
13 Jul 2009 6:54 AM
Jump to post Thread: Ext.ux.form.HtmlEditor.Plugins by irina
- Replies
- 144
- Views
- 54,282
Hi,
I got this plugin form SVN, but there are only .js files. It works for me but there are no icons. How could I get images for buttons?
Thank you very much,
Irina -
1 Jun 2009 9:21 AM
- Replies
- 14
- Views
- 3,134
This workaround works for me:
menu.on("beforehide",function(){
return this.isVisible();
}); -
30 Apr 2009 11:16 AM
- Replies
- 275
- Views
- 128,096
Sorry for bothering your again, I understood your advice from your first post. You are guru in extjs and it is easy for you to do this. But I am not so familiar with extjs, this is why I ask this...
-
30 Apr 2009 10:43 AM
- Replies
- 275
- Views
- 128,096
I tried to override isValidDragPoint method of Ext.tree.TreeDropZone class and set a root node as a target but it did not work. I also tried to change onNodeOver method but still no luck. Do you...
-
30 Apr 2009 4:42 AM
- Replies
- 275
- Views
- 128,096
This is what I have. I set rootVisible: false. My tree has simple nodes and folders with nodes. The problem is I can not move a node from folders to the root.
Is it possible to do without showing... -
29 Apr 2009 1:05 PM
- Replies
- 275
- Views
- 128,096
I do not want to show root node in the tree, but would like to move nodes out of folders back to the root (under no folders). Is it possible to do?
Thanks, -
29 Apr 2009 9:06 AM
- Replies
- 6
- Views
- 1,071
Sorry, I set all id's to be unique again, and it works at that time. Probably I was wrong before.
Thank you very much, -
29 Apr 2009 8:51 AM
- Replies
- 6
- Views
- 1,071
1. I do not use any border layout.
2, 3. I tried with unique id's, it is still the same problem.
Thanks -
29 Apr 2009 6:39 AM
- Replies
- 6
- Views
- 1,071
I posted a simple code at extpaste.com by the same title as this post.
Thank you,
Irina -
28 Apr 2009 8:56 AM
- Replies
- 6
- Views
- 1,071
Hi,
I have a GridPanel with tabs and toolbar with button menus. The menu appears correctly only on the first tab, but when I switch to the different tab on the same panel, then this menu shows up in... -
18 Dec 2008 1:54 PM
Jump to post Thread: Best practices - login screens by irina
- Replies
- 12
- Views
- 10,366
Hi,
Could you please give a more detailed link on your code. It is hard to find something on your site.
Thanks a lot,
Irina -
7 Oct 2008 12:45 PM
- Replies
- 106
- Views
- 52,422
Hi,
I would like to resolve an item when I type it and then move cursor to the different part of the product (lost focus). I tried to use "onBlur" method, which works fine almost in all cases. But... -
18 Sep 2008 12:46 PM
- Replies
- 5
- Views
- 1,030
Yes, I got this example from this site, and it did not work for me.
It starts to work when I put it listener code at the end, so the panel was not rendered before. Sorry, did not figured it out.... -
18 Sep 2008 12:22 PM
- Replies
- 5
- Views
- 1,030
I try to add mouseover events to the panel header and try to run this example:
var p2 = new Ext.Panel({
title: 'Panel 2',
collapsible:true,
width:850,
html:...
Results 1 to 19 of 19
