Search Type: Posts; User: drumforhim

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    211
    Hello everyone! Just started using-learning the "new" mvc architecture in extjs4 and i find it amazing. Ed and who else is there, you guies have done an amazing job!The refs array with it's get set...
  2. Replies
    1
    Views
    146
    Hi everyone,
    I'm working on an application that has some forms and the forms have many fields. as far as fields i don't use the usual method


    items :[
    {
    prop1 : etc,
    prop2 : etc,...
  3. Replies
    2
    Views
    290
    Thanks a lot bud! it was a comma in the stores array i was passing into the function!
    regards!
  4. Replies
    2
    Views
    290
    I have a function that cleans up my form stores
    nothing fancy...


    cleanUpStores : function(stores,del)
    {
    if(stores)
    {
    for(var i=0;i<stores.length;i++)
    {
  5. Replies
    1
    Views
    185
    Hello everyone!
    I have a form in which i have build a custom field panel that can duplicate itself so the user may enter several values of this field.it's a textfield by the way
    so i have given to...
  6. Replies
    3
    Views
    863
    Hello everyone
    Can please someone explain to me how can i add a click event on a checkbox in my form. i have tried check,change,handler but they all seem to fire when the form loads, something that...
  7. Hello everyone.
    I have a problem with adding tabs to a tab panel when i click a menu item. Here is my code


    var mainMenuTree = Ext.create('Ext.tree.Panel', {
    store: mainMenuTreeStore,
    ...
  8. Thanks a lot that was very helpful!
  9. i have the following code



    var p =newExt.Panel({ title:'Column Layout - Percentage Only', layout:'column', items:[{ title:'Column 1', columnWidth:.25},{ ...
Results 1 to 9 of 9