Search Type: Posts; User: mx_starter

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. 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)...
  2. 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...
  3. 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
  4. 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...
  5. Replies
    14
    Views
    285
    Hello again, any other ideas after the Easter :)?
  6. 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/
  7. 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...
  8. Replies
    14
    Views
    285
    Not sure if i understood you - can you please try it in the fidde mentioned above?
  9. 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?
  10. 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:...
  11. 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...
  12. 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:...
  13. 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...
  14. 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...
  15. 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...
  16. 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.
    ...
  17. some example if it is not too long?
  18. 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...
  19. Question unclear ot solution impossible? ;)
    Come on, i'm sure you have ideas....
  20. Of course, using Ext.LoadMask is a possible approach, however, it can use only one store...
  21. 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...
  22. Hello, i have a custom combobox defined ~ like this:


    Ext.define('app.custom.Combos.Cars', {

    extend: 'Ext.form.field.ComboBox',
    alias: 'widget.ComboCar',

    getLastWeight:...
  23. :"> Just seen the "Mark best answer" link, sorry for that.
  24. 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...
  25. 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
Page 1 of 3 1 2 3