|
Search
You searched for the word(s): .net 4.0
Showing page 124 of 1,307 (13,069 total posts)
< 1 second(s)
-
Are you asking how to publish a .pdf document that's on your own hard drive to all other people, especially your boss? Well, you can either upload the file to your web server or turn on IIS service on your PC to give other people public access. Then to add the file at a link.
Our editor has a build-in uploader which may easy the steps for ...
-
You may also install and use the Software on an unlimited number of developer workstations (but not on a development server) for use in connection with the same single website host name when accessed by the http://localhost/Webapplication; If you need further help, please write to us at support@cutesoft.net with details of your ...
-
Please try the following steps:
1. Create a custom button. 2. When the people click the custom button, you use the Editor.PlainText property get all total words.
2. Then you can count total words based onn the result.
This is an example showing you how to create a server side custom ...
-
Steven,
Welcome to CuteSoft support forums.
1. Sometimes, a user can copy from Word and the editor underlines the entire documentAnswer: This bug has been fixed. Please upgrade to the version 4.5.0.1. 2. Sometimes when copying from Word, the editor changes some of the font (not all of it) or changes the colorAnswer: Can you ...
-
Hi Doug,
i don't know if this will work for you, but when i need to filter ish
before i before it goes to my DB, i do a replace command on the
string Variable.
Lets say you didn't want the word ''Hello'' entered into your DB,
you wanted the word ''Hi'' instead.
Dim X as string
X = CuteEditor1.text
X = ...
-
Hi Fermin,
I think the answer to your question is to use the following code in your BLOCKED SCRIPT
var url=showModalDialog(''../CuteSoft_Client/CuteEditor/Dialogs/InsertImage.aspx?settinghash=&<%=Editor1.Setting.GetHashString()%>'', ''Image Manager'',''dialogWidth:670px;dialogHeight:650px'');
You can ...
-
un2005,
Cute Editor does display nicely indented code in the HTML mode. But the indented code is only for display.Cute Editor should always generate this formate: ''<table><tr></tr><tr></tr></table>''.Please check the following example:http://cutesoft.net/example/general.aspxAfter you click the ...
-
Alex, apdaniel wrote:
Just purchased the server licence for your ASP cuteeditor and I've got a couple of questions.
Not in this version. This feature is only available in the .Net version right now. We will add it into the ASP new version.
apdaniel wrote:
Secondly, I can't seem to populate ...
-
>> 1- Does it permits that the images are stored in a datbase?
Yes. Please check the following link:
http://cutesoft.net/example/howto.aspx
Download the example source code
Store Files (images, flashes and documents) in a Database
...
-
Ron,
Thanks for the kind words about CuteEditor.
>>Is there a way to programmically set the page properties like background image for the editor area? Yes. it's possible.Demo is here:http://cutesoft.net/example/backgroundimage2.aspxThe source code of this demo:
<CE:Editor ...
... 124 ...
|
|
|