Advanced CFTREE functionality in MX7

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Re: Advanced CFTREE functionality in MX7

    Any chance you could post what you came up with? We are attempting to do the
    same thing as you! We are having a difficult time even getting the XML version
    of the cftree to show up, let alone any thing else. It would be a huge help if
    you could describe in detail what you came up with!

    Thanks,
    Shawn

    Shawn Schultz Guest

  2. Similar Questions and Discussions

    1. CFTREE
      Is there a way to control the z-index of a cftree object? I have som flyout and dropdown menus that are displaying beneath the applet or flash...
    2. <CFTREE>
      I'm having trouble with a links in my cftree. I have dynamic URL's such as http://www.myUrl.com/myFile.asp?myVariable=331. Even with appendkey set...
    3. CFTree?
      What I have is a query that returns all the parts in a service tech's kit. I am then returing the records in a table to show all the components in...
    4. CFTREE not initializing
      Some of our users are having problems with CFTREE. The user gets a gray box that should contain the tree listing, but instead it gives them a red...
    5. Advanced Form Functionality?
      I am using classic asp, and I'm trying to develop a somewhat advanced form for a warehouse that I work for. Essentially the form (now referred to...
  3. #2

    Default Re: Advanced CFTREE functionality in MX7

    What kind of problems are you having with the XML format of the tree.

    ---nimer

    "Shawn Schultz" <webforumsuser@macromedia.com> wrote in message
    news:cv01v0$mdo$1@forums.macromedia.com...
    > Any chance you could post what you came up with? We are attempting to do
    > the
    > same thing as you! We are having a difficult time even getting the XML
    > version
    > of the cftree to show up, let alone any thing else. It would be a huge
    > help if
    > you could describe in detail what you came up with!
    >
    > Thanks,
    > Shawn
    >

    Mike Nimer Guest

  4. #3

    Default Re: Advanced CFTREE functionality in MX7

    I have a very simple and stupid question to ask. Can I call Javascrip from
    the onchnage in CFTREE tag? Or I have to use Action Script in the onChnage as
    inline code? My problem is that I need to do some processing on the tree
    node's values, which the user clicks on, before copy the data to other cfinput
    fields. For example, I have a tree node has 'Last name, first name - email'
    values, after user clicks onthe node, I have to parse the string into fisrt
    name, last name and email into three separate cfinput fields. Can any one
    help? Thank you

    jj3001 Guest

  5. #4

    Default Re: Advanced CFTREE functionality in MX7

    You'll need to use actionscript. You can call javascript from flash, but you
    can't get the return value. So it wouldn't work for what you want to do.

    ---nimer


    "jj3001" <webforumsuser@macromedia.com> wrote in message
    news:cvq436$9pj$1@forums.macromedia.com...
    >I have a very simple and stupid question to ask. Can I call Javascrip
    >from
    > the onchnage in CFTREE tag? Or I have to use Action Script in the
    > onChnage as
    > inline code? My problem is that I need to do some processing on the tree
    > node's values, which the user clicks on, before copy the data to other
    > cfinput
    > fields. For example, I have a tree node has 'Last name, first name -
    > email'
    > values, after user clicks onthe node, I have to parse the string into
    > fisrt
    > name, last name and email into three separate cfinput fields. Can any one
    > help? Thank you
    >

    Mike Nimer Guest

  6. #5

    Default Re: Advanced CFTREE functionality in MX7

    I've posted the solution I came up with for our problem
    [url]http://www.devbynull.org/index.php?p=38[/url]. We ended up scrapping the CFTREE
    control and creating a new tree based on the one that ships with Flash MXPro.

    ERMSMatt Guest

  7. #6

    Default Re: Advanced CFTREE functionality in MX7

    Mike, Thank you. A general question: Can I call a action script file from
    wtihin the CFTREE or other CFFORM fields? Or, I can only invoke action script
    in-line? BTW, I read the Macromedia liveDoc last night and I realized that the
    onClick trigger is not available for formt='FLASH'. Am I reading it correct?
    Also, does anyone know how the onValidate event get trigger inside the CFTREE
    tag? Thank you all

    jj3001 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139