How To: Inserting images with the HTML Editor |
Article Type | How To |
Title | Inserting images with the HTML Editor |
| <P>If your view contains an HTML field, you can make editting the contents of that field easier by placing the follow code within your .view file:</P>
<P><script><BR><!--<BR>var wsEditor_Settings = {};<BR>wsEditor_Settings.bUseFileDialogImagePicker = true;<BR>--><BR></script></P>
<P>Now, when inserting images with the HTML editor, you are presented with a dialogue box that lets you browse the contents of your web application for image files.</P> |
Last Reviewed | February 20, 2015 14:05:53 |
|