Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
93
of
4,987
(
49,864
total posts)
< 1
second(s)
Re: CuteWebUI.AttachmentItemCollection does not give me access to AttachmentItem
Hi,
Please try the example below. It shows you how to get the upload files info after ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 26, 2012
Re: "Fancy" Paragraph drop-down
caitlin,
Can you try the following code we used on our example?
To customize paragraph dropdownlist,
you need config the ParagraphsList property as followings:
Editor1.ParagraphsList = new string[] {''Normal'',''Heading 1'',''Heading 2''};
<%@ Page Language=''C#'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
March 3, 2004
CuteEditor for .NET | Unwanted Code
Good afternoon. We are currently running DNN4 v4.07 with the CuteEditor for .NET v6.0 and have found it is writing a shocking amount of unwanted code. Example: <div> <table cellspacing=''2'' cellpadding=''2'' width=''100%'' border=''0''>
...
Posted to
Cute Editor for .NET
(Forum)
by
tlw2008
on
April 1, 2008
Re: Prompted to overwrite the file
Dear SergeyC,
Please refer to the following code: <%@ Page Language=''C#'' %> <!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''> <script runat=''server''>
void InsertMsg(string msg)
...
Posted to
Ajax Uploader
(Forum)
by
Eric
on
February 1, 2011
Re: CancelAllButton, Style Progresspart
Hi Andreas,
1.try this way: button {
border: 1px solid #0069ad;
background: url(images/back_button.gif) repeat-x;
color: #fff; font-weight: bold; padding: 3px 20px; }
2.Please elaborate on what you mean,thanks
3.you can set it with ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
November 4, 2008
Re: How to register onKeyDown on the editing window?
copied from another thread hopefully this will help,
Thanks for your reply Adam. I'm already using that function
I talked with support and they told me to reproduce the error in an example page. Here is a simple test page showing the error, I want to focus on the editor after a tab on the textfield (not working well in ...
Posted to
Cute Editor for .NET
(Forum)
by
adviserlogic2011
on
October 22, 2010
Re: Function like onchange in TextArea
Hi surrounding,
Please try the example below
<%@
Page
Language=''C#''
%>
<%@
Register
Namespace=''CuteEditor''
Assembly=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
September 1, 2010
Re: RichEditingIsAvailable is Always False
Mike,
Please check this Online Example:Http://CuteSoft.net/example/Dynamically-Create-Editors.aspx
Source code:
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor''%><%@ Page Language=''C#'' ValidateRequest=''False''%>
<body>
<form ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
September 11, 2006
Re: Problem with dropdownlist
Hi jfeeney,
I can not reproduce this issue,please tyr this code:
When I selected a value from DropDownList1 and click the save button of editor,the value of DropDownList1
still is my choice. <%@ Page Language=''C#'' %> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
October 28, 2008
Re: AttachEvent for characters left
Hi SJochums,
Then I suggest you remove the undo/redo button from the toolbar and create your custom button to achieve the undo/redo command, so you can fire another command after them. Like the example ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 18, 2014
More Search Options
« First
...
< Previous
91
92
93
94
95
Next >
...
Last »