Search Type: Posts; User: Antjac
Search: Search took 0.05 seconds.
-
4 Apr 2013 12:43 AM
- Replies
- 870
- Views
- 257,558
Hi,
I've got a problem when i try to load a PDF file into an iframePanel with IE10 (Working on IE9, FF, etc...)
In fact, when I load a PDF, the pdf is showen in the iframe with Foxit or Acrobat... -
3 Apr 2013 1:05 AM
- Replies
- 30
- Views
- 4,897
Is there any news ? My EXTJS Web can't work on IE10... (and migrate a complex web app, 800.000 code lines to EXTJS 4 is simply impossible)
-
14 Jun 2012 11:18 PM
Jump to post Thread: [3.x] Ext.ux.form.SuperBoxSelect by Antjac
- Replies
- 289
- Views
- 104,465
Just add :
Ext.override(Ext.ux.form.SuperBoxSelect, {
assertValue:null
}); -
24 May 2012 12:00 AM
Jump to post Thread: CKEDITOR with EXTJS 4 by Antjac
- Replies
- 12
- Views
- 8,971
Try to add the parameter "deferredRender : false" in you tabPanel
-
21 Mar 2012 4:17 AM
- Replies
- 870
- Views
- 257,558
Yep, I've the same issue, not very nice but i've not found a solution...
-
19 Mar 2012 8:21 AM
Jump to post Thread: Multiple GridPanel drag and drop by Antjac
- Replies
- 1
- Views
- 579
Hi,
I'll like to make a drag and drop between 5 grids (and make a callback on the drop).
But I don't find a solution in extjs 3 to make this multiple drag and drop (I've no problem to make DD... -
21 Nov 2011 12:36 AM
Jump to post Thread: Ext.ux.GMapPanel - Google Maps by Antjac
- Replies
- 322
- Views
- 177,019
As Haggai said,
This is a little patch for Ext.ux.GMapPanel3.js
Change lines 273 and 284 by
this.gmap = new google.maps.Map(this.body.dom, {zoom:this.zoomLevel,mapTypeId: ... -
23 Sep 2011 4:56 AM
- Replies
- 870
- Views
- 257,558
Hi,
I use managed Iframe to show PDF files in my project.
I want to have 2 different windows which load 2 pdf.
It's ok but I've a display issue with the header of the window which is always... -
23 Aug 2011 6:22 AM
Jump to post Thread: Z-Order and collapsed Panel by Antjac
- Replies
- 0
- Views
- 376
Hi,
I would like to fix Z-order for a collapsed panel. It must be over all other windows.
On this picture , you can see a collapsed panel on the left of the screen and a window.
... -
10 Jun 2011 11:46 AM
- Replies
- 13
- Views
- 6,171
I found a solution by compressing my code.
But, it's not a real solution, I think it's more a firefox bug than an EXTJs bug. -
20 May 2011 12:03 AM
Jump to post Thread: GridPanel + ExpandAll by Antjac
- Replies
- 1
- Views
- 331
Hi,
I've got a little problem with my migration to ExtJs 4.
I try to expand all my Panel (by using a button).
In Ext3, i used :
myGrid.getView().expandAllGroups();
I don't find the method... -
13 May 2011 12:20 AM
Jump to post Thread: SimpleStore and getById by Antjac
- Replies
- 0
- Views
- 610
Hi,
I try to convert an Ext3 window with ext4 and sandbox
I didn't find in the new API doc : "SimpleStore". Problem is, that the old method "GetById" doesn't work now to find a record.
How can... -
13 Apr 2011 11:38 PM
- Replies
- 13
- Views
- 6,171
I've got the same problem with my ERP... That's a huge problem...
-
10 Nov 2010 7:31 AM
- Replies
- 155
- Views
- 122,943
Hi,
I'm using 2 itemselectors for my project. It's all right but i've a little problem with the D&D.
When I drag drom the first itemselector, i can drop to the second one... I'll like to avoid... -
1 Jul 2010 11:47 PM
- Replies
- 870
- Views
- 257,558
Hi,
Is there a way to integer a Word/Excel file in an ManagedIFrame ?
Thx, -
26 Apr 2010 1:21 AM
Jump to post Thread: Documentation Bugs - Ext 3.x by Antjac
- Replies
- 445
- Views
- 88,344
(Doc 3.2.0) in Ext.data.Field
type is mixed but in reality it's an object... -
26 Apr 2010 1:16 AM
- Replies
- 1
- Views
- 624
Hi,
It's not really a bug but a modification in extjs 3.2.0 which is not documented (or I didn't find something about...)
Before, when we did :
record.getField('nameOfTheField').typeIt... -
24 Mar 2010 7:28 AM
- Replies
- 14
- Views
- 7,531
I'm using comboBoxes, but for one of them, sometimes, it doesn't show the list.
The store is ok and when i use autocompletion, the combo find the good displayField but no list inside.
I wrote... -
24 Mar 2010 5:09 AM
- Replies
- 14
- Views
- 7,531
Still bugging in 3.1.1
-
27 Nov 2009 1:38 AM
Jump to post Thread: Itemselector : select all by Antjac
- Replies
- 1
- Views
- 1,105
{
xtype: 'itemselector',
name: 'items',
fieldLabel: 'Items *',
imagePath: '../ux/images/',
... -
20 Aug 2009 6:05 AM
Jump to post Thread: MultiSelect and DataStore by Antjac
- Replies
- 0
- Views
- 518
Hi,
I'll like to use Multiselect with a datastore.
I use a query to show some users to add and I want to have the id value of the selected users.
... -
12 Jun 2009 1:54 AM
Jump to post Thread: Problem with Expand/Collapse by Antjac
- Replies
- 4
- Views
- 1,110
Forgive me, it wasn't autoHeight but autoWidth (autoHeight is OK).
Problem is that I don't want to have the same width if the window is collapsed or not. -
12 Jun 2009 1:10 AM
Jump to post Thread: Problem with Expand/Collapse by Antjac
- Replies
- 4
- Views
- 1,110
If I use autoHeight for my Window.
Internet Explorer 6,7,8 render a huge heighted window...
but no problem with Firefox...
Any idea ? -
11 Jun 2009 11:20 PM
Jump to post Thread: Problem with Expand/Collapse by Antjac
- Replies
- 4
- Views
- 1,110
Hi,
I try to expand/collapse a Window. In this window, I've a formPanel.
With Firefox, there's no problem
But with IE, I need to specify a width and the expand function let a grey area in my... -
8 Jun 2009 5:04 AM
- Replies
- 87
- Views
- 35,893
Hi, Thx for your component,
I've just a little problem due to (I think) the fact, that is it a asynctree.
When i check a node and if the children nodes are'nt expanded, the children will be not...
Results 1 to 25 of 26
