Implementing a ComboTree extension

Page 4 of 4 FirstFirst ... 234
  1. #31
    This blog post will help to decode that url.
    http://blogs.telerik.com/blogs/posts...urce_name.aspx
  2. #32
    the decoded url is "pExt.Net.UX|Ext.Net.UX.Extensions.ComboTree.resou rces.ComboTree.js"

    Ext.Net.UX is a assembly dll.But I do not know why there is a 'p' before the url?

    Is it necessary to set the ext.net.ux.meta.xml file? I have not do this.
    But I researched the ext.net.ux.meta.xml, there is none of the "js" key word.
    Last edited by easypower; Nov 07, 2011 at 1:06 PM.
  3. #33
    But I do not know why there is a 'p' before the url?
    Don't worry about it.

    Where did you place the ComboTree.js?

    Did you mark that file as an Embedded resources?

    Is it necessary to set the ext.net.ux.meta.xml file? I have not do this.
    No.
  4. #34
    Here is my file path tree of the solution.
    Click image for larger version. 

Name:	path.jpg 
Views:	318 
Size:	69.4 KB 
ID:	3416
  5. #35
    The path looks correct according to:
    baseList.Add(new  ClientScriptItem(typeof(ComboTree),  "Ext.Net.UX.Extensions.ComboTree.resources.ComboTree.js",  "ux/extensions/combotree/combotree.js"));
    But please answer:
    Did you mark that file as an Embedded resources?
  6. #36
    You got the truth. I have not mark that file as an Embedded resources. I am sorry for that stupid question for a begineer.
    But all js error will not display. There is nothing display in the page also.
    I noticed that in the console there is a line texted:
    "Uncaught TypeError: Object #<Object> has no method 'on'"
    it is about js file line 51
    "this.tree.on('click', this.onClick, this);"
    and if I remark this line, ComboBox will display but when I drop it , no tree display.
  7. #37
    You should replace that line with
    tree.on('click', this.onClick, this);
    Then I tried that custom control I saw a tree.
  8. #38
    OK, I will try it tomorrow. Thank you very much and best wishes to you!
    And Could you help me some with another thread also about UserControl?
    If you are busy,please tell me if I can do that or can not achieve my think.
    http://forums.ext.net/showthread.php...business-ruler

    And another is a bug about grouped GridPanel
    http://forums.ext.net/showthread.php...ugs-about-sort
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. [CLOSED] Implementing ExtJS Grid DataDrop plugin
    By Moltas in forum 1.x Legacy Premium Help
    Replies: 27
    Last Post: Aug 23, 2013, 3:02 PM
  2. Replies: 0
    Last Post: Oct 06, 2011, 1:38 PM
  3. Replies: 5
    Last Post: Jun 29, 2010, 7:23 AM
  4. ComboTree In PanelGrid
    By mrlayeghi in forum 1.x Help
    Replies: 0
    Last Post: Jan 24, 2010, 4:40 AM
  5. Implementing hot Keys for ToolbarButton
    By n_s_adhikari@rediffmail.com in forum 1.x Help
    Replies: 1
    Last Post: Sep 05, 2009, 4:20 PM

Posting Permissions