|
Search
You searched for the word(s): .net 4.0
Showing page 119 of 1,307 (13,069 total posts)
< 1 second(s)
-
cdgregory,
The VB.net you wrote means the following things:
1. Tell Cute Chat find your database connection string from web.config file
2. This entry is located in configuration >> appSettings section of web.config. The name of this entry is ''ConnectionString''.
So you can create a simple web.config ...
-
msiegel,
Absolute and Relative Paths
When you're creating links to documents and images on the Web, you need to think about how you're going to link to them.
Cute Editor support three standard ways to create links:
absolute paths without the domain name ( <a href=''http://cutesoft.net/default.aspx''>Home</a> )
...
-
honda_shadow,
To create links correctly in Cute Editor, you need to use the following two properties:Editor.RemoveServerNamesFromUrl Property:
By default Internet Explorer converts all URLs in hyperlinks (anchor tags) and images (img tags) to absolute URLs with the hostname name. When this property is set to true (the default), ...
-
christian.ulvaeus@dropit.se,
You should use editor.BreakElement property.
editor1.BreakElement = BreakElement.Div;
Demo:
http://cutesoft.net/example/oncarriagereturn.aspx
Editor.BreakElement Property
Specify the behavior when the ''enter'' key is pressed in the editor The default is BreakElement.Div. ...
-
Redistribution license allows CuteEditor to be included in one of your applications, such as Forum, online Email, CMS... This one application/product must be a standard product, an open-box solution. A good example of such is the CuteEditor itself, there's no customization required for every customer.
If you need CuteEditor for multiple ...
-
>>However i'd like to have the spellchecker button on the left (or right) side of the editor, as opposed to being at the top in a toolbar
It's not possible.>>I also want the editor textarea to be the height of a simple textbox.
Yes, please check this example:
http://cutesoft.net/example/RenderASTextBox.aspx
-
The domain name submit is not a typo. It's a working link and it points to the site that needs a license for CuteEditor .NET. For re-direction case, many customers buy extra license to get the names covered. If you pay 1 and get 2, it's not fair for those who've paid.
License files are permanent, you can't change it once ...
-
tonythompson,
It's strange.
Please open CH_MainForm.aspx and find the following code:
<img title=''CuteChat'' src=''<%=ChatWebUtility.LogoUrl %>''>
And manully change it to the some URL (http://cutesoft.net/data/livesupport_round.gif)
Then test again.
<img title=''CuteChat'' ...
-
Bilbo,
Please edit the security policy file (default.config, admin.config and guest.config). The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder.
<configuration> <security ...
-
don't you hate that - just worked it out.
need
Imports System.Data
Imports System.Data.OleDb
and change the line
Editor1.Setting(''CuteEditorFileStorageType'') = Type.GetType(AccessFileStorage).AssemblyQualifiedName
to
Editor1.Setting(''CuteEditorFileStorageType'') = ...
... 119 ...
|
|
|