Search Type: Posts; User: DeyV
Search: Search took 0.04 seconds; generated 29 minute(s) ago.
-
19 Jun 2012 10:52 PM
- Replies
- 54
- Views
- 15,981
I think, that in this section this link also should by shown:
... -
21 Dec 2011 8:55 AM
- Replies
- 5
- Views
- 1,232
The same problem:
Ext 3.4.0
Chrome 16.0.912.63 m
Windows 7 x64
LockingGridView Crash Chrome, when no locked colum in LockingColumnModel -
15 Jun 2011 10:59 AM
- Replies
- 3
- Views
- 935
the simplest method for fix this problem is change one line in Ext.slider.Multi :: beforeDestroy()
Ext.destroyMembers(me, 'innerEl', 'endEl', 'focusEl');
patch: -
15 Jun 2011 2:56 AM
- Replies
- 3
- Views
- 935
In 4.0.2 this problem still exist. (FF 4.0.1, Chrome 12.0.742.100 on Windows 7 )
-
28 Apr 2011 1:13 PM
Jump to post Thread: API Doc Issues by DeyV
- Replies
- 166
- Views
- 16,609
In http://docs.sencha.com/ext-js/4-0/guide/getting_started
3. Deployment
in url to download is unnecessary ')' -
19 Jan 2011 7:35 AM
Jump to post Thread: [3.1.1] Ux.gMapPanel V2 - load event by DeyV
- Replies
- 4
- Views
- 1,183
Of course
<script type="text/javascript">
var aMarkers = [
{ 'lat': 49.6174535, 'lng': 20.7153326, marker: {title: ' Some point', clickable: true } }
]; -
19 Jan 2011 6:41 AM
Jump to post Thread: [3.1.1] Ux.gMapPanel V2 - load event by DeyV
- Replies
- 4
- Views
- 1,183
It's simple. Google not fire 'load' event in gMapPanel in Ext 3.3.1 (in previous version it worked)
-
19 Jan 2011 5:32 AM
Jump to post Thread: [3.1.1] Ux.gMapPanel V2 - load event by DeyV
- Replies
- 4
- Views
- 1,183
In this version Ext code:
GEvent.bind( this.gmap, 'load', this, function(){
this.onMapReady();
});
not work. -
11 Dec 2010 5:37 AM
- Replies
- 0
- Views
- 600
For grids, where the locked columns are not on the firsts places in config, method getLockedCount not work.
Simple modification, maybe not optimal, but can fix it:
/**
* Returns... -
26 Oct 2009 3:49 PM
Jump to post Thread: Configuring 'moreMenu' in Toolbar by DeyV
- Replies
- 1
- Views
- 647
I think, that when we create new Toolbar - should be able to configure look menuMore, displayed, when not all buttons fit in toolbar.
For example I like disable scrolling in this menu, but at... -
7 Oct 2009 9:18 AM
- Replies
- 0
- Views
- 637
On my server the example with save state in PHP not work correct.
It's start work after change in PHP code, line
$_SESSION['state'][substr($name, 3)] = urlencode( $value );
in... -
26 Aug 2008 4:28 AM
- Replies
- 16
- Views
- 4,494
Have who some ideas about it?
-
16 Aug 2008 1:08 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by DeyV
- Replies
- 677
- Views
- 252,789
In actual version documentation api in AIR no publisher and system Access info - what not look nice. In previous version (2.1) was OK.
-
11 Aug 2008 11:28 PM
- Replies
- 16
- Views
- 4,494
It's not true, because witch the mystix's fix in FF2 and FF3 click on label work correct.
-
11 Aug 2008 4:36 AM
- Replies
- 16
- Views
- 4,494
On windows xp - IE6
and vista x64 - IE7
click on the label don't "check" the radio. -
11 Aug 2008 3:09 AM
- Replies
- 16
- Views
- 4,494
This fix not work in IE6 and IE7 with radio input. (in my example above)
-
10 Aug 2008 11:48 AM
- Replies
- 16
- Views
- 4,494
InternetExpolrer 6 Windows Xp
FF 3.0.1 (Vista)
IE7 (Vista)
Unfortunately, my fix correctly work only in FF. -
8 Aug 2008 5:17 AM
Jump to post Thread: [2.2][CLOSED] FileUploadField in FF3 by DeyV
- Replies
- 12
- Views
- 3,880
yes - it's possible, but not by html/js itself.
Only flash can do it = see http://swfupload.org/
(maybe it's time to use this lib in Ext ? ) -
8 Aug 2008 2:22 AM
- Replies
- 16
- Views
- 4,494
Sorry, guys, but English is not native language for me. This is the problem :/
Full example:
var dr = new Ext.FormPanel(
{
layout: 'table',
... -
8 Aug 2008 2:07 AM
- Replies
- 16
- Views
- 4,494
Yes, I'm refer to html tag.
In this examples all is OK, but sometimes label component insert the htmlFor to "html source"
and create something like:
<label id="ext-comp-1013"... -
8 Aug 2008 12:38 AM
- Replies
- 16
- Views
- 4,494
The class Ext.form.Label insert 'standard 'htmlFor' attribute' when forId is set.
But HTML specification don't name this ( htmlFor ) attribute. Exists only 'for' attribute.
For this reason... -
4 Jun 2008 11:23 AM
Jump to post Thread: [FIXED] Firefox 3 Calendar by DeyV
- Replies
- 27
- Views
- 12,252
th'x brian, very much!
About SVN problem - maybe is time to public next version from 1.1 tree ? -
19 May 2008 1:59 AM
Jump to post Thread: [FIXED] Firefox 3 Calendar by DeyV
- Replies
- 27
- Views
- 12,252
Where is the fix for this problem?
In FF3.r1 calendar still doesn't work.
( Ext Release Date: 08/28/07, Version: 1.1.1 (rev 874) ) -
7 Jan 2008 3:04 PM
- Replies
- 14
- Views
- 8,428
In this code is:
Divo.util.JsLoader = function() {
but, to work with this example, must be something like that:
JsLoader = { -
15 Sep 2007 12:22 PM
- Replies
- 2
- Views
- 992
You can add aditional html to tab. See: http://extjs.com/forum/showthread.php?t=3970
Results 1 to 25 of 27
