On Feb 25, 5:54 am, gdhurst <[email protected]> wrote: > Mid size image seems to be the default for the image browser that > loads when you click on the image that is produced by the image rule > that I have added to my page. Is there a way to change which image is > displayed in the image browser?
The image library view should be using the thumbnail by default. But in any event you can customise that view very easily. Unit 6 of the Jump start course talks about making a librarySelected.cfm view for your content type: http://docs.farcrycms.org/display/FCDEV50/FarCry+5.0+Jump+Start+Course Long story short, copy the ./core/webskins/dmImage/librarySelected.cfm template to ./projects/yourproject/webskins/dmimage/ librarySelected.cfm. Update the application to register the new webskin. Open up the file and change the HTML to suit your needs. -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
