Opened 18 years ago
Closed 18 years ago
#478 closed Bug (invalid)
PHP Smarty issue
Reported by: | seema | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
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 (1)
Change History (2)
Changed 18 years ago by
Attachment: | manage-main-pages.php added |
---|
comment:1 Changed 18 years ago by
Keywords: | FCKeditor removed |
---|---|
Priority: | High → Normal |
Resolution: | → invalid |
Status: | new → closed |
Summary: | FCKeditor → PHP Smarty issue |
This is a problem in your code actually. You must use CreateHtml() to retrieve the editor HTML, instead of Create().