Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
smilingriverman #1
Hiding Checkboxes Based on Select Option
I am designing a page that contains a drop down box and a bunch of checkboxes.
Currently, all boxes are shown. The of the drop down box as a category field. I
am grabbing those values as well as those for the checkboxes from a database.
In the end, I want to be able to have the user select an option from the drop
down box. Before making this selection they do not see any checkboxes. Based on
the drop down selection, I only want to show the checkboxes that fall under
this the category selected. I know this is possible with Java, but I do not
know exactly how. I am doing something similar currently, but I am using a drop
down box with a textarea field. Whenever the drop down changes, the textarea
will contain different text based on their selection.
Is this possible? If so, how?
Thanks in advance.
smilingriverman Guest
-
Select all checkboxes in datagrid via code
Im doing this: private function selectAll():void { var length : int = myDataGrid.dataProvider.length; for( var i : int = 0; i < length; i++ ) {... -
select checkboxes
If I have an array RESULTS = How can I loop through the array to produce actionscript such as "app_51.selected=true;" per item? Below is my... -
Select multiple checkboxes
Hi all, Let's say I have a screen of fifty checkboxes in a grid style. How can I set it up so that instead of clicking each individual checkbox, a... -
How to select all or deselect all checkboxes in datagrid...
This does not work.... Sub SetCheckBoxValues(ByVal ab_on_off As Boolean) Dim ditem As DataGridItem Dim ckbx As CheckBox For Each ditem In... -
Select /Deselect checkboxes
Hi In a continious form I have a checkbox named OK. As I can filter the records by date and only show the records for a particular date , I'd...



Reply With Quote

