close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Irite and ADDT

Thread began 3/06/2009 2:58 pm by lsadesl361446 | Last modified 3/06/2009 2:58 pm by lsadesl361446 | 2079 views | 0 replies |

Miguel

Irite and ADDT

ok following the suggestions on post showthread.php?p=416#post416

I had a problem with Irite and ADDT, it happens that when you add irite and not do this change for addt forms when you try to edit the content it displays with all the source code placed by irite in an addt edit form field, the solution is the following:

Date: 11/14/2008 12:46 am

Author: Steven

Forum: Development

Did you make the modification to the textarea before applying iRite?
With ADDT, the textarea will come out with an name and id like
"myTxtArea_<?php echo $cnt1; ?>
You need to remove the <?php echo $cnt1; ?>
The content will also come out with a formatting function applied like:
<?php echo KT_escapeAttribute($row_rsMyRecordSet['myTxtArea']); ?>
You need to change that to:
<?php echo $row_rsMyRecordSet['myTxtArea']; ?>
Then apply iRite. The code will come out like:
<?php
// WebAssist iRite: Rich Text Editor for Dreamweaver
$WARichTextEditor_1 = CreateRichTextEditor ("myTxtArea_", "../../WA_iRite/",
"100%", "200px", "Custom", "../custom/MyFile_myTextArea1.js",
"".$row_rsMyRecordSet['myTxtArea'] ."");
?>
You need to put the increment back into the first parameter of the
CreateRichTextEditor function like so.
...$WARichTextEditor_1 = CreateRichTextEditor ("myTxtArea_".$cnt1, ".....
Did you do that to apply iRite to the ADDT form?
Steven

Thanks for the admins on placing up the old forums searchs i was stuck for this was about to ask it again thanks so much admins

Thumb ups for webassist admins!!!

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...