Ticket #478 (closed Bug: invalid)

Opened 3 years ago

Last modified 3 years ago

PHP Smarty issue

Reported by: seema Owned by: fredck
Priority: Normal Milestone:
Component: Server : PHP Version:
Keywords: Cc:

Description

Iused fckeditor in my project, I am using PHP5 with smarty. But Fckeditor is displayed on top of the page not in the particular <td> in which i have assigned smarty variable after creating fckeditor objectin php file i assigned the variable to .tpl file.

Attachments

manage-main-pages.php Download (1.1 KB) - added by seema 3 years ago.

Change History

Changed 3 years ago by seema

Changed 3 years ago by fredck

  • keywords FCKeditor removed
  • priority changed from High to Normal
  • status changed from new to closed
  • resolution set to invalid
  • summary changed from FCKeditor to PHP Smarty issue

This is a problem in your code actually. You must use CreateHtml() to retrieve the editor HTML, instead of Create().

Note: See TracTickets for help on using tickets.