> I have had no problems getting ezedit to ammend our dynamic content (News
> releases etc..)  However, I cannot figure out how to get ezedit to pull in
> our static content.  I want the ability to have the user go through and
maek
> changes to data thats not in our database (peoples names, titles etc...)
>
> Is this possible with ezedit?? if so can you show my how oyu reference the
> html page or cfm page

We have it working on various parts of 2 sites.  One is an Admin section to
pull data from a DB, modify, and update - is this what you mean?

If so, try the following:

<cf_ezedit
    filepath=""
    toplevel="/images"
    fieldname="AdvEdit"
    formname="AdvEdit"
    html="#myquery.column#">

Where #myquery.column# is your column/string.  This form data would then be
posted back, and #form.AdvEdit# would be the field containg the EzEdited
text.

EzEdit's been discontinued now according to Brett - soEditor is due out in a
week or so.

Will
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to