Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Shawn Schultz #1
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
-
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... -
<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... -
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... -
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... -
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... -
Mike Nimer #2
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
-
jj3001 #3
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
-
Mike Nimer #4
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
-
ERMSMatt #5
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
-
jj3001 #6
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



Reply With Quote

