Search Type: Posts; User: rendianmendian
Search: Search took 0.01 seconds.
-
19 Jan 2009 1:57 AM
- Replies
- 4
- Views
- 1,389
Here is a working example regarding the 'focus-lost' issue.
How to test:
- Just try to put the cursor to the input text below and wait the timer to update the grid (every 5 secs). The focus will be... -
15 Jan 2009 2:16 AM
- Replies
- 4
- Views
- 1,389
I have a simple grid with several columns. Let's say one of the columns is time. And I update that column using setTimeout() every ten seconds.
I also have several textfields (input text) below... -
29 Sep 2008 2:19 AM
- Replies
- 2
- Views
- 2,645
Hello,
I'm trying to swap panels inside a viewport (or parent panels) using drag and drop method.
From the basic example in the API code, I manage to drag the panel the drop it somewhere.
... -
19 Sep 2008 7:15 AM
Jump to post Thread: Free space in GridPanel? by rendianmendian
- Replies
- 3
- Views
- 1,014
Actually I have this problem as well.
I'm using EXT 2.1.
Is this by design?
Or is there any other way to get rid of this extra space?
Thanks in advance.
Cheers,... -
1 Aug 2008 1:04 AM
Jump to post Thread: Ext.Ajax problem by rendianmendian
- Replies
- 2
- Views
- 728
Hi all,
I was wondering if there is a way to check if ajax request is successfully made or not.
Because there's a limit of only 2 concurrent connections allowed to an URL.
I'm building a... -
21 Jul 2008 5:32 AM
- Replies
- 9
- Views
- 2,639
Try use...
arrayChildren[k].qtip = 'blabla';
(asumming that arrayChildren[k] is a html element)
It should works... :) -
21 Jul 2008 4:45 AM
- Replies
- 9
- Views
- 2,639
This code seems not to work in IE, only works in FF.. :)
-
16 Jul 2008 11:50 PM
- Replies
- 6
- Views
- 1,540
I would use 'getRowClass' in the Ext.grid.GridView object to put styles.
This will override the default class which is set everytime the grid re-renders.
Hope that helps.. ^^ -
10 Jul 2008 3:16 AM
Jump to post Thread: Activating htmlEditor by rendianmendian
- Replies
- 3
- Views
- 912
Well... OMG to you too.
I maybe a new to this framework. But I know if an instance/object have or not have certain method. And I'm pretty sure EXT HtmlEditor DO NOT have 'activate' method. It only... -
9 Jul 2008 5:56 AM
Jump to post Thread: Activating htmlEditor by rendianmendian
- Replies
- 3
- Views
- 912
Is it possible to activate htmlEditor from code (without having to click somewhere inside the editor)?
I tried to use fireEvent('activate') but it didn't work.
Any help will be greatly... -
26 Jun 2008 12:34 AM
- Replies
- 6
- Views
- 2,925
I'm not a big fan for this defer/timer thingy.
But well, that works... ^^
Thanks. -
26 Jun 2008 12:02 AM
- Replies
- 6
- Views
- 2,925
Nope, cannot work with 'onrender'.
The thing is, I used the same window opened-and-closed multiple times without creating a new one every time. 'Onrender' only executed once.
And when I show it,... -
25 Jun 2008 5:51 AM
- Replies
- 6
- Views
- 2,925
anyone?
-
25 Jun 2008 5:49 AM
- Replies
- 1
- Views
- 965
Hello guys,
I have an EditorGridPanel which I can edit the cell value by double-clicking it.
Normally when I double-click a cell, a textField (or whatever it is you're using), will appear with... -
24 Jun 2008 3:55 AM
- Replies
- 6
- Views
- 2,925
Hello guys,
So here's my problem, I have a window with a form inside. The form contains several textfields.
What I'm trying to do is, whenever I show the window, I want to focus certain textfield... -
2 Jun 2008 4:57 AM
- Replies
- 3
- Views
- 950
How do I get the HTML element itself?
I already manage to get the record object. And I have the record ID as well.
But I cannot find any method to grab the HTML element of that record.
Any... -
30 May 2008 6:07 AM
- Replies
- 3
- Views
- 950
Is it possible to do so?
I usually get the record by:
var ds = myGrid.getStore();
var rec = ds.getById('record001');
I was hoping there's a method like: -
24 Apr 2008 1:55 AM
- Replies
- 6
- Views
- 2,896
Ahhh, that one slipped out of my sight. Thx a bunch.
-
24 Apr 2008 1:21 AM
- Replies
- 6
- Views
- 2,896
Well that background-color thingy is just an example ^^
Ok here's what I really want to do... :)
As far as I understand, once I press 'enter' on the textfield, here are what happen afterward:... -
24 Apr 2008 12:54 AM
- Replies
- 6
- Views
- 2,896
Well it did work of course.
The breakpoint went there just fine as expected.
But what I'm trying to do here is to override the original flow.
For instance:
I dont want the textfield to be gone,... -
24 Apr 2008 12:28 AM
- Replies
- 6
- Views
- 2,896
I have a EditorGridPanel as follow:
Column model:
var mGridColumns= new Ext.grid.ColumnModel([{
id : 'grid-column-1',
header : 'Test',
width : 120,
sortable : false,... -
17 Apr 2008 6:09 AM
- Replies
- 0
- Views
- 610
I have a EditorGridPanel as follow:
var myGrid= new Ext.grid.EditorGridPanel({
id: 'myGrid',
ds: myGridDataStore,
cm: myGridColumns,
border: false,
bodyBorder: false,
layout: 'fit', -
15 Apr 2008 9:25 AM
- Replies
- 2
- Views
- 605
anyone, plis...
This thing kinda frustrates me... >< -
14 Apr 2008 8:37 AM
- Replies
- 2
- Views
- 605
bump
-
14 Apr 2008 6:13 AM
- Replies
- 2
- Views
- 605
I have a EditorGridPanel. And then I add a class to a specific row using this function:
var rec = Ext.get(multiGrid.getView().getRow(rowIndex));
rec.addClass('bg-red');
After I checked using...
Results 1 to 25 of 25
