ExtJS Methods

  • Particularly those dealing with dom selection.

    I wanted to update the contents of a panel on each click of the rows of a grid to display details about the row.

    I tried several different combinations without luck.

    In JQuery something I am more familiar with.

    I just did

    $('#panelname').html(contents);

    and it was done. What is synonymous with that in ExtJS?

    Thanks


  • As a follow up, I read up on DomHelpers, but I could not find any good examples.

    Please guide me.

    Thanks.


  • Ext.get(id).update('foo')


  • Solving your own problems is sometimes facinating.


    Ext.DomHelper.overwrite(id, content);







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about ExtJS Methods , Please add it free.