Tomek, Standard Farcry, #application.url.conjurer# is set to "/index.cfm"
You can see this in the admin, got to Admin, Developer Utiilities, Scope Dump Chris. On Sep 17, 7:57 pm, "Tomek Kott" <[EMAIL PROTECTED]> wrote: > Chris, > > Right, I can just create my own tags... Here's a question then. Most of the > time, go.cfm is used, which calls up #application.url.conjurer# template. I > can't find which file that corresponds to, so I just defaulted to thinking > about index.cfm. Does the conjurer eventually call nj:display as well once > the url attributes have been passed in? Then I would have to change that tag > as well so that it calls my custom tag. > > Would you happen to know what #application.url.conjurer# refers to? > > Thanks, > > Tomek > > On Wed, Sep 17, 2008 at 2:26 PM, Chris Kent <[EMAIL PROTECTED]> wrote: > > > Tomek, > > > You could copy the navajo tag into your project, amend the code and > > refernce your modified tag in index.cfm > > > Chris. > > > On Sep 17, 6:05 pm, "Tomek Kott" <[EMAIL PROTECTED]> wrote: > > > Hi All, > > > > Another general question for you. I would like to do some final > > processing > > > to an html page to clean up the html code (yes, I like my html pages to > > be > > > nicely tabbed even after scripts), and thought that something like this > > > would work as a replacement for index.cfm: > > > > <cfimport taglib="/farcry/core/tags/navajo" prefix="nj"> > > > <cfimport taglib="/farcry/projects/myProject/tags/tabbify" prefix="tab"> > > > > <cfsavecontent variable="myHTML"> > > > <nj:display> > > > </cfsavecontent> > > > > <tab:tabbify html="myHTML"> > > > > Where I would write some sort of sequence for tabbing the html and making > > it > > > pretty in the tags/tabbify/tabbify.cfm and that same function would take > > > care of the output. > > > > Would something like this work? Or would it create an extra layer of > > > computing that would significantly reduce load times? > > > > Clearly, I don't think it would be cached, so that could be a problem. > > But > > > is there a way to sneak this into the navajo.display tag so that it gets > > > cached? > > > > Thanks, > > > > Tomek --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
