Search Type: Posts; User: halkon_polako
Search: Search took 0.03 seconds.
-
8 Aug 2010 1:57 AM
Jump to post Thread: Ext Translations by halkon_polako
- Replies
- 384
- Views
- 125,023
Hi!!
Here are attached the updated translations of Catalonian and Spanish languages based on Ext 3.2.1 version ext-lang-en.js file
Regards -
30 Oct 2008 11:37 PM
- Replies
- 5
- Views
- 3,245
Well... I just downloaded Ext2.0.1 to verify this, and this is the code inside DatePicker:
var today = (new Date()).dateFormat(this.format);
this.todayBtn = new Ext.Button({
... -
30 Oct 2008 12:04 AM
- Replies
- 5
- Views
- 3,245
Hi... since todayBtn is a variable 'autodefined' in the DatePicker class, I mean, that it is not defined explicitely.
It is defined by an assignament inside the onRender method (as you can see...... -
14 Aug 2008 10:51 AM
Jump to post Thread: Ext Translations by halkon_polako
- Replies
- 384
- Views
- 125,023
Hi!!
Here are attached the updated translations of Catalonian and Spanish languages based on the Condor's version ext-lang-en.js file (http://extjs.com/forum/showthread.php?p=206445#post206445).
... -
22 May 2008 6:05 AM
- Replies
- 13
- Views
- 7,681
Hi, I think the 'bug' can be on the YIU adapter.
I'll try to explain:
With 2.1 ext version, there is a change when sending jsonData on an ajax request about the content-type.
- Before 2.1... -
3 May 2008 11:09 AM
- Replies
- 72
- Views
- 26,865
Can you attatch the new version of zips into the first post?
It will be easier to get the last version.
Thx for this extension. -
3 May 2008 11:02 AM
Jump to post Thread: Using JSONReader by halkon_polako
- Replies
- 14
- Views
- 2,600
I don't know PHP, but ...what is $arr ?
Maybe you want to do :
$jsonEncodedCountries = json_encode($countries);
Also, as animal says, what is the response showed in firebug? -
3 May 2008 7:55 AM
Jump to post Thread: Populate grid via Json by halkon_polako
- Replies
- 2
- Views
- 733
You are returning 30 rows instead of 15. Your backend code must return the correct rows using start and limit parameters.
-
3 May 2008 7:53 AM
Jump to post Thread: Using JSONReader by halkon_polako
- Replies
- 14
- Views
- 2,600
Use ds.load() instead of ds.loadData()
-
1 May 2008 10:16 PM
- Replies
- 17
- Views
- 10,528
If you need to do a 'fetch' link/button to do some report based on values of the combo boxes, you need to wait until the combo boxes updates correctly.
You can put some variable in your application... -
1 May 2008 4:16 AM
- Replies
- 17
- Views
- 10,528
@anortje
When I have a communication failure with status code 0, is because a timeout happened. The default time out is 30 seconds (I think).
This happens to me when putting a breakpoint on my... -
29 Apr 2008 11:14 PM
Jump to post Thread: Desarrolladores - En espa by halkon_polako
- Replies
- 148
- Views
- 46,225
-
26 Apr 2008 11:06 AM
Jump to post Thread: Grille - Formulaire - R by halkon_polako
- Replies
- 6
- Views
- 2,307
Hi, my written french is null, so I answer you in English.:D
You can check the form-grid example.... or you can try:
Ext.getCmp('company-form').getForm().loadRecord(selectedRecord);
or -
26 Apr 2008 8:59 AM
Jump to post Thread: ComboBox question ... by halkon_polako
- Replies
- 4
- Views
- 1,032
Try defining valueField and hiddenName properties (also check the displayField value):
...
,displayField:'classDescription'
,valueField:'classNumber',
,hiddenName:'courseC'
... -
26 Apr 2008 8:45 AM
Jump to post Thread: Grid Json by halkon_polako
- Replies
- 5
- Views
- 1,201
Evant is right! Good hawkeye! ;)
See the bolded parts... you have typos in your code.
You have defined listingsDs but you are using listingsDS in your store. (see the uppercase) -
26 Apr 2008 8:15 AM
Jump to post Thread: Grid Json by halkon_polako
- Replies
- 5
- Views
- 1,201
Try using a JsonStore instead a generic Store.
BTW, do you have any error on firebug? Do you verified that you have all the rows inside the store?
Providing some more info will be useful (maybe... -
26 Apr 2008 8:00 AM
- Replies
- 7
- Views
- 1,856
Set the combobox property triggerAction to 'all'.
...
triggerAction:'all',
... -
26 Apr 2008 4:13 AM
- Replies
- 13
- Views
- 7,681
@Animal
About your overrides, I'm agree with you about the first 'red' line: if a method is not specified, then it resolves the default method. In this case, if only jsonData or xmlData or params... -
26 Apr 2008 2:09 AM
- Replies
- 2
- Views
- 1,945
As Evant noted, you can use any back end language.
Briefly, Ext only requires two things from a back end server:
a page where javascript must to live (tipically an HTML page generated with... -
25 Apr 2008 10:45 AM
Jump to post Thread: Desarrolladores - En espa by halkon_polako
- Replies
- 148
- Views
- 46,225
@mystix
This is a help request, not an example... A best place is the spanish thread. Can you move it?
An attemp of translation (not so good but...:">):
I have a php file which extracts... -
30 Mar 2008 11:37 PM
- Replies
- 9
- Views
- 2,689
Yes... you are right.... it is more a fix on Window than MessageBox, but meanwhile....;)
-
30 Mar 2008 2:30 PM
- Replies
- 3
- Views
- 1,466
Arghhh...!!! You are right!!
:-?:-? This makes me think about how the cookies are stored and why a cookie from another example can be used in the portal example...And I see that, by default, the... -
30 Mar 2008 9:01 AM
- Replies
- 3
- Views
- 1,466
Hi
with WinXP,SP2, FF 2.0.0.13, the portal demo doesn't work. It only shows the west panel and the combo box to change the theme. The center part doen't appear, and in Firebug all is ok (without... -
29 Mar 2008 3:34 PM
- Replies
- 2
- Views
- 1,130
Just add a value config option:
...
value:sIssueDescriptions,
... -
29 Mar 2008 9:09 AM
- Replies
- 50
- Views
- 14,356
Brian,
I've done some tests about using diferent http methods and content-types, params, jsonData and xmlData on ajax requests with this patch, and it is running as expected.=P~
With this,...
Results 1 to 25 of 119
