The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
PostPosted: Wed May 09, 2012 3:56 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Nov 20, 2011 3:49 am
Posts: 10
I'm creating a custom component and it has multiple WYSIWYG editors on the same page ( using
Code:
$editor->display('step_desc' . $item->step_id ,$item->step_desc , '100%', '250', '50', '15', false);
).

The user will be able to add more editors by clicking "Add New". I tried to make the editors appear with just an ajax call, but couldn't figure that out, so I just opted to refresh the page once the item had been saved to the database.

After the page refresh, I see the editor and can type into it, but when I save it, it doesn't save to the database. Once I refresh the page again, it saves just fine. I can't figure out for the life of me why it won't work after the first page refresh. Any help would be greatly appreciated!

I do know that the value of the textarea isn't being sent with the rest of the $_POST, so I'd imagine the problem lies somewhere in how the editor relays the info from editor to the textarea that actually is submitted.

I'm using Joomla 2.5 & editor JCE


Top
 Profile  
 
PostPosted: Sat Jun 16, 2012 4:06 pm 
Joomla! Intern
Joomla! Intern

Joined: Fri Jan 14, 2011 8:56 am
Posts: 83
Location: Nairobi Kenya
Aren't you supposed to be creating the field using the inbuilt jform api? I think creating the editor field through code is outdated since joomla 1.6.

_________________
The speed of two moving Objects increases as they converge towards each other.
http://www.authenticvisualsmedia.com
#.If I failed, I tried.#


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: MihailJH and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group