there's some help if you are using eclipse + cfeclipse as your IDE : you can
download XML definition lists at
http://docs.farcrycms.org/display/FCCORE/Auto-Documentation and download the
appropriate library. I have found eclipse + cfeclipse to be wonderful for
coding in CFM, although I probably don't have things set up perfectly.

Good luck!

Tomek

On Wed, Nov 12, 2008 at 8:07 AM, Marco van den Oever <
[EMAIL PROTECTED]> wrote:

>
> that is awesome info, will reduce the code a bit :)
> any idea where i can find al these kind of variable names? also for
> other settings etc?
>
> thanks!
>
> On Nov 12, 1:23 pm, "Tomek Kott" <[EMAIL PROTECTED]> wrote:
> > oh, ok. Yup, that's easy (if I understood you correctly)
> > Just use #application.config.pluginName.configComponent#
> >
> > For an example, take a look in googlemaps plugin. There they define a
> config
> > parameter apiKey under /packages/forms/configGoogleMap.cfc, and then they
> > can use application.config.googlemap.apiKey whenever they need that
> string.
> >
> > Tomek
> >
> > On Wed, Nov 12, 2008 at 5:57 AM, Marco van den Oever <
> >
> > [EMAIL PROTECTED]> wrote:
> >
> > > Hi thanks, let me explain, in the webtop under the admin tab in the
> > > left menu you have the edit config link.
> > > Those settings are stored in the farconfig table by wddx format.
> >
> > > So is there already a function (that can be used custom) to get that
> > > data or do you have to write your own?
> >
> > > On Nov 12, 12:34 am, "Tomek Kott" <[EMAIL PROTECTED]> wrote:
> > > > I guess my question is: what do you mean by config data? Typenames?
> > > Rules?
> > > > You can get them, but to give you an example, I would need a more
> > > specific
> > > > requirement :)
> >
> > > > Tomek
> >
> > > > On Tue, Nov 11, 2008 at 3:52 PM, Marco van den Oever <
> >
> > > > [EMAIL PROTECTED]> wrote:
> >
> > > > > Before i manually do stuff that can be done with the framework, is
> > > > > there a function for getting the config data, or just use a cfwddx
> tag?
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to farcry-dev@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to