ExtJs 4.0.2a
var element_id; // view id of record.
grid.getStore().data.map[element_id].data;
Type: Posts; User: Ixtinkt
ExtJs 4.0.2a
var element_id; // view id of record.
grid.getStore().data.map[element_id].data;
=D> it's works.
I left already existing directCfg, only change name of executed function.
CurrGrid.getStore().proxy.directFn.directCfg.method.name = "cache_price";...
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...
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...
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',
...
How to set new value of spinnerfield. method setValue do not work!
You think I do not understand what it can erase? It is server side script, browser doesn't have any attitude.
I have created a new table, named "shop", to do not erase "shops"
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...
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.
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");;
...
ivanleblanc, thanks for answer. Do you met some examples of server side using of this params?
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({
...
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();
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...
2011 year but time picker is not realized!!! :s
Thank you for help! It works!