Search Type: Posts; User: url

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    19
    Views
    11,361
    Try with

    Ext.get('idOfBoxEl').dom.innerHTML = 'NewLabel'

    Regards
    URL
  2. Hi All,

    I have a treepanel with nested parents and child inside it. I am using treeviewdragdrop plug-in to re-arrange the nodes.
    My requirement is to restrict the child of one parent should not...
  3. I'm using a userdefined plugin which shows the div element around the field when a mousedown fires on form.body
  4. Hi All,

    I have a formpanel and some fields inside it.

    I'm registering a mousedown event for form which shows a border to the field. When a mousedown is happening for the otherfield then i'm...
  5. @Krullji

    I'm not using any store for this. I just created a global object for each field which holds the properties respectively.( Here i want to set the different name as displayName for each...
  6. @selemmon

    I want to change the properties like label, name ,height,width etc.

    Can you please suggest me how to do?
  7. Hi
    In my application's viewport i'm showing the form panel with list of fields in center region and propertygrid in east region.


    I need to show the list of proiperties of the field in the...
  8. Replies
    1
    Views
    68
    Hi,
    How to change the headers of a propertygrid which is by default 'Name' and 'Value'.


    Refer to http://docs.sencha.com/extjs/4.1.3/#!/example/grid/property.html



    Regards
    URL
  9. Replies
    3
    Views
    74
    Hi,

    Thanx for your response.
    But the link provided by you is not showing any proxy(dotted line) at valid drop areas.
    can you please provide me the way to achieve?

    Regards
    URL
  10. Replies
    3
    Views
    74
    Hi All,

    I have a formpanel in which I'm adding items dynamically by dragging and dropping.
    I want to re-arrange the fields within the form-panel by drag and drop.

    My requirement is to drag the...
  11. I want to add new fields placed inside a container ( layout:hbox ) to the FormPanel dynamically by dragging and dropping.
    While dropping in Form panel I'm able to add fields(container) dynamically....
  12. Hi All,
    My requirement is to show the o/p of History management in a new window.
    For this i have written the code like this:



    top.consoleRef= window.open('','newwindow');
    ...
  13. Hi All ,

    I have a grid panel with template column which is rendering the data of config name.

    Now my view is like below (ref screenshot)...
  14. @Farish
    Thanks for your quick response. Actually i missed t while posting so thats not a problem, and i have tried with calling doLayout () with west/south/viewport regions, but no luck.


    ...
  15. Hi All,
    I want to show the list of fields in west region using accordion layout.
    That fileds should be displayed as icon and widget name .

    For this i have created a dataview which displays icon...
  16. Hi,
    For my application am using extjs4.2
    Here am attaching some sample codes which may be helpful to findout the problem:

    when am clicking on Help button, am adding a new tab to thetab panel and...
  17. Hi All,

    I'm using a tree panel which uses 'treeviewdragdrop' plugin.

    My tree is rendering with list of widgets.(ex: formpanel, grid etc.) in west region, and a panel is rendering in center...
  18. I have a requirement where i should create a data view with some nested divs.
    '<tpl>', '<div class='firstdiv' height:30 width:30 ></div>', '<div class='seconddviv' height:50 width:40...
  19. I have a requirement where i should create a droppable data view with some nested divs.

    '<tpl>', '<div class='firstdiv' height:30 width:30 ></div>', '<div class='seconddviv'...
  20. Hi All,
    I have designed an application where different panels are arranged in a border layout.
    west region - panel (tree)
    center region - panel(tab)
    south region - simple panel which is again...
  21. Hi All,
    I got the solution , The problem was until the box was ready store is not loaded properly hence items are not there and selection was not happening.
    So by writting the selection code inside...
  22. Replies
    2
    Views
    550
    Hi All,
    http://docs.sencha.com/ext-js/4-1/#!/example/portal/portal.html
    If I'm adding a htmldeditor as a portlet, re-positioning it,then it's showing the weired behavior.
    After re-positioning then...
  23. Hi All,

    I have created a tree panel by specifying the xtype as treecolumn. I want to select the first leaf of the tree as selected one. For this.
    registered a boxready event and written the code...
  24. @mitchellsimoens

    Thanks. I achieved this by simple Javascript window.onerror event.

    window.onerror = function(message, url, linenumber) {
    // Use the parameters.
    }
  25. Issues in re-positioning of htmleditor
    Hi all,

    I'm developing a sample portaldemo application similar to http://docs.sencha.com/ext-js/4-1/#!/example/portal/portal.html

    I have added multiple...
Results 1 to 25 of 50
Page 1 of 2 1 2