Search Type: Posts; User: alladin-it
Search: Search took 0.75 seconds.
-
17 Apr 2009 12:30 AM
- Replies
- 10
- Views
- 2,789
i used this easy solution (lastQuery = allQuery) find at this thread - there you can also find my code snipped
http://extjs.com/forum/showthread.php?p=317743#post317743 -
17 Apr 2009 12:21 AM
Jump to post Thread: about combo and data.store by alladin-it
- Replies
- 3
- Views
- 890
mybe this threat helps you http://extjs.com/forum/showthread.php?p=317743#post317743
-
17 Apr 2009 12:19 AM
- Replies
- 11
- Views
- 2,009
Thanx for the solution - works perfekt here is my code snippet
var searchProvince = new Ext.form.ComboBox({
fieldLabel: 'Province',
id: 'province',
... -
20 Feb 2009 3:48 AM
Jump to post Thread: [2.2.1] possible bug with IE by alladin-it
- Replies
- 2
- Views
- 782
I did analyze the error. But its not easy to post the error code because I its a kind of race condition.
I try to describe it:
in my html-file I include the ext-all-debug.js file und later... -
19 Feb 2009 3:18 AM
Jump to post Thread: [2.2.1] possible bug with IE by alladin-it
- Replies
- 2
- Views
- 782
I have a very strange bug in my application since I use the new ext V 2.2.1. But only in the IE (testet with IE7).
I see some elements from my page and get an JS-Error at line 16808... -
18 Dec 2008 11:32 PM
- Replies
- 19
- Views
- 15,547
Hi pdchapin! I do not understand your post really, but sure you can have more than one fileupload in one form.
-
18 Dec 2008 2:10 AM
Jump to post Thread: Show image in form by alladin-it
- Replies
- 5
- Views
- 13,842
Works fine animal - here is my code:
I think not all closing breakets are right, but as a prototype it is useful
var fileUploadPhoto = {
xtype: 'fileuploadfield',
... -
18 Dec 2008 1:17 AM
- Replies
- 19
- Views
- 15,547
dsonet code works fine! thanx a lot. I use it the reset the fileupload alone (not over the form - reset function)
-
16 Dec 2008 8:04 AM
Jump to post Thread: Show image in form by alladin-it
- Replies
- 5
- Views
- 13,842
okay, but can I also change it with extjs/javascript on the fly, as workaround I use this code
I gave the image-Tag a id = photoHtmlImgTag and do this:
var photo =... -
16 Dec 2008 6:43 AM
Jump to post Thread: Show image in form by alladin-it
- Replies
- 5
- Views
- 13,842
Hello everybody! I want to show an image in a form (in a tab Panel). AS a workaround I used a label with html
var fileUploadPhotoHtml = {
id: 'photoHtml',
hidetitle:true, ...
Results 1 to 10 of 10
