Search Type: Posts; User: Aleks_P
Search: Search took 0.02 seconds.
-
7 Apr 2008 2:14 PM
- Replies
- 2
- Views
- 1,197
So? No any comments? (:|
-
30 Mar 2008 9:13 AM
- Replies
- 2
- Views
- 1,197
IE7, Windows Vista.
Standart panel's example from source. I'm running auto-refresh option in Drip-0.5. And we can see that the memory usage is
stable growing from 19Mb to 37Mb... :-? -
27 Feb 2008 1:36 PM
Jump to post Thread: [2.0.2][SOLVED] DDCore.js by Aleks_P
- Replies
- 1
- Views
- 874
DDCore.js file
1265 /**
1266 * Internal flag that is set to true when drag and drop has been
1267 * intialized
1268 * @property initialized
1269 *... -
24 Dec 2007 9:10 PM
- Replies
- 2
- Views
- 998
let's we have server response:
[{
'name': 'Jack Slocum',
'title': 'Lead Developer',
'company': 'Ext JS, LLC',
'email': 'jack@extjs.com',
'address': '4 Red Bulls Drive',... -
23 Dec 2007 5:20 PM
Jump to post Thread: Noob and setValue confusion... by Aleks_P
- Replies
- 3
- Views
- 1,135
you need to append event handler before
http://extjs.com/deploy/dev/docs/#Ext.form.ComboBox-events
el.on('select', function(combo, record, index) {
alert('Selected value: ' +... -
23 Dec 2007 1:58 PM
- Replies
- 5
- Views
- 1,532
dammit... guys, you are right. I haven't worked before with data.connection directly. Thanks. :D
btw
innerHTML doesn't work in IE7, in FF works fine. But innerText works in IE7, but doesn't... -
23 Dec 2007 9:37 AM
- Replies
- 5
- Views
- 1,532
up :?
-
22 Dec 2007 10:19 AM
- Replies
- 5
- Views
- 1,532
I need runtime dynamically load html code to textarea, edit it and send back to server. I know only one way... first step on server side: replace all '<' & '>' with something and load it via xml...
-
21 Dec 2007 2:30 PM
- Replies
- 245
- Views
- 167,019
SilveR316, could post here source of upload.php and progress.php?
btw is there possibility to add multiple files selection in open dialog? -
27 Nov 2007 8:18 AM
- Replies
- 0
- Views
- 841
Windows Vista, FF 2.x - normal
Windows Vista, IE7 - see attached thumb
Compare width of textfields and textarea. Width of textarea is less than width of textfields.
Width are defined in... -
27 Nov 2007 7:51 AM
- Replies
- 7
- Views
- 1,709
you mean sample code?
just check your example http://extjs.com/deploy/dev/examples/grid/edit-grid.html -
27 Nov 2007 6:28 AM
- Replies
- 2
- Views
- 1,179
the same here
Windows Vista, IE7 -
27 Nov 2007 6:05 AM
- Replies
- 7
- Views
- 1,709
Windows Vista, FF 2.x - looks good
Windows Vista, IE7 - see attached thumb
TextField, ComboBox or other editor doesn't fill cell -
22 Nov 2007 4:25 AM
- Replies
- 5
- Views
- 1,097
cuteleaf, you need to add it here
items:{
xtype:'tabpanel',
deferredRenderer:false,
layoutOnTabChange : true,
items:[{
For 'TabPanel', not for... -
13 Nov 2007 10:46 PM
Jump to post Thread: Error in Feed Viewer 3 in Firefox by Aleks_P
- Replies
- 0
- Views
- 989
In IE7 works fine. In firefox get the error. i've tried to full reload many times. (:|
http://extjs.com/deploy/dev/examples/feed-viewer/view.html -
26 Oct 2007 8:07 AM
- Replies
- 0
- Views
- 602
Ext.myPanel = function(config){
this.newVar = 'i\'m new var!';
this.newFunction = function(){ alert(this.newVar + ' and ' + this.newVar2); }
... -
24 Oct 2007 6:37 AM
Jump to post Thread: XML form doesn't work by Aleks_P
- Replies
- 7
- Views
- 1,802
It is solved! :)
-
24 Oct 2007 4:29 AM
Jump to post Thread: XML form doesn't work by Aleks_P
- Replies
- 7
- Views
- 1,802
I see... and it means that ExtJS doesn't send Content-Length (:|
-
24 Oct 2007 4:09 AM
Jump to post Thread: XML form doesn't work by Aleks_P
- Replies
- 7
- Views
- 1,802
I downloaded ext-2.0-beta1.zip, unziped it and uploaded to server. That's all.
What is wrong? -
21 Oct 2007 5:20 AM
Jump to post Thread: Ext.get(); ... is not a function by Aleks_P
- Replies
- 1
- Views
- 2,453
Guys, could somebody tell me what is wrong with Ext.get()? :((
When i try to use Ext.get() i get " is not a function" again and again.
let me see you what i want:
1: Data field on FormPanel
... -
21 Oct 2007 1:16 AM
- Replies
- 9
- Views
- 1,972
I'm newbie in ExtJS and get a lot of errors like "TreeNode has no properties" or "... is not a function". And i try to searsh posts/replies by this keywords.
-
21 Oct 2007 12:58 AM
- Replies
- 9
- Views
- 1,972
Try to search "How to get an element" or "is not a function"...
Results 1 to 22 of 22
