Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): aspx
More Search Options
Showing page
56
of
918
(
9,180
total posts)
< 1
second(s)
Re: Hyperlink always includes the hosting URL
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), ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 25, 2006
Re: What happened to the Editor.ParagraphIsDiv property?
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. ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 21, 2006
Re: in-line editor ?
>>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
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 16, 2006
Re: Image problems
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'' ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Adam
on
August 1, 2006
Re: How to prevent users uploading and making a template?
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 ...
Posted to
FAQ
(Forum)
by
Adam
on
July 27, 2006
Re: Access Database as source for Editor Problems
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'') = ...
Posted to
Cute Editor for .NET
(Forum)
by
paul@amakosi.com
on
July 20, 2006
Re: netSpell - submitting form
>>How can i force the NetSpell to not submit the form, once I hit cancel? It's strange. The ''Cancel'' button should not trigger any postback, submit the form....Please test the spell button in the following example:http://cutesoft.net/example/general.
aspx
Here is the cancel button html code: <input ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 20, 2006
Re: alignment and font style issue
kas, >>As in Microsoft word we want the text editor to show the selected alignment options and font choice prior to typing text in. Please test the following link: http://cutesoft.net/example/general.
aspx
CuteEditor will show ''Justify none'' if there is no alignment attribute of the current content. ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 12, 2006
Re: CustomFileProvider and separating one user's images from another
David, You just need to set different gallery path: private void Page_Load(object sender, System.EventArgs ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
July 10, 2006
Re: Template (languages error)
J. Bauer, We will fixed the transaltion issues in the next build. >>Where can I set the ''editorwysiwygmodecss'' in the template? Please open/edit outereditorfull.frame.
aspx
to meet your requirements. >>How can I disable that no user can create a template? You can modify the ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 9, 2006
More Search Options
« First
...
< Previous
54
55
56
57
58
Next >
...
Last »