close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

iRite Upload Double Quotes

Thread began 5/21/2009 9:46 am by mike325598 | Last modified 9/15/2009 2:40 pm by Ray Borduin | 7062 views | 14 replies |

mike325598

iRite Upload Double Quotes

I have uploading working within iRite. Once uploaded an I insert an image into the text area. I can add a border, select right justified to position the image.

When I insert, the image appears. Before submitting the form, the text appears as:

<img width="155" height="194" align="right" alt="" src="/userfiles/image/2009_Winner.jpg" />

After I submit, the content changes to:
<img width="&quot;155&quot;" height="&quot;194&quot;" align="&quot;right&quot;" alt="&quot;&quot;" src="&quot;/userfiles/image/2009_Winner.jpg&quot;" />

However, the inserts double quotes around everything. If I edit the image, an additional set of quotes appears. What could be inserting the extra set of quotes?

I'm using DataAssist to make the update.

Thank you

Sign in to reply to this post

Ray BorduinWebAssist

DataAssist added a function to encode the quotes so that it would work properly inside a regular form field.

Now you are using iRite and don't want the value encoded, so update the default value and remove the formatting function that is encoding the quotes. You will see it there in the default value and it should be easy to remove.

Sign in to reply to this post
Did this help? Tips are appreciated...

mike325598

Originally Said By: Ray Borduin
  DataAssist added a function to encode the quotes so that it would work properly inside a regular form field.

Now you are using iRite and don't want the value encoded, so update the default value and remove the formatting function that is encoding the quotes. You will see it there in the default value and it should be easy to remove.  



I actually did this before checking back in and it fixed the problem. I kept getting an additional set of quotes after each submission. Thanks for your reply.

Sign in to reply to this post

ss320646

inserting quotes

I have the same issue. I too have made the change as illustrated below.

My update initial field value is: <?php echo $row_WADApage_content['content']; ?>

This is the code I'm inserting.

<p><a href="#"><img height="71" width="222" alt="Appointment" src="images/appointment.gif" /></a></p><h3>

And this is the result.
<p><a href="&quot;#&quot;"><img height="&quot;71&quot;" width="&quot;222&quot;" src="&quot;images/appointment.gif&quot;" alt="&quot;Appointment&quot;" /></a></p><h3>

Thanks,

Sign in to reply to this post

Ray BorduinWebAssist

DataAssist added a function to encode the quotes so that it would work properly inside a regular form field.

Now you are using iRite and don't want the value encoded, so update the default value and remove the formatting function that is encoding the quotes. You will see it there in the default value and it should be easy to remove.

Sign in to reply to this post
Did this help? Tips are appreciated...

ss320646

Quotes

I have removed the formatting of the quotes. This is what I have.

<?php
// WebAssist iRite: Rich Text Editor for Dreamweaver
$WARichTextEditor_1 = CreateRichTextEditor ("content", "../WA_iRite/", "100%", "600px", "Custom", "../custom/page_content_Update_content4.js", "".$row_WADApage_content['content'] ."");
?>

Thanks,

Sign in to reply to this post

Ray BorduinWebAssist

That should work now. Remove the double quotes added previously and it shouldn't add them any more.

Sign in to reply to this post
Did this help? Tips are appreciated...

ss320646

Quotes

It still adds them after the change.

Sign in to reply to this post

Ray BorduinWebAssist

I have created an incident so that somebody can look into this further with you. It appears it should be working, so somebody may have to help you debug the problem and when it occurs. Have you uploaded your files?

To view and respond to the incident go to: supporthistory.php

Sign in to reply to this post
Did this help? Tips are appreciated...

Paul

This post has been deleted.

loading

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...