|
Search
You searched for the word(s): use <p>
Showing page 318 of 864 (8,631 total posts)
< 1 second(s)
-
Hi Terry, Yes all the pages are in the same host(domain). I'm just wondering why when I'm not using the Standard dialog, the upload function works ok. But when I started to use the Standard dialog, the flash, 401 error pops-out?
Is there a difference between the two,when handling the uploads? Actually I've tried to add ...
-
I am already doing that:
ceContentEditor.SetSecurityFilesGalleryPath(filesPath)
ceContentEditor.SetSecurityFlashGalleryPath(filesPath)
ceContentEditor.SetSecurityGalleryPath(filesPath)
ceContentEditor.SetSecurityImageGalleryPath(filesPath & ...
-
Hi Adam,
I tried this but as I mentioned earlier that I have created a usercontrol that is myUserControl and I placed cuteEditor control in it. Now when I try to to get the instance of editor I have to use name of control and in my case the name is something like
ctl00$myUserControl$xyz$Editor2
First ...
-
Thanks for the response. After looking at the example, it appears that my best option is probably PasteCleanHTML.
I found the documentation in the developer's guide about how to control the formatting of pasted text:
''To control formatting of pasted text, you need to use Editor.EditorOnPaste Property Property and ...
-
Rame,
The clean up funtion in the editor toolbar is a client funtion. It will remove all inline styles and css classes from the code.
Editor.CleanUpMicrosoftWordHTML Method is a server side funtion. It will only remove Microsoft Word related HTML code. And it will leave the Css classes and inline ...
-
Adam:
Use
word-wrap:break-word
I think only IE supports break-word?
So for a cross-browser solution, then I'll have to analyze the text before it's displayed?
Like: replace all br-, p-, td- tags with line breaks, remove all tags, and analyze each row?
In this forum, the posting is viewed in an iframe if there are very ...
-
Hi Adam,
Thanks for the update. Looks like it's only a problem in FF after checking.
It could be just a browser issue that you can't do anything about.
If that's the case I'll just try to use height/width where possible.
On the other hand it would be good if it could display as a broken ...
-
Thanks for your quick response Adam.
window.top.close() worked fine so thanks for that.
I cant use the exact code you provided for my 1st problem as my project has many CE controls that are dynamically rendered to the screen hence my modifed version which uses a hidden CE as an image selector and provided the image to the ...
-
Hi Adam, thanks for your reply.
No problem regarding the comparison tool; I think that problem has been solved by AndyFel. Besides, that was not going to be a showstopper anyhow....
One more question, just to be sure: If I buy a developer license, I'm free to redistrbute the editor in any webapp I might want to use it in, to any ...
-
The problem is that your code is reading config files that it should not be reading. In Configuration > Shared, we have 2 files:
Common.config
Common_hold.config
We allow the administrator to decide which one to use through renaming.
However, CE is duplicating both the Font selection and Size selection (and ...
... 318 ...
|
|
|