How to avoid treeCollapsed.gif and treeExpanded.gif in list-

Archived from the Xataface Users forum.

Markus — Wed Jul 04, 2007 8:55 am

Hello DF users, hi Steve,

I was wondering how I could avoid the little + and - gifs in Datafaces list view. I think if I have the detail button I do not really need to have this functionality to see the details within the list.

I found the gifs in the \dataface\js\Dataface\ResultList.js but I am not sure if I can delete or comment out them there without doing harm to the functionality of my app or at least the list-view. Are there other possibilities to get rid of these gifs?

Thank you again

Markus


shannah — Wed Jul 04, 2007 2:28 pm

Right now there is no easy way to get rid of these without commenting out the actual source code. The file you will be looking at will be the Dataface/ResultList.php file, however. You could do it in the javascript file, but better get the source of it in the PHP file.

-Steve


Markus — Fri Jul 06, 2007 3:43 am

Hi Steve,

thanks for that. I will try to make changes in the ResultList.php then.

Markus