rado
Posts: 221
|
| Posted: 03/11/2010, 7:36 PM |
|
Hi,
I have the record where user insert text in "memo" type control (TextArea) and using FCKeditor doing different type of formatting. So, what I need is to make separate page that will view entered and formatted text in some kind of report. This report page doesn't have FCKeditor. So every time when I parse the contents of the memo filed from database I got "html" code that was stored in DB during formatting of the text with FCKeditor. Is there any way to somehow capture already formatted text from FCKeditor, put it in the session variable and then show the contents of the variable in the report page. Something similar like "$main_block" functionality but just for one control (not for whole page).
Thanks a lot for any suggestion.
Rado
|
 |
 |
damian
Posts: 838
|
| Posted: 03/12/2010, 11:02 PM |
|
is the report displaying a label or another textarea input field?
if it is a label just change its properties to html
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
rado
Posts: 221
|
| Posted: 03/13/2010, 6:17 AM |
|
Thanks a lot Damian,
It worksssss!
It's so simple (stupid me)
Rado
|
 |
 |
|