Search Type: Posts; User: Yacine BRITAH

Search: Search took 0.04 seconds.

  1. And this is the validator:

    var tabpanel = this.up('tabpanel');
    var numberfields = tabpanel.query('numberfield');
    var count = 0;
    var i;

    for (i=0;i<numberfields.length;i++){
    if...
  2. I don't really understand what you mean. Form.submit can't be in Beforedestroy event. I should first delete the tab , the form.submit must be done when the tab is destroyed. The problem is that when...
  3. Hello,

    May can someone help me.

    I have a tabpanel on a formpanel. After having loaded data, it can be possible to change (add or delete tabs on this tabpanel) it and submit it.
    on each tab i...
  4. Hello Mitchell,

    First of all, thanks you for your answer.
    It's right, the problem was not on this. In fact , for rendering this view i have to choos an item in a menu, and as i changed to...
  5. Hello,

    I'm trying to show a view with a toolbar on top, a statusbar on bottom and a grid in center.
    First of all i must say that i've not a border layout. It's important because i already got...
  6. what's the "stores" parameter???

    your override doesn't give a result because of this variable "stores"
  7. can anybody tell how to get the server-side generated report in Ext.window and not in browser:
    here is my code:

    var frame = Ext.create('Ext.window.Window', {
    title: 'PDF View', ...
  8. ssamayoa this is wrong, it's still not functionning so....
    you'll still got error on compilation, so it's impossible for application to create the widget.
  9. Thank you Scoot i found why. I wanted to configure this border layout to a Panel as InitialView, it's ok with viewport. Thanks for reply!!
  10. can anybody tell more about this border layout problem i have it too
  11. Replies
    1
    Views
    297
    Hello,

    Until today i can't work quietly, because of this 2.1 upgrade.
    I m always getting the same problem on Project Upgrade. it starts but never ends.

    And i got also the same error before...
Results 1 to 11 of 11