Search Type: Posts; User: muratyildiz

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. me.inputEl.setStyle('text-align', 'right');


    This style is text align in textbox. labelAlign : 'right' in the textfield config for label align style.
  2. afterRender or onRender event :


    me.inputEl.setStyle('text-align', 'right');
  3. 256542565525656


    Combobox problem on IE9. The others on EI9 and FF4.
  4. Replies
    1
    Views
    533
    how to add dynamic menu to dockedItems with json?



    {text: 'Ana Menu',menu:[{text:'Deneme1'},{text:'Deneme2'},{text:'Deneme3'}] }}
  5. That code did not work

    The sample code that does not work


    .......................
    ,buttons:[ {text:'Save',xtype:'jbutton',onSuccess:function(form,action)...
  6. FireBug error:

    btns[i].setDisabled is not a function
    btns[i].setDisabled(true);




    Ext.define('Jes.ux.FormPanel', {
    extend : 'Ext.form.FormPanel',
  7. Replies
    140
    Views
    22,488
    Many of api files are 0 KB.

    24862
  8. Replies
    140
    Views
    22,488
    There is nothing related to Ext.form.ComboBox. Ext.form.ComboBox.html file is 0 KB.
  9. Replies
    2
    Views
    1,159
    I changed CSS files. Then problem solved.

    <link rel="stylesheet" type="text/css" href="${context_path}/ext4script/resources/css/ext-all.css" />
    <link rel="stylesheet" type="text/css"...
  10. Replies
    2
    Views
    1,159
    Everything is normal when I deleted tbar. May be a bug.
    There is a problem on FF date picker and trigger field. width propety is not running. May be layout problem.
  11. Replies
    2
    Views
    1,159
    When the page opens as shown below the panel closed.



    <?xml version="1.0" encoding="UTF-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" ...
  12. Thanks. Problem solved. Plugins problem . Your are right. I added buildPlugins method then work.


    var grid = new JEStudio.GridPanel({
    url : '/jestudio/yetki/LogAction',
    autoLoad :...
  13. on custom grid init :



    ....
    if (this.editable) {
    this.plugins = [new Ext.ux.RowEditor()];
    }
    ....
  14. I have a custom grid for restfull store. I want to edit record on custom grid like ext restfull store example. But not shown column editor's. There is no problem on datastore. Can you help me?...
  15. Replies
    16
    Views
    7,248
    var w = new Ext.ux.PopupWindow({
    url : 'www.google.com',
    //height : 500,
    //width : 650,
    maximized:true,
    id : 'win1',
    title : 'Google',
    modal : true
    });
    w.show();
  16. Replies
    16
    Views
    7,248
    var w = new Ext.ux.PopupWindow({
    url : 'www.google.com',
    //height : 500,
    //width : 650,
    maximized :true,
    id : 'win1',
    title : 'Google',
    modal : true
    });
    w.show();
  17. Replies
    16
    Views
    7,248
    var w = new Ext.ux.PopupWindow({
    url : 'www.google.com',
    //height : 500,
    //width : 650,
    maximized:true,
    id : 'win1',
    title : 'Google',
    modal : true
    });
    w.show();
  18. Replies
    16
    Views
    7,248
    var w = new Ext.ux.PopupWindow({
    url : 'www.google.com',
    height : 500,
    width : 650,
    id : 'win1',
    title : 'Google',
    modal : true
    });
    w.show();
  19. Replies
    16
    Views
    7,248
    Before I used ManagedIFrame. My code was very simple. But there were many problems in my application. For example viewport, or popup window. When the window was opening ,closing or redirecting page...
  20. Replies
    8
    Views
    2,998
    very gooooood
  21. Replies
    16
    Views
    7,248
    Thanks Animal.
    Why create a div which contains an iframe all of which goes inside the Window's body?
    you are right for iframe window . But div element must be in iframe panel for fit to parent...
  22. This is remote loader.



    var root = new Ext.tree.TreeNode({
    text: 'root',
    id:'source'
    });
    var comboxWithTree2 = new Ext.ux.TreeCombo({
    ...
  23. Use this code

    Ext.getCmp('<combotreeId>').loadTree(url,params)

    must retun JSON objects.
  24. /*
    * Sample json load code :
    * Ext.getCmp('<combotree>').loadTree(url,params)
    * url : '../..../....Action.do?islem=giris '
    * params : {'itemId':Ext.getCmp('item').getValue()}
    *
    * Animal's...
  25. Replies
    870
    Views
    256,963
    Thanks for help.
Results 1 to 25 of 33
Page 1 of 2 1 2