PDA

View Full Version : need to fill iRite from dropdown


glmcps295424
08-09-2009, 05:25 PM
Currently filling a textarea field in both insert and update php page from a dropdown for text description. This works perfectly. Now I would like to replace textarea field with iRite and fill it from the dropdown. Tried several things but no luck.

anyone have any suggestions?


Regards,


Gregg

glmcps295424
08-11-2009, 08:22 AM
Web Assist- tech support,

if it is not possible to use iRite in this way or if no one knows how could you please advise rather than simply ignoring my question.

Thank you for your time,

Gregg

Ray Borduin
08-11-2009, 09:03 AM
var theEditor = FCKeditorAPI.GetInstance(formElement.name) ;
theEditor.SetHTML(YourListValue);