Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): document
More Search Options
Showing page
13
of
169
(
1,685
total posts)
< 1
second(s)
Re: div tag disappears
<%@ Page Language=''C#'' AutoEventWireup=''true'' MasterPageFile=''~/EEPMMenu.Master'' CodeBehind=''IM-Attach
Document
s.aspx.cs'' Inherits=''OncorProject.IM_Attach
Document
s'' %> <asp:Content ID=''Content1'' ContentPlaceHolderID=''ContentPlaceHolder2'' runat=''server''> <script language=''javascript'' type=''text/javascript'' ...
Posted to
Cute Editor for .NET
(Forum)
by
senthilkumart
on
March 4, 2010
Re: Edit a text in cuteeditor
hi pilotsredlix, CuteEditor has not provide the way to set the marquee target properties directly. So I think you need to remove the old target and replace it with the a new one. How to get the selected html http://www.cutesoft.net/developer+guide/scr/Get-HTML-from-Selection.htm And use API ''PasteHTML()'' to ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
June 25, 2012
Re: Server-Side equivalent of pasteHtml?
sincell, For this requirement, you need to use the client side JavaScript instead of server side function. To get the caret location you need to work with selection to get it. To get the selection you can use
document
. Selection. In Cute Editor, we provide the following API. editor.GetSelection=GetSelection; Then a range ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
February 4, 2011
Re: Cut and paste issues with Safari on the Mac (CuteEditor 6.6)
Hi Dunc_NZ, 1. The external
document
like ''notepad'', they has not the <p> target, when you copy the content from editor and paste into these external
document
, the <p> target has been removed. So editor will parses the line break as <div>. 2. The paste content is based on your browser copy/paste function. ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
April 3, 2012
Re: Cannot validate contents of hidden CuteEditors
Hi JPenn, If you want to replace the tab part with div, please try the example below. You still can get the content of editor if use ''visibility: ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 8, 2010
Re: js hookup warnings when the content has been changed
Hi wolf11th, Try the example below <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 21, 2010
Re: Can i use only spell check with no rich text formatting.
Dear akkineni, Please refer to the following code: <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page Language=''C#''%> <HTML> <HEAD> <title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as an spell ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
March 5, 2010
Re: VB.NET how can i change color to a quoted text that goes in the cuteeditor??
Dear vagelis28, please refer to code: <%@ Page Language=''vb''%> <%@ Register TagPrefix=''cutesoft'' TagName=''banner'' Src=''banner.ascx'' %> <%@ Register TagPrefix=''cutesoft'' TagName=''leftmenu'' Src=''leftmenu.ascx'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Eric
on
February 28, 2010
Re: On the client side, how to obtain plain text (like serverside's editor.PlainText) that DOES include whitespace entered by the user
Hi robertandrews, Try this way <%@ Page Language=''C#'' %> <%@ Register Assembly=''CuteEditor'' Namespace=''CuteEditor'' TagPrefix=''CE'' %> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
December 23, 2009
Re: Adding custom buttons
ELi, 1. First you need to add a custom button. Please check the following examples: Add custom buttons How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
January 7, 2009
More Search Options
« First
...
< Previous
11
12
13
14
15
Next >
...
Last »