Search Type: Posts; User: kayegil.hauan
Search: Search took 0.02 seconds.
-
5 Nov 2008 4:30 AM
- Replies
- 2
- Views
- 887
I want to get a value from a store and assign this to a variable. Can someone please tell me what I am doing wrong?
Ext.onReady(function(){
var dataset = new Ext.data.JsonStore({
... -
20 Oct 2008 1:02 PM
Jump to post Thread: Data Binding by kayegil.hauan
- Replies
- 14
- Views
- 3,036
I ran into a very similar problem to this; I can't figure out how to render a date value in my details panel.
I have used the Grid Data Binding (basic) sample to build an adress list, but I have... -
25 Mar 2008 3:40 PM
Jump to post Thread: Ext Translations by kayegil.hauan
- Replies
- 384
- Views
- 125,021
The norwegian translations of the altFormats property of Ext.form.DateField.prototype
seems to lack the 'Y-m-d' format.
Even though this format is never used in norwegian it should be included in... -
14 Mar 2008 3:16 AM
- Replies
- 0
- Views
- 523
I have a charset problem when using Ext on a norwegian php/mysql database.
The data is put out in a data.php file, correctly utf-8 formatted as a JSON array.
The files containing my ext simple... -
4 Oct 2007 11:50 AM
- Replies
- 29
- Views
- 26,966
I totally agree. But also should currency translations come as a part of the locale translation file. Just as important as having dates translated to a regional format is having the currency format...
-
22 Sep 2007 5:20 AM
- Replies
- 96
- Views
- 107,518
I use your example to update the MySQL database, and it works as long as you submit valid values in each cell.:)
But how how do I get feedback from the php file so I know if the data were actually... -
3 Sep 2007 6:47 AM
- Replies
- 96
- Views
- 107,518
I had the same problem. json_encode() does not exist in PHP prior to PHP 5.2.0.
For all you who are using PHP older than 5.2.0 the following code will create a similar function.
Put this on top of... -
12 Aug 2007 1:26 AM
- Replies
- 96
- Views
- 107,518
My Grid shows no data using this method, probably due to the php function 'json_encode()' not being installed on my server (PHP version 5.1.6).
Can anyone tell me what a call to the...
Results 1 to 8 of 8
