Search Type: Posts; User: Moinsen
Search: Search took 0.02 seconds.
-
1 Aug 2012 2:34 AM
- Replies
- 1
- Views
- 302
Hi,
i think i know your problem. Have a look at:
http://stackoverflow.com/questions/2551750/extjs-roweditor-on-grid
This is just the way to do it.
First you need a procedure with the... -
31 Jul 2012 12:46 AM
Jump to post Thread: combobox in grid by Moinsen
- Replies
- 3
- Views
- 577
Hi,
thanks a lot to both of you it was the missing plugin!
Now i am looking for a way to see this combobox without editing this field. I think i have to do a renderer in the columns config... -
31 Jul 2012 12:04 AM
Jump to post Thread: combobox in grid by Moinsen
- Replies
- 3
- Views
- 577
Hi,
i am looking for a way to put a combobox in a grid. I could not find a working example.
This is my columns config for the grid:
[{header: 'Sprache', dataIndex:... -
24 Jul 2012 4:57 AM
- Replies
- 2
- Views
- 265
Hi,
i am looking for a way to display the same field in multiple textfields in a panel.
The panel has the following items (example):
items: [{
xtype: 'textfield',
... -
23 Jul 2012 3:42 AM
- Replies
- 9
- Views
- 4,760
Hi try this:
{
xtype: 'button',
iconCls: 'pagenext'
} -
6 Jul 2012 1:14 AM
- Replies
- 4
- Views
- 680
You can use the icon property also:
icon: 'css/images/record-page.png' -
29 Jun 2012 1:00 AM
- Replies
- 2
- Views
- 305
Maybe something like this:
items: [
Ext.create('Ext.Img', {
src: 'css/images/header-logo.png',
width: 124,
height: 60
}),
{ -
27 Jun 2012 6:09 AM
Jump to post Thread: Questions on absolute layout by Moinsen
- Replies
- 5
- Views
- 1,764
Hi,
no solution for this? Or is it too complicated? Hello you techs from Sencha!
If i am sending an event with each setText and doing all the stuff same as the resize listener with positioning... -
22 Jun 2012 4:45 AM
Jump to post Thread: Questions on absolute layout by Moinsen
- Replies
- 5
- Views
- 1,764
Hi,
i added this navigationbar to my example. As you see sliding stopps at panel #3. Maybe this makes it easier to reproduce this issue.
var collapseSize = 12;//26;
... -
21 Jun 2012 5:59 AM
Jump to post Thread: Questions on absolute layout by Moinsen
- Replies
- 5
- Views
- 1,764
Hi Scott,
sorry for delay but this costs time. So please have a look at my code. This thing does nearly what i want. But i have a few questions on this.
var collapseSize = 12;//26;
... -
12 Jun 2012 6:22 AM
Jump to post Thread: Questions on absolute layout by Moinsen
- Replies
- 5
- Views
- 1,764
Hi,
i try to make an absolute layout. But i have a lot of problems with that. First i can not resize the browser the inner panels disappear.
This is my complete layout:
... -
4 Jun 2012 1:52 AM
Jump to post Thread: text box with search icon at end by Moinsen
- Replies
- 4
- Views
- 1,358
Hi,
the label is not necessary just use the 'trigger'. Thats a textfield with a right aligned search button.
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.form.field.Trigger -
4 Jun 2012 1:12 AM
Jump to post Thread: text box with search icon at end by Moinsen
- Replies
- 4
- Views
- 1,358
Hi,
try this:
{
xtype: 'label',
text: 'Search',
style: 'padding: 5px; text-align: left',
width: 50 -
31 May 2012 1:43 AM
- Replies
- 2
- Views
- 881
Hi Scott,
thats what i expected - ! I try a different way too add my panels. Could you please have a look at this because it do not work either.
This is my mainForm. The center panel in my... -
30 May 2012 4:47 AM
- Replies
- 2
- Views
- 881
Hi,
i am looking for a way to add dynamically panels to a border layout. My border layout has already a west and a center region. In the east region i placed a dummy panel as descripted here:
... -
22 May 2012 6:16 AM
- Replies
- 6
- Views
- 834
Hi Scott,
no idea? I have to change the layout because height: '100%' or autoheight doesn't work anymore. So i figured out to put a hbox - stretch panel in my viewport. The panels inside have a... -
21 May 2012 7:07 AM
- Replies
- 6
- Views
- 834
Hi,
this is my movie: http://screencast.com/t/Xr0SL5WE
and this is the sliding procedure.
function form2Slide(show) {
var left, right;
if(show == 'form2'){ -
21 May 2012 3:36 AM
- Replies
- 6
- Views
- 834
Hi Scott,
nearly thank you. I have a panel with a 'hbox' - 'stretch' layout. In this panel are multiple other panels. So not a fixed number of panels but a least 4. So it is difficult to do this... -
18 May 2012 2:42 AM
- Replies
- 6
- Views
- 834
Hi,
im looking for a way to have a nice sliding animation in my application. There are two panels left and right. There is a button in the bbar to start this sliding. Normally you expand/collapse... -
14 May 2012 1:58 AM
- Replies
- 12
- Views
- 1,574
Evan,
me again sorry. In IE9 this is in IE7 mode and in compatibility mode! -
11 May 2012 3:58 AM
- Replies
- 12
- Views
- 1,574
Evan,
i checked it with software rendering on and off. It makes no difference. This is not the reason for ... -
11 May 2012 1:34 AM
- Replies
- 12
- Views
- 1,574
Is there a way to switch on/off software rendering in IE? So if you use my html performance is ok?:(
-
11 May 2012 1:10 AM
- Replies
- 12
- Views
- 1,574
No change. Needs more than 20 seconds to start dialog. Is there a easy workaround? I tried to load a Ext.window in a separate 'thread' to reduce loading time. But the application starts very slowly....
-
10 May 2012 11:13 PM
- Replies
- 12
- Views
- 1,574
Evan,
did you come to a conclusion? Can you reproduce this? IE support is very important for us.
THX -
9 May 2012 5:13 AM
- Replies
- 12
- Views
- 1,574
With page-analyser i don't have this effect. I think it has to do with loading somehow.
Results 1 to 25 of 51
