Ext.Net.Node Listeners

  1. #1

    Ext.Net.Node Listeners

    Hi everybody

    Using Listeners.Click.Handler member in TeeNode Class in 1.x
    i'm not able to have the same fetures in Node Class in 2.x
    so , i'm looking now for something doing the exact work as a click handlers in Ext.Net.Node Listeners
    thus , is there an idea ?
    Last edited by geoffrey.mcgill; Jul 31, 2012 at 7:28 PM.
  2. #2

    Ext.Net.Node Listeners

    Quote Originally Posted by farouk View Post
    Hi everybody

    Using Listeners.Click.Handler member in TeeNode Class in 1.x
    i'm not able to have the same fetures in Node Class in 2.x
    so , i'm looking now for something doing the exact work as a click handlers in Ext.Net.Node Listeners
    thus , is there an idea ?

    Good morning,

    I am facing the same problem in version 1.x used the Ext.Net.TreeNode and added a listener on node via codebehind as follows:

    Dim nusr The New Ext.Net.TreeNode
    nusr.Text = "Users"
    nusr.Icon = Ext.Net.Icon.NoteGo
    nusr.Listeners.Click.Handler = "AddTab (​​TabPanel1 # {}, 'idClt2', 'Usuario.aspx', 'Users');"
    node1.Nodes.Add (nusr)

    I'm not finding a way similar to that in version 2.x through Ext.Net.Node (). Does anyone know how I can solve this problem?

    thank you

Similar Threads

  1. Replies: 0
    Last Post: Aug 09, 2012, 8:30 AM
  2. Replies: 8
    Last Post: Jun 20, 2012, 6:48 PM
  3. Replies: 16
    Last Post: Jul 19, 2011, 3:53 AM
  4. Replies: 1
    Last Post: Nov 24, 2010, 3:04 PM
  5. TreePanel:Copying from one node to another node using drag and drop
    By eighty20 in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 25, 2009, 7:48 AM

Posting Permissions