> > I user JQuery treeview for the tree functionality. To recurse 
> through 
> > the directory with a recursive custom tag in the 'tags' directory 
> <cfif not compareNoCase(type,"dir") and not name contains "_thumbs">
   
> 
> 
> <cfelseif not name contains "_thumbs" and not name contains ".db" and 
> name neq "soimgkernel.cfm">
> 
> Sorry, this is all junk code that you can remove (except not 
> compareNoCase(type,"dir")) 

Can I do the following in cfgrid as I do in HTML table?

<table>
    <tr>
       <td>
          <input type="checkbox" name="" />
       </td> 
       <td>
           Some Text
       </td>
    <tr>
    <tr>
       <!--- Extra column here --->
       <td>
          &nbsp;
       </td>
  
       <td>
          <input type="checkbox" name="" />
       </td> 
       <td>
           Some Text
       </td>
    <tr>
    <tr>
       <!--- Extra two column here --->
       <td colspan="2">
          &nbsp;
       </td>
  
       <td>
          <input type="checkbox" name="" />
       </td> 
       <td>
           Some Text
       </td>
    <tr>
</table>

And checking the first checkbox should check all the boxes. I am new to cfgrid, 
so want to know your opinion before proceeding if using cfgrid is a good idea.

Thanks



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337792
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to