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
126
of
4,987
(
49,864
total posts)
< 1
second(s)
Cute Chat Send & Receive Functionality
I have studied the Code of CuteChat
In the
''ChatUI_IE.ascx''
user control
there is a Code like
<%@ Import Namespace=''CuteChat'' ...
Posted to
Cute Chat and Cute Web Messenger
(Forum)
by
Arsh
on
November 4, 2004
Re: getHTML() doesn't work when Cute Editor is in a hidden div
Hi BruceWMorgan,
I can not reproduce this issue.
Please tye the example below
<%@
Page
Language=''C#''
%>
<%@
Register
Assembly=''CuteEditor''
Namespace=''CuteEditor''
TagPrefix=''CE''
%> ...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
August 19, 2009
Re: Customizing the "Insert Image" Button
dmears1,
If you don't need the other options, you can modify the dialog to meet your own requirement.
For example, copying/pasting the following code into insertimage.frame.aspx.
<HTML>
<head>
<link rel=''stylesheet'' href='style.css'>
</head>
<body ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 19, 2006
Re: Form with multiple instances of the image selector
Functions should be changed to: <Script Language=''javascript''>
function callInsertImage(Editor_ClientID, daimage)
{
var editor1 = ...
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
June 26, 2007
Re: The Cut effect for custom buttons
Found the reason: the onselectionchange event was removed between switching to code view and normal view. I'm using a workaround:
var
tabEditOnCommandRunning
=
false;
function
CuteEditor_OnCommand(editor,
command,
ui,
value)
{
...
Posted to
Cute Editor for .NET
(Forum)
by
jonathanexact
on
May 24, 2010
Re: Changing Image URL while Draging on the Editor
Hi nisha@promactinfo.co.in,
Try
<%@
Page
Language=''C#''
Debug=''true''
%>
<%@
Register
TagPrefix=''CE''
Namespace=''CuteEditor''
Assembly=''CuteEditor''
%>
...
Posted to
Cute Editor for .NET
(Forum)
by
Kenneth
on
March 30, 2010
Re: Disable the HTML and Preview buttons
yes.
Editor.ShowHtmlMode Property Specifies whether the Html Mode tab appear.
Example Code
<%
Dim editor
Set editor = New ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
January 8, 2009
Re: Is there away of removing the + /- sign?
Daniel,
Please check the following properties:
Editor.ShowDecreaseButton Property Specifies whether the Decrease editing window button appear. Example Code
<%
Dim ...
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
July 24, 2006
Re: Clearing Ajax Uploader items
Thanks.
So based on your example. we have to remove the files one at a time?
There is no one call to remove all the files?
Kenneth:Hi mchamo,
Please try the example below
<%@
Page
Language=''C#''
%>
...
Posted to
Ajax Uploader
(Forum)
by
mchamo
on
June 28, 2011
Re: How to disable the button outside of the cuteeditor when html view is enabledcuteeditor using javascript
Hi mianrizwanali,
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
December 2, 2010
More Search Options
« First
...
< Previous
124
125
126
127
128
Next >
...
Last »