Search Type: Posts; User: Richardh Rotterdam
Search: Search took 0.03 seconds.
-
12 Jun 2012 6:20 AM
- Replies
- 9
- Views
- 844
Sounds to me like you need to scope down where the issue really is.
This is what helps me if I have a similar situation. I try to add the element to a simpeler component such as a window. This way... -
12 Jun 2012 3:26 AM
- Replies
- 9
- Views
- 844
Do you mean you have a Ext.form.Panel inside a Ext.form.Panel? If so try to avoid that I did try that and it doesn't seem to cause an issue with pressing enter though.
Could you post the entire... -
12 Jun 2012 2:14 AM
- Replies
- 9
- Views
- 844
Using your code to render a textarea it seems to work fine
I placed "new Note" within quotes and ignored the disabled attribute leaving me with this code:
Ext.application({
name: 'AM',
... -
12 Jun 2012 1:37 AM
- Replies
- 1
- Views
- 378
Hi I'm having trouble getting the layout to work right for the numberfield and combobox.
I'm adding a numberfield dynamicly to a FieldContainer and this sometimes causes the up and down buttons... -
30 Nov 2011 6:33 AM
- Replies
- 1
- Views
- 482
Found the solution by trial and error.
Instead of adding the button using an html string I added a button by passing it as object in my app.js
Button as object passed as shown below:
... -
30 Nov 2011 4:18 AM
- Replies
- 1
- Views
- 482
Hi there,
I just started to get into extjs and singed up for this forum so please go easy on me.
I am trying to attach an event to a button using the Controller::control method.
With the code I...
Results 1 to 6 of 6
