Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
WBJ #1
CFGrid OnClick Event in Flash
Does anyone know if it's possible to simulate a Javascript onClick event in a
CFGrid column? I have a checkbox column that needs to trigger some Javascript
code when clicked. I know I can use the ActionScript GetURL function to
actually run the JS but I can't figure out how to trigger it.
WBJ Guest
-
are there any event handlers besides onClick?
hi, i've made a command for my extension which is called by a menuitem in the File menu via dw.runCommand("myCommand.html"); this .html is... -
Onclick event
I would like for certain Contribute users to be able to add on onclick event on links. How can they do this ? Thanks! -
onclick event not working
Hi there I have created a button on a web page and placed text over the button. I have tried a few things to get the button working so that... -
cfgrid and onclick
I have a cfgrid in select mode row. On entering the page is no row selected. So I have a form button which is deactivated by default. Now, if the... -
script ASP in an onClick event
i need to insert, in a onClick event of a submit button in a form, a call to an ASP script, like follows: <INPUT TYPE="SUBMIT" NAME="btnSend"... -
GlowsintheDark #2
Re: CFGrid OnClick Event in Flash
Does anyone know the answer to this? I'm having trouble figuring this out too.
GlowsintheDark Guest
-
Mike Nimer #3
Re: CFGrid OnClick Event in Flash
There is an onChange="" attribute you can use for CFGRID.
to get the selected row/column, try this.
<cfgrid name="g1"
onChange="alert(g1.dataProvider[g1.selectedIndex]['city'])">
hth,
--nimer
"WBJ" <webforumsuser@macromedia.com> wrote in message
news:cvf8t4$nj7$1@forums.macromedia.com...> Does anyone know if it's possible to simulate a Javascript onClick event
> in a
> CFGrid column? I have a checkbox column that needs to trigger some
> Javascript
> code when clicked. I know I can use the ActionScript GetURL function to
> actually run the JS but I can't figure out how to trigger it.
>
Mike Nimer Guest



Reply With Quote

