[CLOSED] Panel listeners

  1. #1

    [CLOSED] Panel listeners

    Hi,

    Here's another version migration question. What's the suggested replacement for the BeforeUpdate Panel listener?

    var tab = new Ext.Net.Panel();
    var beforeUpdate = tab.Listeners.BeforeUpdate;
    handler = "alert("Before Update");";
    beforeUpdate.Handler = handler;
    Last edited by Daniil; Aug 13, 2015 at 7:51 PM. Reason: [CLOSED]
  2. #2
    Hi Vadym,

    A Loader's BeforeLoad should be a substitution.

    By the way, if you migrate from v1 to v3, it is worth reviewing the Breaking Changes document between v1 and v2. I think most of items should be actual for v1/v3 as well.
    https://examples2.ext.net/#/Getting_...EAKING_CHANGES
  3. #3
    Thanks, Daniil, that was helpful. Please mark this thread as closed.

Similar Threads

  1. Replies: 2
    Last Post: May 15, 2012, 11:47 AM
  2. [CLOSED] Listeners for Tree Panel (Razor Views)
    By machinableed in forum 2.x Legacy Premium Help
    Replies: 24
    Last Post: Apr 04, 2012, 7:56 AM
  3. [CLOSED] Tab Panel Tab Activate Listeners issue
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 16, 2011, 5:11 PM
  4. Why Listeners are not themable ?
    By reverseblade in forum 1.x Help
    Replies: 1
    Last Post: Jul 13, 2010, 4:27 AM
  5. SelectionModel vs Listeners
    By Juls in forum 1.x Help
    Replies: 1
    Last Post: Apr 07, 2009, 5:02 PM

Tags for this Thread

Posting Permissions