|
Search
You searched for the word(s):
Showing page 1 of 2 (13 total posts)
< 1 second(s)
-
We're using the Editor to send emails. When we insert a media file (mgp, swf or pdf), the path is relative, even after saving the document. If I go into the HTML editor and update the path, the media is visible in the email.
How can I get the media files to have an absolute path?
-
Hi Adam, ok this works fine.
but isn't it possible to start with the style tag?
Is this a kown issue or a bug or should it be like it is?
THX
-
I replaced all files,
if you try it here
http://cutesoft.net/example/Online-email.aspx
you will see what I mean.
Switch to html,
paste this:
<style type=''text/css''><!--.border {border: 1px solid #fff;}.text {font-family: Arial, Helvetica, sans-serif;color: #FFF;font-size: 11px;}.date {font-family: ...
-
Hi,
I tried to paste the html including the style in the online newsletter demo like beyond, after I switched from html to normal and back to html view the style tag is also removed by <em></em> What can I do to fix this?
It's pretty urgend so please let me know if there are any solutions.
THX
<style ...
-
Hi,
in this example ist works fine, so I started downloading the latest version and bind it to my app, but the same error occured.
Here are my settings:
<CE:Editor ID=''Editor'' runat=''server'' Width=''100%'' AutoConfigure=''Full_noform'' ThemeType=''Office2003_BlueTheme''
RemoveTBODYTag=''True'' ShowBottomBar=''true'' ...
-
Hi, does anyone know why the editor removes the inline css?
I'm using the editor for creating newsletter.
In some cases I paste a whole html site into the editor which includes the <style> Tag an the css code.
When I switch to normal view and back to the html view, the style Tag and the code within is removed.
Any ...
-
Yes this works, but thats not what i want to do.
I don't want open a new window that contains the editor and i don't what to use a datagrid.
Wehn i'm clicking the <td> the editor should be loaded into the <td> without a postback, perhaps it works with AJAX but I haven't already tested it.
-
Hi,
does anyone know if it is possible to load the Editor into a td with Javascript?
I got a HTMLTable, when i'm clicking into a td the innerHTML should be the Editor.
eg <td onclick=''this.innerHTML= <CE:Editor .......
Any suggestions?
-
Yes this works with FireFox but why isn't the Javascript function called by FireFox,
and how can I open my popup for my dialog? I don't want to use Response.Write to open the popup
-
Hi,
I try to open a Popupdialog when I hit the Savebutton, this works fine in IE but in FF it just performs a Postback and the javascript function isn't called.
In C# i wrote this:
Editor.Attributes[''oncommand''] = ''BLOCKED SCRIPTHandleEditorCommand(this,event)'';
the javascript function is
function ...
1
|
|
|