Search Type: Posts; User: emmy mathew
Search: Search took 0.06 seconds.
-
25 Jul 2010 10:57 PM
- Replies
- 1
- Views
- 650
Hi
Please help me to embed .swf file into Ext-JS? -
25 Jul 2010 10:44 PM
Jump to post Thread: Flex and Ext JS communication by emmy mathew
- Replies
- 0
- Views
- 565
Hi
I used the following code in order to embed .SWF file in EXT JS file 'array-grid.html'.I used
function setParams(){
... -
21 Jul 2010 4:37 AM
- Replies
- 0
- Views
- 531
Hi
I tried using
Ext.state.Manager.setProvider(new Ext.ux.state.HTTPProvider({
url:'state.htm',
user:'user',
session:'session',
... -
20 Jul 2010 10:12 PM
- Replies
- 0
- Views
- 510
Hi,
I'm having some trouble with the stateEvents of my grid panels not being picked up. When I call the following it works great and writes to the server. Code:
But when I resize/move a... -
20 Jul 2010 9:08 PM
- Replies
- 0
- Views
- 528
Hi
I used the following code to save the column configurations using HttpStateProvider user extension.The hide/show columns are seen in the post parameters of teststate.php.But when the page is... -
20 Jul 2010 2:47 AM
- Replies
- 9
- Views
- 5,838
Can you please tell me how did u solve it?Am not able to save the configurations
-
19 Jul 2010 8:55 PM
- Replies
- 4
- Views
- 621
I got it worked.But I need to save it in DB or a configuration properties file.How to do it?
-
19 Jul 2010 8:36 PM
- Replies
- 4
- Views
- 621
I used the following code to save column configurations
stateful:true,
stateId:'grid',
stateEvents: ['columnresize', 'columnmove', 'show', 'hide']
... -
19 Jul 2010 4:11 AM
- Replies
- 4
- Views
- 621
We have checkboxes to select/delect the columns to be shown/hide in GridPanel.How to save it so that when the user logs out and then re-login,he can find the same configuration that he had saved...
-
19 Jul 2010 12:39 AM
Jump to post Thread: Ext JS 3.0 Arabic Support by emmy mathew
- Replies
- 1
- Views
- 772
do “Ext JS 3.0″ will have built-in support for arabic language & Right-to-Left (RTL) dir?
-
14 Jul 2010 10:34 PM
- Replies
- 1
- Views
- 483
Hi All,
How can I change the array 'myData' loaded in the store in the sample http://www.sencha.com/deploy/dev/examples/grid/array-grid.html? -
14 Jul 2010 4:28 AM
Jump to post Thread: Grid Cell blinking by emmy mathew
- Replies
- 21
- Views
- 3,941
How to blink the grid cells that are having value of 'change' less than zero in the sample given in http://www.sencha.com/deploy/dev/examples/grid/array-grid.html
-
14 Jul 2010 3:43 AM
Jump to post Thread: Grid Cell blinking by emmy mathew
- Replies
- 21
- Views
- 3,941
I used the following code to test my grid cell blinking.But this gives the following error "this.getLockedRow(row) is undefined ".Can anybody tell me why it is so? var task = { ...
-
14 Jul 2010 1:32 AM
- Replies
- 0
- Views
- 605
I have found the following code after my search for a long time.Is it possible to re-use this function to flash(blink) a particular cell in Ext-JS Grid?
Ext.TaskMgr.start({
//el: <the... -
14 Jul 2010 12:32 AM
- Replies
- 1
- Views
- 1,313
Hi
I want to disable Click Edit For Some Rows.I use Ext.ux.grid.RowEditor to implement Add/Remove rows from Ext.grid.GridPanel.
var grid = new Ext.grid.GridPanel({
store: store,
... -
13 Jul 2010 5:03 AM
- Replies
- 2
- Views
- 1,283
In the Company ComboBox the options are displayed in terms of price.ie When I click on Add button ,new row is added.I have to implement autocomplete feature in that particular combo.That is I have to...
-
13 Jul 2010 2:00 AM
- Replies
- 2
- Views
- 1,283
I would like to implement AutoComplete feature in Ext-JS Grid.So i used editor: new fm.ComboBox where
fm is var fm = Ext.form;
var grid = new Ext.grid.GridPanel({
store: store,
... -
13 Jul 2010 1:11 AM
Jump to post Thread: Orientation in Ext-JS grid by emmy mathew
- Replies
- 1
- Views
- 670
I need some help with the direction of the grid. I'm trying to set it to rtl for Arabic but it doesnt work
-
13 Jul 2010 1:00 AM
- Replies
- 0
- Views
- 569
Hi
Can any one give me a hint as to how can i bind my auto-complete control to the editable column of the grid?
Thanks -
12 Jul 2010 4:23 AM
Jump to post Thread: Grid Cell blinking by emmy mathew
- Replies
- 21
- Views
- 3,941
when the timer fires I do Timer timer = new Timer() {
public void run() {
grid.getStore().getLoader().load();
}
};
timer.schedule(1000 * 60);... -
12 Jul 2010 4:20 AM
- Replies
- 1
- Views
- 1,015
In Ext GWT I used the below function to refresh my grid data.How to do the same in Ext JS?
final Timer timer = new Timer()
{
public void run()
{
loader.load();
}
};... -
12 Jul 2010 4:00 AM
Jump to post Thread: Grid Cell blinking by emmy mathew
- Replies
- 21
- Views
- 3,941
Currently I m changing the data by setting a Timer.
-
12 Jul 2010 3:24 AM
Jump to post Thread: Grid Cell blinking by emmy mathew
- Replies
- 21
- Views
- 3,941
Can u please tell me where to insert this particular code so that it works for me too.I too want the grid cell to blink while data changes.
-
11 Jul 2010 11:28 PM
- Replies
- 3
- Views
- 1,917
Hi all,
Can anyone pls tell me how to run Ext JS 3.2 samples in Eclipse 3.5 using Aptana ?When I try to run ,Ext not defined error comes in Firebug console.In the available software I can see only... -
9 Jul 2010 2:20 AM
Jump to post Thread: Grid Cell blinking by emmy mathew
- Replies
- 21
- Views
- 3,941
Has it to be written in render:
Results 1 to 25 of 36
