Michael Sammut spoke the following wise words on 9/05/2004 5:44 AM EST:
BTW we have playing with a simple way to update the tree icons for custom
tyoes.

Easier than adding the file:


/farcry/{APPNAME}/system/overviewTree/_customIcons.cfm

with a bunch of:

<cfscript>
  customIcons.Type.{typename} = StructNew();
  customIcons.Type.{typename}.draft = "{folder}/{image}.gif";
  customIcons.Type.{typename}.pending = "{folder}/{image}.gif";
  customIcons.Type.{typename}.approved = "{folder}/{image}.gif";
</cfscript>

?

-- tim lucas

http://www.toolmantim.com

---
You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to