Search Type: Posts; User: Ixtinkt
Search: Search took 0.02 seconds.
-
26 Feb 2013 2:04 AM
Jump to post Thread: How to get data from GridPanel by Ixtinkt
- Replies
- 7
- Views
- 4,294
ExtJs 4.0.2a
var element_id; // view id of record.
grid.getStore().data.map[element_id].data; -
21 Feb 2013 5:06 AM
- Replies
- 1
- Views
- 322
=D> it's works.
I left already existing directCfg, only change name of executed function.
CurrGrid.getStore().proxy.directFn.directCfg.method.name = "cache_price";... -
21 Feb 2013 4:49 AM
- Replies
- 1
- Views
- 322
I decided to write on forum question, because there are a lot of answers about my issue, but nothing helped to resolve my problem. I am wondering between difference of functions in ExtJS 4.0 lib and...
-
21 Feb 2013 12:52 AM
Jump to post Thread: Extjs 4 create dynamic grid by Ixtinkt
- Replies
- 3
- Views
- 5,150
If you will be so pleasure, please provide you notes with code examples, without abstract words. Because trying to find out right code of your advise costs a lot of time and not every time I got need...
-
14 Feb 2013 5:29 AM
Jump to post Thread: Sequence column in treepanel by Ixtinkt
- Replies
- 1
- Views
- 109
I have treepanel item. I want to add column with sequence number of line. I tried to do this, but nothing good
itemId: 'order_lines', xtype: 'treepanel',
... -
9 Aug 2011 1:01 AM
Jump to post Thread: SpinnerField by Ixtinkt
- Replies
- 16
- Views
- 13,081
How to set new value of spinnerfield. method setValue do not work!
-
4 Aug 2011 10:25 PM
Jump to post Thread: Grid Search Plugin by Ixtinkt
- Replies
- 1,023
- Views
- 367,529
You think I do not understand what it can erase? It is server side script, browser doesn't have any attitude.
-
4 Aug 2011 3:17 AM
Jump to post Thread: Grid Search Plugin by Ixtinkt
- Replies
- 1,023
- Views
- 367,529
I have created a new table, named "shop", to do not erase "shops"
-
3 Aug 2011 7:06 AM
Jump to post Thread: Grid Search Plugin by Ixtinkt
- Replies
- 1,023
- Views
- 367,529
1. All requests sends via JS, to call main script with get params doesn't return
terrible result.
2. Haker do not know where scripts are place.
3. I do not understand but if call my php script... -
3 Aug 2011 5:01 AM
Jump to post Thread: Grid Search Plugin by Ixtinkt
- Replies
- 1,023
- Views
- 367,529
You can not pass anything else distinct of integer. Ext.ux.grid.Search plugin deny this, only int.
P.S. I try "5;delete from shops" - doesn't work. -
3 Aug 2011 2:12 AM
Jump to post Thread: Grid Search Plugin by Ixtinkt
- Replies
- 1,023
- Views
- 367,529
Here is my server side code
<?php
include('../settings.php');
$arr = array();
$db = mysql_connect ($DB_HOST,$DB_USER,$DB_PASS) or die("Database error");;
... -
3 Aug 2011 1:05 AM
Jump to post Thread: Grid Search Plugin by Ixtinkt
- Replies
- 1,023
- Views
- 367,529
ivanleblanc, thanks for answer. Do you met some examples of server side using of this params?
-
27 Jul 2011 7:08 AM
Jump to post Thread: Grid Search Plugin by Ixtinkt
- Replies
- 1,023
- Views
- 367,529
Hi to all. I am nooby in ExtJs, that is why I can't find answer on my question. Here is my code
var cardsStore = new Ext.data.GroupingStore({
... -
12 Jul 2011 12:46 AM
- Replies
- 1
- Views
- 806
If tabpanel is a single element (not child of Ext.Window) - e.record.commit() function works not correctly too ((. Also I noticed that reject of data fires before I call e.record.reject();
-
12 Jul 2011 12:13 AM
- Replies
- 1
- Views
- 806
The problem starts from afteredit function, in which e object have field property undefined, ok I went another way, name of the field I get like this e.record.fields.keys[e.column]. But another...
-
6 Jul 2011 5:54 AM
Jump to post Thread: Is there a TimePicker? by Ixtinkt
- Replies
- 5
- Views
- 4,459
2011 year but time picker is not realized!!! :s
-
5 Jul 2011 11:47 PM
Jump to post Thread: Custom icon in TabPanel button by Ixtinkt
- Replies
- 6
- Views
- 4,854
Thank you for help! It works!
Results 1 to 17 of 17
