Search Results

Type: Posts; User: mrVan

Search took 0.01 seconds.
  1. no worries. and it was that simple. Thanks, it works. you can close thread.
  2. or probably something more like this...



    form.getForm().findField(myFieldID).setIndicatorText("my updated text");
  3. Hello,

    Can anyone show me how to update a field's "IndicatorText" from client-side (javascript)

    Ideally something like this....



    form.getForm().findField(myFieldID).indicatorText...
  4. Thread: Tooltip delay

    by mrVan
    Hi Guy's

    Am looking to delay the display of toolitps within TreePanel nodes. Currently each Node created has its own Qtip although would ideally like an overall setting I can change as this gets...
  5. Hi Dimitris,

    I have separated all my treepanel code from main solution and it is working great. So thank you. The (JavaScript critical error in (unknown source location)\n\nSCRIPT1004: Expected...
  6. Hi Dimitris,

    Thank you, it has helped and I can run your example within my Visual Studio solution, however when aligning my code I still get the following error

    JavaScript critical error in...
  7. Hi again,

    Further to previous note on contextMenu, calling the server-side Method still seems to be a problem. The javascript function can successfully display alert with all node properties...
  8. Hi Dimitris,

    I have managed to build ItemClick.Handler to execute JS function and obtain all data and custom attributes, which I will implement in due course. I am busy with ItemContextMenu and...
  9. Hi Dimitris,

    Thanks, I can see the events, but not exactly sure how best to implement in my context. I am dealing with multiple treepanels (all built in code-behind) within a CardLayout panel and...
  10. Hi Dimitris,

    I have reverted to code behind for now, however have further issue. A snippet of my helper method used for creating each node is below, however I realise I have a problem with the...
  11. Hi Dimitris

    This is the direction I am keen to go, however, hopefully last question. Given I need to approach this from code-behind, have you got example illustrating how this could be done in...
  12. Hi Dimitris,

    Yes, your example and exactly what I was looking for. Thanks also for mentioning that XmlTreeLoader is not supported in v2 anymore. I guess the question is around what can you do with...
  13. Hi,

    Thanks for feedback. Was hoping to follow the same method, I referred to previously, which appears very is a very straightforward, but with added bells and whistles.

    Understand need to...
  14. I am extracting a large piece of XML from database and would like to create my TreePanel in most efficient way possible based on this XML. The current method returns an XmlDocument object, which I...
Results 1 to 14 of 14