Search Type: Posts; User: mx_starter
Search: Search took 0.01 seconds.
-
16 May 2013 4:57 AM
- Replies
- 4
- Views
- 129
Yeah - exactly what happened to me yesterday killing all my day...:">
In fact, this was the reason for this post.
The worse thing is, however, i can not understand why this sharing (of the menu)... -
16 May 2013 2:48 AM
- Replies
- 4
- Views
- 129
Well - if i use Ext.define() for the button definition, this means that the Menu will be created:
1. once the button is instantiated (in the first case)
2. upon the button definition (in the second... -
16 May 2013 1:00 AM
- Replies
- 4
- Views
- 129
Hi guys,
can anybody explain me the difference between these two lines of code when defining a menu config property for a button component:
,menu: { items:[ {xtype: 'item 1'} ] }
and -
8 May 2013 12:40 AM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
=D>
Well - seems that this is working now, slemmon.
Still not sure why this listener is needed at all, but anyway - thanks for your kind support.
Now my picker looks & works exactly the way i want... -
7 May 2013 3:18 AM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Hello again, any other ideas after the Easter :)?
-
29 Apr 2013 11:39 PM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Sorry slemmon, i'm afraid you misunderstood me. Did you read my entire question and tested the code snippet i posted?
Or, did you tried it on the fiddle link posted above - http://jsfiddle.net/8VXf5/ -
29 Apr 2013 11:35 PM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Well, the wanted behavior is as follows:
1. The user clicks the top-level button, and sees the entire component
2. The user clicks the 'period' button and sees the period options.
3. Now - i want... -
29 Apr 2013 10:00 AM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Not sure if i understood you - can you please try it in the fidde mentioned above?
-
29 Apr 2013 12:23 AM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Here it is on JSFiddle:
http://jsfiddle.net/8VXf5/
After all, i'm starting to think if the desired effect using this type of nesting is possible at all...
Any ideas? -
29 Apr 2013 12:09 AM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Well, let me post a shortened version of the code, may be it will help:
The widget definition:
Ext.define('sl.COMPONENTS.DateRangeEn', {
extend: 'Ext.button.Button',
alias:... -
27 Apr 2013 12:56 AM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Hope it is not too long to understand.
In short - this is a custom button with menu.
The role is to be used as a custom date range picker.
The menu contains a panel and the panel contains the... -
27 Apr 2013 12:53 AM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Well, it is quite long but here it is (some of the functions code replaced with ....):
Ext.define('sl.COMPONENTS.DateRangeEn', {
extend: 'Ext.button.Button',
alias:... -
26 Apr 2013 1:52 PM
Jump to post Thread: Nested buttons with menus by mx_starter
- Replies
- 14
- Views
- 285
Hi, i have a button with a menu (with blue dates instead of text below).
The only item within this menu is of xtype: 'panel'.
The panel on his own, contains a fbar and one of its buttons (text... -
23 Apr 2013 11:54 PM
- Replies
- 5
- Views
- 124
Not sure if i understood you correctly.
My question was if the above Ext.override code is correct and will make so that every one instantiated form field with xtype: 'textfield' will have its input... -
22 Apr 2013 6:23 AM
- Replies
- 5
- Views
- 124
Did you tested this?
Attached is a snapshot from the firebug inspecting my text field.
You can see there is a name, as well as id for the field, but still no effect.
(the autocomplete attribute... -
19 Apr 2013 4:31 AM
- Replies
- 5
- Views
- 124
Hello,
the standard html form fields have the very useful autocomplete feature which can save a lot of boring work, especially when you test a large form which requires input in the text fields.
... -
15 Apr 2013 6:01 AM
- Replies
- 7
- Views
- 158
some example if it is not too long?
-
15 Apr 2013 5:15 AM
- Replies
- 7
- Views
- 158
To be honest, initially i considered something similar ( if not exactly the same :) ).
The number of the components could be determined before the form-panel is shown.
So - this approach will... -
14 Apr 2013 11:54 PM
- Replies
- 7
- Views
- 158
Question unclear ot solution impossible? ;)
Come on, i'm sure you have ideas.... -
12 Apr 2013 8:31 AM
- Replies
- 7
- Views
- 158
Of course, using Ext.LoadMask is a possible approach, however, it can use only one store...
-
12 Apr 2013 6:57 AM
- Replies
- 7
- Views
- 158
Howdy all,
a have a form panel which may contain a dynamic/unknown number of children fields.
For example, there could be 10 different combo-boxes within - each with different stores/data.
And... -
18 Mar 2013 4:30 AM
- Replies
- 1
- Views
- 94
Hello, i have a custom combobox defined ~ like this:
Ext.define('app.custom.Combos.Cars', {
extend: 'Ext.form.field.ComboBox',
alias: 'widget.ComboCar',
getLastWeight:... -
11 Mar 2013 7:01 AM
:"> Just seen the "Mark best answer" link, sorry for that.
-
10 Mar 2013 11:37 PM
- Replies
- 4
- Views
- 260
Yes, i can confirm that it is working that way, thanks slemmon.
To be honest, the initComponent function is not a thing i can insist i fully understand.
So, using this technique, the listeners of... -
8 Mar 2013 2:59 AM
- Replies
- 4
- Views
- 260
It seems that is outside my knowledge.
So i have a custom component, which extends, a combo box (for example):
Ext.define('sl.COMPONENTS.Combos.Cars', {
extend:...
Results 1 to 25 of 66
