On Oct 12, 4:11 pm, "AJ Mercer" <[EMAIL PROTECTED]> wrote: > Is there a way to extend with to include your own objects? > > I have thought about extending dmHTML and adding my object to ftJoin > <cfproperty ftSeq="13" ftwizardStep="Body" ftFieldset="Relationships" > name="aObjectIDs" type="array" hint="Holds objects to be displayed at this > particular node. Can be of mixed types." required="no" default="" > ftLabel="Associated Media" ftJoin="dmImage,dmFile,dmFlash" > bSyncStatus="true">
You'd simply add your content types to the ftjoin list. > But then thought what if other plugins wanted to do this, and they all > extending from the same dmHTML (farcry core) Yep. This is a problem. You would have to include the plugin metadata in your extension as well. We're looking at ways to manipulate component metadata without the need for your own custom component. However, you're unlikely to see this sort of functionality in the short term. -- 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 -~----------~----~----~----~------~----~------~--~---
