Method not supported

  1. #1

    Method not supported

    Hi,

    I am seeing the example title 'Treepanel using ajax method' and when i have tried to do the same I got the error. "the function loadNodes() is not supported", why?

    I have the version 0.8 of coolite, is this method of other version (v0.8.1 or later)?

    Thanks a lot.
  2. #2

    RE: Method not supported

    Hi,

    'loadNodes' it is method of AsyncTreeNode
  3. #3

    RE: Method not supported



    Thanks, I found the function.

    I have the problem that it isn't possible to set to a AsyncTreeNode the icon.calendar. if the property node.Leaf is false, the folder icon is showed and if the property node.Leaf is true it shows the same icon than in your example 'TreePanel using Ajax method".

    How can i set a different icon?

    Thanks a lot.
  4. #4

    RE: Method not supported

    Hi,

    If you create nodes during AjaxEvent (using Loader) then you should to register icon during initial Page_Load
    ScriptManager1.RegisterIcon(Icon.Add);
  5. #5

    RE: Method not supported

    it's works, thanks a lot vladimir!

Similar Threads

  1. [CLOSED] Which accessibility standard supported by Ext.Net
    By leon_tang in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 11, 2012, 5:11 PM
  2. Element 'listeners' is not supported.
    By bayoglu in forum 1.x Help
    Replies: 0
    Last Post: Apr 23, 2012, 12:53 PM
  3. Culture name 'da-da' is not supported.
    By plykkegaard in forum Bugs
    Replies: 9
    Last Post: Jun 20, 2011, 6:52 AM
  4. [CLOSED] [1.0] Officially supported browsers
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 22, 2010, 12:55 PM
  5. Replies: 0
    Last Post: Apr 30, 2009, 12:55 PM

Posting Permissions