Shannon,
That's a very interesting idea, although I have no idea how to
start that implementation.
Would I have a call to ActivSpell in my cfc, i.e.
<cfcomponent>
<cfargument name="testString"...>
<cffunction name="spellThis" ....>
Active spell call here
<
<cfreturn testString>
</cfcomponent>
It seems to me that activspell returns the corrected spelling
to the field in question via javascript. How would I return that
corrected spelling done in the CFC/ActivSpell to Flex?
I appreciate the help.
--- In [email protected], Shannon Hicks <[EMAIL PROTECTED]> wrote:
>
> Why wouldn't you just put the ActivSpell code into a CFC to call
in flex?
>
> Shan
>
> Mark Forsberg wrote:
> >
> > I'm very new to Flex so and would like to know if I can do the
> > following.
> > I would like to have the user enter text into a textarea in a
> > Flex app. When they click on "Spell Check" I would use getURL()
to
> > pass the text into a coldfusion template modally so that I can
spell
> > check it with ActivSpell. The CF template would then preferably
pass
> > the spellchecked data back into the Flex app. I could even live
with
> > the coldfusion putting the data into some temp table so that I
could
> > access the data with a cfc to pull back into the app.
> > I have an application that needs a spell checker. However, the
> > only flex component spell checker that I can find is a web-
service.
> > That doesn't meet our business requirements so I'm looking at a
way to
> > meld the two.
> > I'd also be interested if someone has a better idea on how to do
> > what I'm attempting.
> > Thanks for the info.
> >
> > Mark F.
> >
> >
>