Re: Need suggestion to achieve this functionality

2010-10-04 Thread Tony Bentley
I don't understand your implementation so I can't answer the question properly. Why the fascination with cfgrid? Are you updating text input fields in the grid or is it some other functionality that you want to implement from cfgrid? Sorting, paging, etc? Please explain.

Re: Need suggestion to achieve this functionality

2010-10-04 Thread fun and learning
I don't understand your implementation so I can't answer the question properly. Why the fascination with cfgrid? Are you updating text input fields in the grid or is it some other functionality that you want to implement from cfgrid? Sorting, paging, etc? Please explain. Yes, I would be

Re: Need suggestion to achieve this functionality

2010-10-04 Thread Tony Bentley
Honestly, I think you could get it working in cfgrid but it seems like you are trying to build something that would require more info of scope to hash out how it would work. This is where I step off this thread... ~| Order the

Re: Need suggestion to achieve this functionality

2010-10-02 Thread fun and learning
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

Re: Need suggestion to achieve this functionality

2010-10-02 Thread fun and learning
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

Need suggestion to achieve this functionality

2010-10-01 Thread fun and learning
Hi, I was looking at cfgrid and cftree functionality. Is it possible to incorporate cftree within cfgrid. if I can create a tree like structure in cfgrid. I am looking for something like below: The hyphens would be replaced by checkboxes... - Folders - subdfolder1 -

Re: Need suggestion to achieve this functionality

2010-10-01 Thread Joel Watson
What is the purpose for putting the tree in the grid? Personally, I would suggest Sencha's (ExtJS) tree. There is a pretty robust OOTB tree with checkbox support. I've used it numerous times in the past, and it's super simple to integrate with CF. Here's the link:

Re: Need suggestion to achieve this functionality

2010-10-01 Thread Tony Bentley
I user JQuery treeview for the tree functionality. To recurse through the directory with a recursive custom tag in the 'tags' directory called recursive: cfparam name=attributes.currentDir default=#GetDirectoryFromPath(GetTemplatePath())# cfdirectory directory=#attributes.currentDir#

Re: Need suggestion to achieve this functionality

2010-10-01 Thread Tony Bentley
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