Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
bradwood.com #1
how to use click event on a checkbox in cfgrid
I am using checkboxes in a cfgrid by putting type="boolean" in my cfgridcolumn
tag
The problem is, I need a click event to be fired when any of the checkboxes
are clicked which tells me which one was clicked. I need this so I can update a
text box with the total checked $. I tried attaching the cellPress event to the
grid but that is not fired when the checkbox is clicked. I think I need to use
the click event from the checkbox class, but I can't figure out for the life of
me how to access the checkbox object since CF takes care of its creation. Will
I need to attach an event to EVERY SINGLE check box in the grid? It will need
to be dynamic since the contents of the grid may be reloaded with flash
remoting at any time. Is this just way more complicated than it needs to be, or
have I missed the "simple boat" :)
Please advise if you have any ideas.
bradwood.com Guest
-
double click causes click-event anddoubleClick-event
I too am interested in a response to this. I see all kinds of information on how to enable the double-click event, but not how to distinguish... -
stumped...table - row - click event, cancel checkbox event
I have a html table and mutliple rows. On each row i put an onclick event that opesn a modal window and prompts the user for some information. I... -
Button.Init? how Do I know if click event has been fired? TextBox.TextChanged event before Button.Click in a CompositeCustomControl.
Hello I have the following situation: (everything is dynamic (controls.add)) 1. Button.Init { WasButtonClickFired = true } 2.... -
Capture CheckBox Click Event
I have a datagrid with a checkbox column. The column is bound to adatabase, and I have no problem capturing a click event on the checkbox using the... -
How Do I : Add a Click event to a checkbox in a DataGrid
Hello, I need to know when a user clicks a checkbox, in a datagrid, so I can then update the database. I.E. I need to know which row has been...



Reply With Quote

