Thanks Blair, you have pretty much got me there now... handy to know
about the plp caching behaviour!
I was wondering if you know why the new rich text field is limiting
the width of the editable region?.... it actually just so happens
that's kind of how I want it to behave (a 'thinner' HTML editable
region)... but I didn't specify a 'width' attribute (or similar) to the
the rich text field.... I only added the name (textareaname=....) as
you suggested, which fixed the other problem.
Also, the text that appears at the top of each step... I thought this
was the name attibute of the plpstep... so in the below (the new step)
I was hoping by setting the name attibute that text would display as
the 'title' of the step in the admin area... but it only shows for the
menu entry.
<widgets:plpstep
stepDir="/farcry/#application.applicationname#/packages/types/_dmhtml/plpEdit"
name="More Information" template="moreinfo.cfm">
I also tried changing <cfset thisstep.name = "More Information">
which is inside the step template... but this didn't do anything (I
cleared the cache and checked again).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---