Search Type: Posts; User: eevee
Search: Search took 0.01 seconds.
-
3 May 2012 2:02 AM
- Replies
- 2
- Views
- 560
Thanks for quick reply, here is my code:
grid:
[...]
{
text: "${_('Labels')}",
menu: {
xtype: 'menu',
plain: true,
forceLayout: true, -
2 May 2012 12:53 AM
- Replies
- 2
- Views
- 560
Hi!
I'm having some problems with 4.1.
I have a custom menu contining a grid with cell editor plugin.
When I click on the editor, menu lost focus and is closed...
the result is the editor, alone,... -
5 Mar 2012 1:03 AM
Jump to post Thread: grid into menu, editor problem by eevee
- Replies
- 2
- Views
- 380
Yes, thanks
but it's not the problem, I use the same way in a grid panel (not in a menu) and it works perfectly. -
2 Mar 2012 1:57 AM
Jump to post Thread: grid into menu, editor problem by eevee
- Replies
- 2
- Views
- 380
Hi guys...
I'm having some problems with a grid cell editor...
my grid is into a custom menu, here is the code:
Ext.define('MyGrid' ,{
extend: 'Ext.grid.Panel',
tbar: [{
... -
14 Feb 2012 6:10 AM
Jump to post Thread: File upload form submit problem by eevee
- Replies
- 6
- Views
- 878
Changing HashMap function in:
getKey: function(o) {
if (o)
return o.id;
},
I get a: owner is undefined, so o is an owner?? -
14 Feb 2012 6:06 AM
Jump to post Thread: File upload form submit problem by eevee
- Replies
- 6
- Views
- 878
Thanks for the quick reply,
yes I've tryed to debug it, the error occour in HashMap class, the function is
getKey: function(o) {
return o.id;
},
It happens also submitting a... -
14 Feb 2012 5:13 AM
Jump to post Thread: File upload form submit problem by eevee
- Replies
- 6
- Views
- 878
Hi all,
I've got come problem with form submit, here is my code:
Ext.define('myForm',{
extend: 'Ext.form.Panel',
height: 450,
width: 720,
initComponent: function(){
... -
22 Dec 2011 2:00 AM
- Replies
- 2
- Views
- 784
Thanks! It works!
-
21 Dec 2011 2:09 AM
- Replies
- 2
- Views
- 784
Hi!
How can I discriminate 'beforetabchage' via user click on tab and via code:
tabpanel.SetActiveTab(n);
Or disable user click on a tab?
Thanks -
16 Dec 2011 2:39 AM
Jump to post Thread: layout problem by eevee
- Replies
- 2
- Views
- 754
Sorry, it doesn't work with height or flex...
please guess that is only an example, my component is more complex... -
16 Dec 2011 2:29 AM
Jump to post Thread: Find custom components using query by eevee
- Replies
- 4
- Views
- 711
Sorry for the horrible previous post... "preview" was different...:-/
anyway...
I'm trying to get all my component using query.
Ok, it doesn't matter if I can't use 'field' selector... but I want... -
15 Dec 2011 7:23 AM
Jump to post Thread: layout problem by eevee
- Replies
- 2
- Views
- 754
Hi all,
maybe I'm missing something...
Ext.define('Mywizard.Step' ,{
extend: 'Ext.panel.Panel',
layout: {
type: 'vbox',
align: 'center',
defaults: {
... -
15 Dec 2011 2:22 AM
Jump to post Thread: Find custom components using query by eevee
- Replies
- 4
- Views
- 711
Thanks for your quick reply,<br>I've understand that alias are univocal (unambiguous<span class="POS2"></span>), am I right?<br>So I think I can't use it for all my custom components...<br>I need to...
-
14 Dec 2011 8:23 AM
Jump to post Thread: Find custom components using query by eevee
- Replies
- 4
- Views
- 711
Hi all,
maybe a simple question, but I can't find out an answer...
I have a custom component:
Ext.define('My.utils.Selector',{
extend: 'Ext.form.CheckboxGroup',
cls: 'form-field-left',... -
29 Nov 2011 7:56 AM
Jump to post Thread: How to use JSBuilder3? by eevee
- Replies
- 2
- Views
- 1,623
Some news about this old thread?
Results 1 to 15 of 15
