Search Type: Posts; User: eevee

Search: Search took 0.01 seconds.

  1. Thanks for quick reply, here is my code:
    grid:

    [...]
    {
    text: "${_('Labels')}",
    menu: {
    xtype: 'menu',
    plain: true,
    forceLayout: true,
  2. 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,...
  3. 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.
  4. 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: [{
    ...
  5. 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??
  6. 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...
  7. 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(){
    ...
  8. Thanks! It works!
  9. 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
  10. 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...
  11. 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...
  12. 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: {
    ...
  13. 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. 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',...
  15. Replies
    2
    Views
    1,623
    Some news about this old thread?
Results 1 to 15 of 15