|
Search
You searched for the word(s):
Showing page 1 of 2 (14 total posts)
< 1 second(s)
-
((grin)) Sorry, didn't mean to be so wordy. =)
The new XP service pack is in RC2 and due out at the end of summer so they may also just wait for this to see if it fixes things.
=) Plus, I'm guessing the Microsoft boys never thought the MSHTML functionality would become as popular as it is, probably ...
-
hi all,
Well I was wondering...will it work if a server has multiple license files for the editor? ie...I am hosted on a virtual server with what I expect is a whole lot of other folks. I was wondering...what happens if by chance more than one of us has this software running.
Does anyone have multiple licenses running ...
-
Hi Bruce!
The undo functionality here is most likely being taken directly from the MSHTML functionality, which for most of the editing code in this software it is most likely a wrapper for. If this is so, then it means your mileage will vary a lot when using it.
I could be wrong, but I think it is set ...
-
Hi all,
I made a quick fix, I hope it's ok with the CuteEditor folks. It's probably just something they forgot to add with everything going on.
To fix this I added :
overflow: auto;
to the style for the <div> holding the table for the ''file pane''
Fix:
Open ...
-
Hi all,
I'm using the insert template dialog, and I've got around 20 template files in the templates directory. When I open the insert template dialog, the amount of files stretches the right area where the files are shown - the ''file pane'', so far down the page that it makes the entire dialog ...
-
Hi All,
For the moment I have replaced
Editor1.SaveFile(mydocument);
with
SaveHtml(mydocument);
And
public void SaveHtml(String FilePath) { ...
-
Hi All,
First off thanks for your help.
This one has stumped me a bit...probably my bad, but could it be a bug? Maybe the file stream left open in the session?
I open an html file using: Editor1.LoadHtml(mydocument);
Which works fine and loads the html file, then I make ...
-
Downloaded the files again, thanks for the tip.
Ok, I've added a dropdown etc... and populated it from my db.
Is there a quick way to set the style so that the custom dropdownlist I added conforms with the style of the rest of the dropdownlists in the editor? I'd like it to look like the code snippet dropdown, it ...
-
Hi Adam,
Thanks! I'm feeling a bit sheepish tho. Just after I made this post I opened the WinIE.js and found everything i needed. lol =)
You actually answered before I could type in my never mind i found it post, post. =)
Apparently, I posted this before digging enuff. sry! ...
-
Hi,
First off thanks to everyone for their excellent help the last couple of days!
Hey i was wondering, is there a way to change the path to the upload directory, this is probably in the help file, but somehow I didn't see it. And didn't find it in any forum searches. I'd like to put the directory in a more ...
1
|
|
|