Implementing a ComboTree extension

Page 3 of 4 FirstFirst 1234 LastLast
  1. #21
    Quote Originally Posted by easypower View Post
    I am sorry, I do not know it is need that ConfigOptions function must be override.
    But I follow your code and there is also a js error "missing object"
    error js code is
    store:new Ext.data.SimpleStore({fields:["text","value"],data :[]}),
    submitValue:true,
    tree:{id:"TreePanel1",...}
    "missing object".
    I guess the missing object is reference to "tree:{id:"TreePanel1",...}"
  2. #22
    And could you pay some attention to my another thread "http://forums.ext.net/showthread.php?16089-How-to-defined-a-UserControl-inheirt-from-Ext.Net.Component-with-business-ruler" please?
  3. #23
    Quote Originally Posted by easypower View Post
    "missing object".
    I guess the missing object is reference to "tree:{id:"TreePanel1",...}"
    Well, you did not answer/comment some things here:
    http://forums.ext.net/showthread.php...ll=1#post68225
  4. #24
    OK,I will download Chrome with Developer Tools tonight, and post the new information after 2-3 hours later.
    Thank you.
  5. #25
    What about this?
    As well, is the ComboTree.js loaded correctly?
  6. #26
    In Chrome,there is nothing alarm,and in the console the error is:
    Failed to load resource: the server responded with a status of 404 (Not Found)
    Uncaught TypeError: undefined is not a function Default.aspx:17
    (anonymous function) Default.aspx:17
    h.Event.name ext.axd:7
    b ext.axd:7

    and I do not know how to make sure that is ComboTree.js is load correctly. Could you tell me?
  7. #27
    It looks like a resource is not loaded, but I'm not sure what exactly resource.

    See the "Network" tab of the Developer Tools.
  8. #28
    WebResource.axd
    I research past threads by "WebResource.axd", but I also can not resolve this question.
    Last edited by easypower; Nov 07, 2011 at 12:19 PM.
  9. #29
    It doesn't help.

    What is the url of a request?
  10. #30
    http://localhost:44432/WebResource.a...61830553612886
    I do not know where WebResource.axd come from
    in the source code of the page, there is a line more than correct page
    "<script type="text/javascript" src="/WebResource.axd?d=7c9m2p4qzFKiFavKPpGnW-hDiQrApW6NMZiLyiejVpLTbSgZGBXHe1ITsHLOLkWjeFT-lQrAKrHTVpg5nM4CH2d4v09j8AlRYy7TFxWzWq-TaoOM4ZNUNHLAZqEhNg8YT6Z2uzi0YG2zAthcEqm8jk5says0C uLV0K7fNcy_bMQ1&amp;t=634561830553612886"></script>"
    Last edited by easypower; Nov 07, 2011 at 12:51 PM.
Page 3 of 4 FirstFirst 1234 LastLast

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