smbrinkley6
Mon, 14 Apr 2008 04:29:12 -0700
I think you are correct... by default I had all my input and output sections set as .text vice .htmlText. I appreciate your help.
Thanks, Scott --- In flexcoders@yahoogroups.com, "renzeullo" <[EMAIL PROTECTED]> wrote: > > Hi Scott, > > I think you are extracting RichTextEditor.text and assigning it to > your TextArea. You need to get RichTextEditor.htmlText instead. > > Just a guess though. :P > > Hope it helps. > > Renz > > --- In flexcoders@yahoogroups.com, "smbrinkley6" <smbrinkley@> wrote: > > > > Maybe a little more clarification is needed... > > > > I have a Blog... a user display where they can add comments, and a > > backend owner piece where I can add new blog entries, update blog > > entries, delete entries and delete any comments. Now, my input for > > the body section of the blog is a RTE with all controls disabled > > except for the "linkTextInput" control so that links can be added to > > the blog and/or comments sections. However, when I create a link in > > the RTE, it works fine (clickable... I will need to do some > > formatting to make it look like a link), but when I upload/update a > > blog or comment to the SQL database, it only shows up as straight > > text (not clickable) in my mx:textarea > > > > Thanks in advance. > > > > S > > > > > > > > --- In flexcoders@yahoogroups.com, "smbrinkley6" <smbrinkley@> > > wrote: > > > > > > I can click on the link in the Rich Text Editor, but when I view the > > > resulting text page from a TextArea on a seperate MXML page, the > > text > > > is not a link (underlined or clickable). Basically, I have a Blog > > > input page (the Rich Text Editor) and a Blog view page (a datagrid > > > with all the blogs, and a TextArea below that where a user can view > > > the blog. If I add a link to the input section, only the text shows > > > up in the view page. > > > > > > Thanks for your help, > > > > > > Scott > > > > > > > > > --- In flexcoders@yahoogroups.com, "Giles Roadnight" <giles@> > > > wrote: > > > > > > > > Can you click them? > > > > > > > > If you put a link into the htmlText property they will behave as > > > links but > > > > not look like links. You'll have to style tehm yourself if you > > want > > > them > > > > underlined for example. > > > > > > > > On Thu, Apr 10, 2008 at 10:29 AM, smbrinkley6 <smbrinkley@> > > > wrote: > > > > > > > > > Ok... I have a RTE in my mxml app and I have all the controls > > > disabled > > > > > except for the "add link" tool. (highlight the text and then > > type > > > in > > > > > the URL in the window at the bottom of the RTE). I have all the > > > > > entries going to an SQL DB. However, when I view the results on > > > the > > > > > mxml results page (in a canvas in an mx:TextArea) the link (s) I > > > created > > > > > in the RTE don't show up as links... just plain text. Any > > > suggestions? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > Giles Roadnight > > > > http://giles.roadnight.name > > > > > > > > > >