Search Type: Posts; User: loginfabio
Search: Search took 0.02 seconds.
-
1 Mar 2013 7:35 AM
- Replies
- 1
- Views
- 129
Hello,
in ExtJs3 you can put a condition on showing rowexpander, something like:
var grRowExp = new Ext.grid.RowExpander({
renderer: function(v,p,record){
p.cellAttr='rowspan="2"';... -
1 Mar 2013 12:36 AM
Jump to post Thread: Rowexpander Error by loginfabio
- Replies
- 2
- Views
- 178
Sorry,
I haven't replied before cause I had to go on the project.
I have applied your advice and remove
layout:'fit' from the code
and I force the 2 grids to have the same configuration,... -
20 Feb 2013 3:02 AM
- Replies
- 1
- Views
- 205
Sorry...
I haven't read documentation completely, I've changed code to:
Ext.getStore('Groups').load({
callback: function (records, operation, success) {
var vire =... -
20 Feb 2013 2:41 AM
- Replies
- 1
- Views
- 205
Hello,
I have a gridpanel in a form with a CheckboxModel, when I load the store, I have a callback that find the requested records and selects the rows, but I found that only the last record is... -
17 Jan 2013 7:54 AM
Jump to post Thread: Rowexpander Error by loginfabio
- Replies
- 2
- Views
- 178
Hello,
in my application i have a window with a gridpanel inside, each row can open a popup window which contains another gridpanel.
In the "main" gridpanel there is the rowexpander plugin and it... -
28 Nov 2012 2:00 AM
- Replies
- 2
- Views
- 218
I've changed layout property from 'form' to 'anchor' and I solved the problem.
Thanks -
26 Nov 2012 12:39 AM
- Replies
- 2
- Views
- 218
Hello,
I'm writing an application with a window and form.panel with some form elements like textfields and multiselect in a 'column' layout with percentual columnWidth values.
When I maximize the... -
7 Oct 2012 12:58 AM
- Replies
- 3
- Views
- 530
It works :D
Thanks a lot!!! -
6 Oct 2012 9:44 AM
- Replies
- 3
- Views
- 530
Hello,
I'm quite new with EXTJS4 and MVC and I'm trying to write an application with:
- a grid showing records from a "master" table
- each row can open a window with a grid showing records from... -
27 May 2009 5:23 AM
Jump to post Thread: Ext.ux.Flot by loginfabio
- Replies
- 206
- Views
- 65,335
Hi Kiyoto,
i finally managed to read your post and reopen that project.
I downloaded your file, replaced the previous and modified
my source code:
it works and, obviously, now it's faster than... -
21 May 2009 3:52 AM
Jump to post Thread: Ext.ux.Flot by loginfabio
- Replies
- 206
- Views
- 65,335
hi kiyoto,
I set width and height but it still doesn't work, so I found this workaround.
var getSeries1=function(vEl){
Ext.Ajax.request({
url:'test.php',params:{op:vEl.id},... -
20 May 2009 1:22 AM
Jump to post Thread: Ext.ux.Flot by loginfabio
- Replies
- 206
- Views
- 65,335
Hi kiyoto01,
thanks for your reply, I've tried your solution several times but in my code it doesn't work.
Testing the format of request JSON, I've noticed that this code works:
var... -
19 May 2009 1:48 AM
Jump to post Thread: Ext.ux.Flot by loginfabio
- Replies
- 206
- Views
- 65,335
Hi,
I'm sorry to bother you. I'm trying BarFlot to get a BarGraph from a query to a DB.
I post some code
var getSeries1=function(vEl){
Ext.Ajax.request({
url:... -
26 Aug 2008 7:49 AM
- Replies
- 5
- Views
- 2,374
Hello,
I have a gridPanel with a CheckboxSelectionModel, with Ext 2.0 works fine, but when I upgraded to Ext 2.2, selectRow() doesn't work.
Here the code
var stActStat=new ed.JsonStore({... -
9 Jul 2008 3:21 AM
Jump to post Thread: how to change column position by loginfabio
- Replies
- 2
- Views
- 752
Thanks
-
9 Jul 2008 2:25 AM
Jump to post Thread: how to change column position by loginfabio
- Replies
- 2
- Views
- 752
Hello,
I'm looking for a way to change columns position in a GridPanel,
something like setHidden or setColumnWidth.
I've tried changing ColumnModel.config[col].id, but it doesn't work.
Any... -
7 Mar 2008 8:13 AM
- Replies
- 2
- Views
- 702
Thanks, but what i'd like is finding my combobox filtered after loading the form.
For example, if I've a user from US, StateCombo will show US, and CountryCombo will show only US Countries, and so... -
7 Mar 2008 7:56 AM
- Replies
- 2
- Views
- 702
Hello all,
I have a form with a textfield (username) and 3 comboboxes (State, Country, City):
selecting a State filters CountryCombo, selecting a Country filters CityCombo. It works, but when I... -
19 Feb 2008 3:25 AM
- Replies
- 1
- Views
- 696
Hello,
i have a window containing:
- a panel showing data in a template
- a grid
On firefox it works well, on IE (6,7) the grid is shown at the bottom of the window.
here's the code,
Results 1 to 19 of 19
