Search Type: Posts; User: Alona Oz
Search: Search took 0.02 seconds.
-
4 Apr 2011 5:20 AM
Jump to post Thread: Change text in TreePanel nodes by Alona Oz
- Replies
- 7
- Views
- 1,972
I found some way to do it, but it's very ugly
I extended TreePanel in order to make findNode(ModelData) method to be public and when I used setInnerHTML on text element. Again this is very ugly, I... -
4 Apr 2011 4:53 AM
Jump to post Thread: Change text in TreePanel nodes by Alona Oz
- Replies
- 7
- Views
- 1,972
After tree is drawn I want to change the displayed node labels.
How I can do it?
It seems something simple, but I can't find a way to do it.
I've tried different options: bind() method... -
16 Dec 2010 1:24 AM
- Replies
- 12
- Views
- 2,396
Hi, Sven,
I am not sure I understood your answer. Do you mean that there is some workaround that I can use or it requires changes in LiveGridView code? -
15 Dec 2010 7:06 AM
- Replies
- 12
- Views
- 2,396
Ok, I've debugged my code and it seems that it's because I use LiveGridView. Below is the testcase that ignore keyProvider.
public class Hello implements EntryPoint {
public void... -
15 Dec 2010 4:46 AM
- Replies
- 12
- Views
- 2,396
The standalone test works, so there is probably some problem in my application, I will debug it.
Just another quetion is there any way to customize ids of cells in addition to rows?
10x -
14 Dec 2010 7:35 AM
- Replies
- 12
- Views
- 2,396
I use 2.2.0
-
14 Dec 2010 7:32 AM
- Replies
- 12
- Views
- 2,396
Can I customize ids for Grid?
I've tried to it in the following way, but "getKey" is never called.
public void drawConversationsList(ListStore<BeanModel> conversations) {
... -
14 Dec 2010 7:04 AM
- Replies
- 12
- Views
- 2,396
Using 'id' this is an option. This is probably the best option since it doesn't seem that I want override getTemplate().
10x -
14 Dec 2010 6:48 AM
- Replies
- 12
- Views
- 2,396
Is there any possibility to set 'name' for TreePanel nodes? I need the name attribute to be a part of the created HTML. I need it for Web Testing (WebDrive).
10x -
14 Nov 2010 7:32 AM
- Replies
- 4
- Views
- 1,090
May be I am doing something wrong since I am not familiar enough with Ext? I try to create a relatively simple layout, I tried several solutions and any worked well. Below is HTML code that explains...
-
14 Nov 2010 7:15 AM
- Replies
- 4
- Views
- 1,090
I am still with this problem.
I tried to add a hieght to mainContainer, but it didn't help, also my mainContainer sits in global application layout as center part of borderlayout. Any way I tried... -
3 Nov 2010 8:06 AM
- Replies
- 4
- Views
- 1,090
I try to create a vertical layout that includes horizontal layouts. Horizontal layouts must have one element with constant width and another with 100% width, for this I used Borderlayout and it...
-
3 Nov 2010 5:20 AM
- Replies
- 2
- Views
- 1,410
Yes, that was the problem:)
10x -
3 Nov 2010 1:32 AM
- Replies
- 2
- Views
- 1,410
I try to create a very simple example that draws labels and shows them one after one horizontally. For some reason it doesn't work, all labels are displayed vertically, below is my test code.
... -
1 Nov 2010 4:13 AM
- Replies
- 5
- Views
- 659
There is something that I probably don't understand. I try to create a vertical layout container and add elements to it on button click. But this doesn't work, the elements are not drawn. What is the...
-
27 Oct 2010 7:00 AM
Jump to post Thread: GWT 2.1 and MVP by Alona Oz
- Replies
- 9
- Views
- 3,311
Sven, can you give an example?
-
27 Oct 2010 6:35 AM
Jump to post Thread: GWT 2.1 and MVP by Alona Oz
- Replies
- 9
- Views
- 3,311
GWT 2.1 released with built-in MVP pattern. Did somebody check how it works with Ext GWT?
-
3 Oct 2010 6:40 AM
- Replies
- 2
- Views
- 1,017
It seems I succeeded to do it, here is my code for anyone
public class MyGridView extends GridView {
@Override
protected void onRowOver(Element row) {
... -
3 Oct 2010 5:17 AM
- Replies
- 2
- Views
- 1,017
I want to create a grid that will show specific controls when mouse is over the row. The controls should be displayed in one of grid columns in that row and should be hidden when mouse is out.
I... -
19 Sep 2010 8:01 AM
- Replies
- 2
- Views
- 1,318
Do you have any idea how to implement it?
-
19 Sep 2010 7:55 AM
- Replies
- 2
- Views
- 1,318
Does TreePanel (and TreeGrid) support animated expand/collapse nodes effect?
10x -
16 Sep 2010 3:21 AM
Jump to post Thread: Slidein effect for CardLayout by Alona Oz
- Replies
- 3
- Views
- 716
I call setActiveItem() after everything is rendered (on button click) and first item is displayed properly.
So do you think it's related to rendering anyway? If so where I should turn off defered... -
16 Sep 2010 1:29 AM
Jump to post Thread: Slidein effect for CardLayout by Alona Oz
- Replies
- 3
- Views
- 716
Hi,
I try to create some special sliding effect, it should be similar to Iphone panels, when one panel is displayed while the second slides in over it. I try to use CardLayout for this and for... -
12 Sep 2010 1:18 AM
- Replies
- 2
- Views
- 954
I've solved the problem, no height fix is required, I've just added FitLayout to the container.
center.setLayout(new FitLayout()); -
7 Sep 2010 4:34 AM
- Replies
- 2
- Views
- 954
I wonder if there is a way to create a auto-height grid in a little more convenient way than in Auto Height example provided in examples.
I mean grid that will grow normally according to the number...
Results 1 to 25 of 35
